* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/fold-dwim/
@ 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: d69e0920824c93d3781b4ed986774faaf368eb57
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 19:25:26 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 19:25:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=d69e0920
app-emacs/fold-dwim: 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/fold-dwim/Manifest | 22 +---------------------
app-emacs/fold-dwim/fold-dwim-1.3.ebuild | 13 +++++++------
2 files changed, 8 insertions(+), 27 deletions(-)
diff --git a/app-emacs/fold-dwim/Manifest b/app-emacs/fold-dwim/Manifest
index f11f90b..bcd1a0a 100644
--- a/app-emacs/fold-dwim/Manifest
+++ b/app-emacs/fold-dwim/Manifest
@@ -1,21 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST fold-dwim-1.3.el.bz2 4560 SHA256 079f575dae1ab704b82d9ef51d5bff6e0dd6eb54cc9f994d78afbb298264a2cb SHA512 dfb64af7dce4115c157c4f173f8fa9cb62e8f80a7c967f69907ee45f07166ef3d618d3be4c3818f352a6bcb78055e788797484a5d440756301c6d9a7012f6ccc WHIRLPOOL d216c33b324b6fda31f93d0fe93924509a1f93c12954c4447abb006cb41bc92dea929d4727eb88e299ecc2dd77107e2f91d3d509fddc80f20c6fe6f7ee0c2470
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iQIcBAEBCAAGBQJQiBgZAAoJEDxpGckxwJCBJqEQAInhwW8ohd+NP+NAjAynmT/F
-X1+j9vVGoTRNtGC+MZU6UqskvouVeqfLqMv58chhGbV0/pIp1ijOcM8mqGz4XQdb
-cJNI2W5/7XaKnpCd1L/qUnKNJtslPEipX/EqRxSAt+9F4TeC0GdpZhEtAVvJ58or
-RV97WjTcv/SXrwiYemaYWuokuaZ3gjKNmKWNJADvPItwx++GsDSVc482vmPlFkV8
-SM+D8NDjWpQxv1BvuJYqCU8b5HU2D9ba8fDIBaBEB6Yum3N7vA0tBvYiBB66FC5P
-TflD03CSnARo1OJxzFET+t4sGn+atKGZGE0cmcqagFcJZQ+sKEPi4TIO+kTEtm7U
-PB+tTAsWUpIC89jjHC4DIeeTXm2XNTSoO1eS4SLaC5hejo+CnrBgcRC5wmeoEp14
-FMUUVyJrprHptqVJ2MPBMO/591IMpFqKq2G2dkcqxR4+YGmKOseRSwCcvlt5t7+T
-NGaJ9cbhuwY7+UdvT2draUIQ6c29egIeiUjfBbRvXPPHz0w53av4ndoRLwJacPlh
-YgE96m397PChVLB0PFhTlB22JHKeHidost+5CF2sO94NUIuzAdOUhNAbixYiw3aP
-l5zNn6ahw+tiSGfrcVfg/AFXYiTepIfceHjHP1Uh6mH3UycOz76dEhhFjPBhh8jN
-bnx0LU6YRSvpqTSxuYh1
-=A3tj
------END PGP SIGNATURE-----
+DIST fold-dwim-1.3.el.bz2 4560 BLAKE2B 52275c186e09e84e7a45a8710c7a5a8f60540ca790a35c891a378296b7e60e48db18d6bb1fe00590015756f096024ef961c2454b6a1e3c014829b76929ed6d32 SHA512 dfb64af7dce4115c157c4f173f8fa9cb62e8f80a7c967f69907ee45f07166ef3d618d3be4c3818f352a6bcb78055e788797484a5d440756301c6d9a7012f6ccc
diff --git a/app-emacs/fold-dwim/fold-dwim-1.3.ebuild b/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
index 3ac8acf..77287b6 100644
--- a/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
+++ b/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
@@ -1,15 +1,16 @@
-# 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="Unified user interface for Emacs folding modes"
-HOMEPAGE="http://www.dur.ac.uk/p.j.heslin/Software/Emacs/"
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
+HOMEPAGE="https://community.dur.ac.uk/p.j.heslin/Software/Emacs/"
+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/fold-dwim/
@ 2022-04-01 18:52 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2022-04-01 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 24ba45570ca825782c8e22b10c3716f02d11f874
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 18:51:54 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 18:51:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=24ba4557
app-emacs/fold-dwim: Update HOMEPAGE
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/fold-dwim/fold-dwim-1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/fold-dwim/fold-dwim-1.3.ebuild b/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
index 77287b6..1f2cebf 100644
--- a/app-emacs/fold-dwim/fold-dwim-1.3.ebuild
+++ b/app-emacs/fold-dwim/fold-dwim-1.3.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="Unified user interface for Emacs folding modes"
-HOMEPAGE="https://community.dur.ac.uk/p.j.heslin/Software/Emacs/"
+HOMEPAGE="https://github.com/pjheslin/fold-dwim"
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-01 18:52 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/fold-dwim/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 18:52 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