summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-18 09:15:15 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-18 09:15:15 +0200
commit723797721f548763e2f8c89e91f72a853588e7fb (patch)
treec96d9ecdfd9ca52acf1cc151aa582bae4a827389 /app-emacs
parentapp-emacs/*: Update Manifest hashes. (diff)
downloademacs-723797721f548763e2f8c89e91f72a853588e7fb.tar.gz
emacs-723797721f548763e2f8c89e91f72a853588e7fb.tar.bz2
emacs-723797721f548763e2f8c89e91f72a853588e7fb.zip
app-emacs/codepad: Bump EAPI to 7.
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/codepad/codepad-20100605.ebuild8
1 files 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"