Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/analog/
Date: Tue, 27 Aug 2019 11:22:24
Message-Id: 1566903985.8a0875c5d7413111c1147310fa0a6abb1c413512.ulm@gentoo
1 commit: 8a0875c5d7413111c1147310fa0a6abb1c413512
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 11:05:02 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 11:06:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0875c5
7
8 app-emacs/analog: Update HOMEPAGE.
9
10 Specify LICENSE more precisely. EAPI 7.
11
12 Package-Manager: Portage-2.3.73, Repoman-2.3.17
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 app-emacs/analog/analog-1.9.99.ebuild | 9 ++++-----
16 1 file changed, 4 insertions(+), 5 deletions(-)
17
18 diff --git a/app-emacs/analog/analog-1.9.99.ebuild b/app-emacs/analog/analog-1.9.99.ebuild
19 index b4aa33cca78..9e84b75732d 100644
20 --- a/app-emacs/analog/analog-1.9.99.ebuild
21 +++ b/app-emacs/analog/analog-1.9.99.ebuild
22 @@ -1,17 +1,16 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=4
28 +EAPI=7
29
30 inherit elisp
31
32 DESCRIPTION="Monitor lists of files or command output"
33 -HOMEPAGE="http://mph-emacs-pkgs.alioth.debian.org/AnalogEl.html"
34 +HOMEPAGE="https://web.archive.org/web/20150919120435/http://mph-emacs-pkgs.alioth.debian.org/AnalogEl.html"
35 SRC_URI="mirror://gentoo/${P}.el.bz2"
36
37 -LICENSE="GPL-2"
38 +LICENSE="GPL-2+"
39 SLOT="0"
40 KEYWORDS="amd64 ~ppc x86"
41 -IUSE=""
42
43 SITEFILE="50${PN}-gentoo.el"