commit: 26a26cb71d0bb880fc2dc7beea31fb792036e60e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 10:35:31 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 10:35:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=26a26cb7
[bump] Catalyst-Plugin-Authorization-ACL-0.160.0, remove old
Package-Manager: portage-2.2.17
...talyst-Plugin-Authorization-ACL-0.160.0.ebuild} | 23 ++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git
a/dev-perl/Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.15.ebuild
b/dev-perl/Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.160.0.ebuild
similarity index 62%
rename from
dev-perl/Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.15.ebuild
rename to
dev-perl/Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.160.0.ebuild
index 51a7005..571b716 100644
---
a/dev-perl/Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.15.ebuild
+++
b/dev-perl/Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.160.0.ebuild
@@ -1,35 +1,42 @@
-# 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=RKITOVER
+MODULE_VERSION=0.16
inherit perl-module
DESCRIPTION="ACL support for Catalyst applications"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+PERL_RM_FILES=(
+ t/release-pod-syntax.t
+)
RDEPEND="
+ virtual/perl-Carp
>=dev-perl/Catalyst-Runtime-5.800.130
- dev-perl/Catalyst-Plugin-Authentication
- dev-perl/Catalyst-Plugin-Authorization-Roles
+ dev-perl/Class-Throwable
+ virtual/perl-Exporter
+ virtual/perl-Scalar-List-Utils
dev-perl/Moose
dev-perl/MRO-Compat
dev-perl/namespace-autoclean
- dev-perl/Class-Data-Inheritable
- dev-perl/Class-Throwable
dev-perl/Tree-Simple
dev-perl/Tree-Simple-VisitorFactory
"
DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-Test-Simple
+ dev-perl/Catalyst-Plugin-Authentication
+ dev-perl/Catalyst-Plugin-Authorization-Roles
dev-perl/Catalyst-Plugin-Session
dev-perl/Catalyst-Plugin-Session-State-Cookie
+ virtual/perl-File-Spec
+ virtual/perl-IO
dev-perl/Test-WWW-Mechanize-Catalyst
)
"
-SRC_TEST="do"