diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-11 11:58:44 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-11 11:58:44 +0100 |
commit | a23b6fa60f2a39a5e0bd6c4ffd9bc769bc996220 (patch) | |
tree | 6eb958a29f58a60ac7358503dde0a94d326eee02 /app-emacs/planner | |
parent | app-emacs/remember: Update SRC_URI, bump EAPI to 7. (diff) | |
download | gentoo-a23b6fa60f2a39a5e0bd6c4ffd9bc769bc996220.tar.gz gentoo-a23b6fa60f2a39a5e0bd6c4ffd9bc769bc996220.tar.bz2 gentoo-a23b6fa60f2a39a5e0bd6c4ffd9bc769bc996220.zip |
app-emacs/planner: Update SRC_URI, bump EAPI to 7.
Closes: https://bugs.gentoo.org/699684
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/planner')
-rw-r--r-- | app-emacs/planner/planner-3.42-r1.ebuild (renamed from app-emacs/planner/planner-3.42.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-emacs/planner/planner-3.42.ebuild b/app-emacs/planner/planner-3.42-r1.ebuild index 7eddd75fd4c2..5d5db2faa577 100644 --- a/app-emacs/planner/planner-3.42.ebuild +++ b/app-emacs/planner/planner-3.42-r1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp DESCRIPTION="Maintain a local Wiki using Emacs-friendly markup" HOMEPAGE="https://www.emacswiki.org/emacs/PlannerMode" -SRC_URI="http://download.gna.org/planner-el/${P}.tar.gz" +# taken from http://download.gna.org/planner-el/${P}.tar.gz +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" @@ -17,7 +18,7 @@ RESTRICT="test" RDEPEND=">=app-emacs/muse-3.02.6a app-emacs/bbdb app-emacs/emacs-w3m" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} sys-apps/texinfo" PDEPEND="app-emacs/remember" |