public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/wtf/
@ 2019-08-17 22:08 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2019-08-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c2e440d67b0943def9869d7530006330f9e21358
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 21:08:44 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 21:08:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=c2e440d6

app-emacs/wtf: Bump EAPI to 7, update LICENSE.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/wtf/Manifest       | 22 +---------------------
 app-emacs/wtf/wtf-2.0.ebuild | 11 ++++++-----
 2 files changed, 7 insertions(+), 26 deletions(-)

diff --git a/app-emacs/wtf/Manifest b/app-emacs/wtf/Manifest
index 3ad702d..03ef8a4 100644
--- a/app-emacs/wtf/Manifest
+++ b/app-emacs/wtf/Manifest
@@ -1,21 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST wtf-2.0.el.bz2 11415 SHA256 b434e574f97e6db6024c539d1a0b3b2a40b30b9ed5b2bed520adef2f67f54c9c SHA512 934426d8cec963c3d3757077146a1654600c50333dbbc60642ffb46eda378fa0992afa5f6d7ecb2dd488caa885898a42796acd6986b7546eb7056647a59e5279 WHIRLPOOL a4f4d5bc736c73a72c554f01e292513f33197cf96cd45357af7a1e20d57e0eccd7fbe173ea19ab2c23a9593ad6820ef645e4343be7c4b03b0e4ca45b4e6e1ce1
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iQIcBAEBCAAGBQJQiBgaAAoJEDxpGckxwJCBtAEP/3ZrgJ3gOgLCbwMo6UAgTgkl
-K+d++dquY1k3aZiYWQ25ZamrQE+079nSatwSXuNmr8IhAHeJ94IsRcYyGvCUZZ0X
-qOkdcOSetsXSwsYi9S9hh9TG0OaQqVwewflaMyOHpxImgrAXTnCadP0g1YIcHKB8
-u+BsqaGsAuZEWIFSMWMYtl6nUxhSSc/SpHsOrQiYyKBTtQlvnjWLAfb4f6kdSXAq
-u6dEvmtFaoYphDwhYdFSlqQBPaD+vAuTPcFTC4K02EDHIrVzeVWCnpOjPmFIrrBS
-KPFwBfnfxUvKS4cVyTxeRYvepEnav9oWyYz9ItAJkr/sNEvRWmaCQLmGV7UklHU1
-+/Ed9mpZT/sAZXV5Y1UhUZJ11xPmnggckhxeRL3duBZG3zHmOkgXBItAKMbC7Bxw
-Btex2DDKe2kdKl2Py4bA75R/Eo4o6+E24Wcu9YnHj+WDhM9L2M2zzMCDuxafLl3C
-IKKxQ/wyx/Ra+SNagrcjL7bmf/cb+KHxp8FDf5ZqF2CY8oAAKR70WiY9Y4on6mLo
-ci8q0rkQvlTBVadJbm5y9kJpbK8Nc36gJaZ+INe6CiEjpK0GrmIfwTJAb8WIif3z
-84zaBLNxmrN/drOUe4S5DpLMchHBvBAbCjPNUq7eAPWjvROQkN+RMEMIJTyLuXGZ
-NBMbBdC+NN0aygk6gO40
-=38NO
------END PGP SIGNATURE-----
+DIST wtf-2.0.el.bz2 11415 BLAKE2B 958ffd1f537767ac090c99f2d904df23bf74f3d683a1f166cff9ad6986122adb538857c829ac99c5931fa29b45c565f39111d131cc7bd6a084c490a9cf60cf75 SHA512 934426d8cec963c3d3757077146a1654600c50333dbbc60642ffb46eda378fa0992afa5f6d7ecb2dd488caa885898a42796acd6986b7546eb7056647a59e5279

diff --git a/app-emacs/wtf/wtf-2.0.ebuild b/app-emacs/wtf/wtf-2.0.ebuild
index 82d50a6..b5528b3 100644
--- a/app-emacs/wtf/wtf-2.0.ebuild
+++ b/app-emacs/wtf/wtf-2.0.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=7
+
 inherit elisp
 
 DESCRIPTION="Look up conversational and computing acronyms"
 HOMEPAGE="http://mwolson.org/projects/"
 # taken from: http://mwolson.org/static/dist/wtf/wtf.el
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/wtf/
@ 2022-04-01 18:57 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2022-04-01 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     56a20535200e50a22016e381eea1ccbfb08dab21
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 18:54:36 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 18:54:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=56a20535

app-emacs/wtf: Update HOMEPAGE

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/wtf/wtf-2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/wtf/wtf-2.0.ebuild b/app-emacs/wtf/wtf-2.0.ebuild
index b5528b3..c58c151 100644
--- a/app-emacs/wtf/wtf-2.0.ebuild
+++ b/app-emacs/wtf/wtf-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit elisp
 
 DESCRIPTION="Look up conversational and computing acronyms"
-HOMEPAGE="http://mwolson.org/projects/"
+HOMEPAGE="https://mwolson.org/projects/"
 # taken from: http://mwolson.org/static/dist/wtf/wtf.el
 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-01 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-17 22:08 [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/wtf/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 18:57 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox