commit: 246297b8e24ccdcde20fc001d536d60883315b70
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 12:44:40 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 12:44:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=246297b8
[fixup] Sub-Current: EAPI5, normalise version, fixup deps and tests
Package-Manager: portage-2.2.17
...-Current-0.02.ebuild => Sub-Current-0.20.0.ebuild} | 19 +++++++++----------
1 file 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
similarity index 55%
rename from dev-perl/Sub-Current/Sub-Current-0.02.ebuild
rename to dev-perl/Sub-Current/Sub-Current-0.20.0.ebuild
index 9cec6bf..47b3005 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"