From: Ulrich Müller Date: Mon, 11 Nov 2019 10:58:44 +0000 (+0100) Subject: app-emacs/planner: Update SRC_URI, bump EAPI to 7. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a23b6fa60f2a39a5e0bd6c4ffd9bc769bc996220;p=gentoo.git 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 --- 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 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"