commit: 5a548102c30a18c172997770d33488897173e653
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 12:49:22 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 12:49:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5a548102
[bump] Sub-Curried-0.130.0, remove old
Package-Manager: portage-2.2.17
...-Curried-0.11.ebuild => Sub-Curried-0.130.0.ebuild} | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Sub-Curried/Sub-Curried-0.11.ebuild
b/dev-perl/Sub-Curried/Sub-Curried-0.130.0.ebuild
similarity index 70%
rename from dev-perl/Sub-Curried/Sub-Curried-0.11.ebuild
rename to dev-perl/Sub-Curried/Sub-Curried-0.130.0.ebuild
index 1c8f6bd..531ff15 100644
--- a/dev-perl/Sub-Curried/Sub-Curried-0.11.ebuild
+++ b/dev-perl/Sub-Curried/Sub-Curried-0.130.0.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2013 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=OSFAMERON
+MODULE_VERSION=0.13
inherit perl-module
DESCRIPTION="Automatically curried subroutines"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-COMMON_DEPEND="
+RDEPEND="
+ virtual/perl-Carp
>=dev-perl/Devel-Declare-0.2.0
dev-perl/Sub-Name
dev-perl/Sub-Current
@@ -18,14 +19,11 @@ COMMON_DEPEND="
dev-perl/Devel-BeginLift
"
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.360.0
test? (
- >=virtual/perl-Test-Simple-0.42
+ >=virtual/perl-Test-Simple-0.420.0
dev-perl/Test-Exception
dev-perl/Test-NoWarnings
)
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"