commit: 723797721f548763e2f8c89e91f72a853588e7fb Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 07:15:15 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 07:15:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=72379772
app-emacs/codepad: Bump EAPI to 7. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/codepad/codepad-20100605.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-emacs/codepad/codepad-20100605.ebuild b/app-emacs/codepad/codepad-20100605.ebuild index 2a47636..5b66273 100644 --- a/app-emacs/codepad/codepad-20100605.ebuild +++ b/app-emacs/codepad/codepad-20100605.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit elisp DESCRIPTION="Interface to the codepad.org paste service" HOMEPAGE="http://codepad.org/" # taken from: https://github.com/ruediger/emacs-codepad.git -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/xz-utils" - SITEFILE="50${PN}-gentoo.el"
