commit:     a23b6fa60f2a39a5e0bd6c4ffd9bc769bc996220
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 10:58:44 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 10:58:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23b6fa6

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 <AT> gentoo.org>

 .../planner/{planner-3.42.ebuild => planner-3.42-r1.ebuild}      | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-emacs/planner/planner-3.42.ebuild 
b/app-emacs/planner/planner-3.42-r1.ebuild
similarity index 74%
rename from app-emacs/planner/planner-3.42.ebuild
rename to app-emacs/planner/planner-3.42-r1.ebuild
index 7eddd75fd4c..5d5db2faa57 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"
 

Reply via email to