commit: 7f89f4dd84ab5e57bb97602e5e02e4a9987488a4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 16:38:32 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 16:38:32 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7f89f4dd
[bump] Class-Throwable-0.130.0, remove old
Package-Manager: portage-2.2.17
...owable-0.11.ebuild => Class-Throwable-0.130.0.ebuild} | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Class-Throwable/Class-Throwable-0.11.ebuild
b/dev-perl/Class-Throwable/Class-Throwable-0.130.0.ebuild
similarity index 54%
rename from dev-perl/Class-Throwable/Class-Throwable-0.11.ebuild
rename to dev-perl/Class-Throwable/Class-Throwable-0.130.0.ebuild
index 01d9d83..16a975e 100644
--- a/dev-perl/Class-Throwable/Class-Throwable-0.11.ebuild
+++ b/dev-perl/Class-Throwable/Class-Throwable-0.130.0.ebuild
@@ -1,24 +1,28 @@
-# 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=KMX
+MODULE_VERSION=0.13
inherit perl-module
DESCRIPTION="A minimal lightweight exception class"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+PERL_RM_FILES=(
+ t/pod_coverage.t
+ t/pod.t
+)
RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.10
+ >=virtual/perl-Scalar-List-Utils-1.100.0
"
DEPEND="
${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
test? (
- >=virtual/perl-Test-Simple-0.47
+ >=virtual/perl-Test-Simple-0.470.0
)
"
-SRC_TEST=do