commit: bd18a6ed0b819d1ba82c1ab92cdfe9d97ccc24c5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 18 08:19:25 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 18 08:30:11 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=bd18a6ed
[fixup] Data-Dumper-Names: EAPI5, Fixup deps, normalise version
Package-Manager: portage-2.2.17
...r-Names-0.30.ebuild => Data-Dumper-Names-0.30.0.ebuild} | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Data-Dumper-Names/Data-Dumper-Names-0.30.ebuild
b/dev-perl/Data-Dumper-Names/Data-Dumper-Names-0.30.0.ebuild
similarity index 61%
rename from dev-perl/Data-Dumper-Names/Data-Dumper-Names-0.30.ebuild
rename to dev-perl/Data-Dumper-Names/Data-Dumper-Names-0.30.0.ebuild
index 4edbe83..2652500 100644
--- a/dev-perl/Data-Dumper-Names/Data-Dumper-Names-0.30.ebuild
+++ b/dev-perl/Data-Dumper-Names/Data-Dumper-Names-0.30.0.ebuild
@@ -1,23 +1,27 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
MODULE_AUTHOR=OVID
MODULE_VERSION="0.03"
inherit perl-module
DESCRIPTION="See your data in the nude"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+PERL_RM_FILES=(
+ t/pod-coverage.t
+ t/pod.t
+)
RDEPEND="
- >=dev-perl/PadWalker-0.13
+ >=dev-perl/PadWalker-0.130.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Test-Simple
"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
"
-SRC_TEST="do"