Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/codepad/
Date: Sun, 18 Aug 2019 07:25:16
Message-Id: 1566112515.723797721f548763e2f8c89e91f72a853588e7fb.ulm@gentoo
1 commit: 723797721f548763e2f8c89e91f72a853588e7fb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 07:15:15 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 07:15:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=72379772
7
8 app-emacs/codepad: Bump EAPI to 7.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/codepad/codepad-20100605.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/app-emacs/codepad/codepad-20100605.ebuild b/app-emacs/codepad/codepad-20100605.ebuild
17 index 2a47636..5b66273 100644
18 --- a/app-emacs/codepad/codepad-20100605.ebuild
19 +++ b/app-emacs/codepad/codepad-20100605.ebuild
20 @@ -1,19 +1,17 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=7
27
28 inherit elisp
29
30 DESCRIPTION="Interface to the codepad.org paste service"
31 HOMEPAGE="http://codepad.org/"
32 # taken from: https://github.com/ruediger/emacs-codepad.git
33 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
34 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
35
36 LICENSE="GPL-2+"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39
40 -DEPEND="app-arch/xz-utils"
41 -
42 SITEFILE="50${PN}-gentoo.el"