summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-13 20:57:39 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-13 21:16:54 +0200
commitc91499a675595be7ff8775beece8b780ef44b3d6 (patch)
tree0b4a8db84e38be6d4eaa31faf80f580b414021a7 /dev-perl/Template-Plugin-Cycle
parentdev-perl/Template-GD: EAPI=8 bump (diff)
downloadgentoo-c91499a675595be7ff8775beece8b780ef44b3d6.tar.gz
gentoo-c91499a675595be7ff8775beece8b780ef44b3d6.tar.bz2
gentoo-c91499a675595be7ff8775beece8b780ef44b3d6.zip
dev-perl/Template-Plugin-Cycle: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Template-Plugin-Cycle')
-rw-r--r--dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0-r1.ebuild (renamed from dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild)12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild b/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0-r1.ebuild
index 3252874f10fa..5e6ec6d66557 100644
--- a/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0.ebuild
+++ b/dev-perl/Template-Plugin-Cycle/Template-Plugin-Cycle-1.60.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-DIST_AUTHOR="ADAMK"
-DIST_VERSION="1.06"
+DIST_AUTHOR=ADAMK
+DIST_VERSION=1.06
inherit perl-module
@@ -12,13 +12,13 @@ DESCRIPTION="Cyclically insert into a Template from a sequence of values"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
RDEPEND="
>=dev-perl/Params-Util-1.60.0
>=dev-perl/Template-Toolkit-2.240.0
"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+"
src_prepare() {
sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||