commit: 7831bcb2e03af9bb4add20e6195e3e028025a7a0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 03:04:09 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 03:04:09 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7831bcb2
[fixup] Catalyst-ActionRole-ACL: Remove bad upstream dep, cleanup deps and tests
Package-Manager: portage-2.2.17
.../Catalyst-ActionRole-ACL-0.70.0-r1.ebuild | 41 ----------------------
.../Catalyst-ActionRole-ACL-0.70.0-r2.ebuild | 28 +++++++++++++++
2 files changed, 28 insertions(+), 41 deletions(-)
diff --git
a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r1.ebuild
b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r1.ebuild
deleted file mode 100644
index d011d3f..0000000
--- a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='User role-based authorization action class'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # Catalyst::Controller::ActionRole
- echo dev-perl/Catalyst-Controller-ActionRole
- # Catalyst::Runtime 5.90013 ( 5.900.130 )
- echo \>=dev-perl/Catalyst-Runtime-5.900.130
- # Moose
- echo dev-perl/Moose
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git
a/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r2.ebuild
b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r2.ebuild
new file mode 100644
index 0000000..faf22e1
--- /dev/null
+++ b/dev-perl/Catalyst-ActionRole-ACL/Catalyst-ActionRole-ACL-0.70.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='User role-based authorization action class'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+PERL_RM_FILES=(
+ t/author/pod-coverage.t
+ t/pod.t
+)
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.900.130
+ dev-perl/Moose
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+ test? (
+ virtual/perl-Test-Simple
+ )
+"