summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2015-06-15 00:44:40 +1200
committerKent Fredric <kentfredric@gmail.com>2015-06-15 00:44:40 +1200
commit246297b8e24ccdcde20fc001d536d60883315b70 (patch)
treefc5ed09529a225322f51b541270e3b4d3666718a
parent[fixup] Sub-Compose: EAPI5, Normalise version, fiuxp deps and tests (diff)
downloadperl-overlay-246297b8e24ccdcde20fc001d536d60883315b70.tar.gz
perl-overlay-246297b8e24ccdcde20fc001d536d60883315b70.tar.bz2
perl-overlay-246297b8e24ccdcde20fc001d536d60883315b70.zip
[fixup] Sub-Current: EAPI5, normalise version, fixup deps and tests
Package-Manager: portage-2.2.17
-rw-r--r--dev-perl/Sub-Current/Sub-Current-0.20.0.ebuild (renamed from dev-perl/Sub-Current/Sub-Current-0.02.ebuild)19
1 files changed, 9 insertions, 10 deletions
diff --git a/dev-perl/Sub-Current/Sub-Current-0.02.ebuild b/dev-perl/Sub-Current/Sub-Current-0.20.0.ebuild
index 9cec6bf88..47b3005c8 100644
--- a/dev-perl/Sub-Current/Sub-Current-0.02.ebuild
+++ b/dev-perl/Sub-Current/Sub-Current-0.20.0.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=RGARCIA
+MODULE_VERSION=0.02
inherit perl-module
DESCRIPTION="Get the current subroutine"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND=""
-DEPEND="
- ${COMMON_DEPEND}
+PERL_RM_FILES=(
+ t/50pod.t
+)
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"