commit: 1d90d444542186138d107482244d265122dc8946
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 5 09:41:28 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 5 09:41:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1d90d444
[bump] Devel-PartialDump
Package-Manager: portage-2.2.17
.../Devel-PartialDump-0.150.0.ebuild | 31 ------------------
.../Devel-PartialDump-0.170.0.ebuild | 37 ++++++++++++++++++++++
2 files changed, 37 insertions(+), 31 deletions(-)
diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
deleted file mode 100644
index 3c35f76..0000000
--- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="Partial dumping of data structures, optimized for argument
printing."
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- dev-perl/Moose
- virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
- >=dev-perl/namespace-clean-0.200.0
- dev-perl/Sub-Exporter
-"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- dev-perl/Test-use-ok
- >=dev-perl/Test-Warn-0.210.0
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.170.0.ebuild
b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.170.0.ebuild
new file mode 100644
index 0000000..abce3bc
--- /dev/null
+++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.170.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Partial dumping of data structures, optimized for argument
printing."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+# Carp::Heavy -> Carp
+# List::Util ->
+# Scalar::Util -> Scalar-List-Utils
+# File::Spec::Functons -> File-Spec
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Class-Tiny
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Sub-Exporter
+ dev-perl/namespace-clean
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.30.0
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+ dev-perl/Test-Warn
+ || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+ virtual/perl-if
+ )
+"