* [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/
@ 2018-02-20 20:55 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-02-20 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 147ecac59ee9ddaa83289e66a6dce98bc07de590
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 11:58:19 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 20:55:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147ecac5
app-emacs/whine: use HTTPS.
app-emacs/whine/whine-20091222.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/whine/whine-20091222.ebuild b/app-emacs/whine/whine-20091222.ebuild
index 65b7d3ed59e..78f91982e0e 100644
--- a/app-emacs/whine/whine-20091222.ebuild
+++ b/app-emacs/whine/whine-20091222.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit elisp
DESCRIPTION="Complaint generator for GNU Emacs"
-HOMEPAGE="http://www.emacswiki.org/emacs/Whine"
+HOMEPAGE="https://www.emacswiki.org/emacs/Whine"
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2"
LICENSE="public-domain"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/
@ 2021-04-12 17:52 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2021-04-12 17:52 UTC (permalink / raw
To: gentoo-commits
commit: 16c697ecb1e0e27f7a746a3147294beaff64b8ee
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 16:26:54 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 17:51:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c697ec
app-emacs/whine: Trivial EAPI 7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/whine/whine-20091222.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/whine/whine-20091222.ebuild b/app-emacs/whine/whine-20091222.ebuild
index 78f91982e0e..7c606f34762 100644
--- a/app-emacs/whine/whine-20091222.ebuild
+++ b/app-emacs/whine/whine-20091222.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit elisp
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/
@ 2023-10-14 11:50 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-10-14 11:50 UTC (permalink / raw
To: gentoo-commits
commit: 1333f59e6ebbc2514597774c3705d0d12db64664
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 11:47:26 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 11:49:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1333f59e
app-emacs/whine: Install the README file
Update to EAPI 8.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/whine/whine-20091222-r1.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/app-emacs/whine/whine-20091222-r1.ebuild b/app-emacs/whine/whine-20091222-r1.ebuild
new file mode 100644
index 000000000000..411efde402e0
--- /dev/null
+++ b/app-emacs/whine/whine-20091222-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Complaint generator for GNU Emacs"
+HOMEPAGE="https://www.emacswiki.org/emacs/Whine"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.orig"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/
@ 2023-10-20 18:36 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-10-20 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 9fd196a69ed49fe8efaf0e6c2bced015627048ed
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 18:26:08 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 18:36:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd196a6
app-emacs/whine: drop 20091222-r1
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/whine/whine-20091222-r1.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/app-emacs/whine/whine-20091222-r1.ebuild b/app-emacs/whine/whine-20091222-r1.ebuild
deleted file mode 100644
index 411efde402e0..000000000000
--- a/app-emacs/whine/whine-20091222-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Complaint generator for GNU Emacs"
-HOMEPAGE="https://www.emacswiki.org/emacs/Whine"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.orig"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/
@ 2023-11-18 14:49 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-11-18 14:49 UTC (permalink / raw
To: gentoo-commits
commit: e6c57ba2e9b665a3f03155ced4c764c0f6f4f710
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 14:49:03 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 14:49:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c57ba2
app-emacs/whine: Stabilize 20231020 ALLARCHES, #917545
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/whine/whine-20231020.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/whine/whine-20231020.ebuild b/app-emacs/whine/whine-20231020.ebuild
index ffd7cf1bd3fe..0fe4fd1a783c 100644
--- a/app-emacs/whine/whine-20231020.ebuild
+++ b/app-emacs/whine/whine-20231020.ebuild
@@ -11,6 +11,6 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
LICENSE="CC0-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/
@ 2023-11-18 15:59 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-11-18 15:59 UTC (permalink / raw
To: gentoo-commits
commit: a8498dee0fd4fa43989084d2dfddb9d75557d37d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 15:59:26 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 15:59:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8498dee
app-emacs/whine: drop 20091222
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/whine/Manifest | 1 -
app-emacs/whine/whine-20091222.ebuild | 16 ----------------
2 files changed, 17 deletions(-)
diff --git a/app-emacs/whine/Manifest b/app-emacs/whine/Manifest
index 3032bf3d21bf..95a173d7e460 100644
--- a/app-emacs/whine/Manifest
+++ b/app-emacs/whine/Manifest
@@ -1,2 +1 @@
-DIST whine-20091222.tar.bz2 4452 BLAKE2B e2148ddbd06853a1bcd3aa9cd017f97e97b7fcc25b87e05017b7860d604880b48dd45e0e8c0affa07fd10ea5aac2cfecda01221fc9b297a83af1957ebb636e7a SHA512 74d02753a991140d5298f111f08fa346f458723bd1e5a46d2b67dc262fb53f513d5b39ff87eab167f37b0f2be1458ad8d0bc92479f6f9a329eb5dbf79f87fc4d
DIST whine-20231020.el.xz 4100 BLAKE2B e87e93c5480c10d2da7be6cb932ba3df2cd4f9e4b2745b65991b3bf17b1bc2bbbfe7369c729857ef5c842af0f594c9438a0777577603db29c9a2dc7e59003b75 SHA512 6bec2486ac170b78e9a389da598c708644b4fb2825743453892195f37528755fc0037f5ca98b78821b464f1fd6c697934d71986c7e7075e6fdc7eacd8c66e93e
diff --git a/app-emacs/whine/whine-20091222.ebuild b/app-emacs/whine/whine-20091222.ebuild
deleted file mode 100644
index 7c606f347620..000000000000
--- a/app-emacs/whine/whine-20091222.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Complaint generator for GNU Emacs"
-HOMEPAGE="https://www.emacswiki.org/emacs/Whine"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-11-18 15:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-18 14:49 [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-11-18 15:59 Ulrich Müller
2023-10-20 18:36 Ulrich Müller
2023-10-14 11:50 Ulrich Müller
2021-04-12 17:52 Ulrich Müller
2018-02-20 20:55 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox