commit: 9b4c6f279b387ee517c70c904952f5f97b67ccdc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 7 21:27:58 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 7 21:27:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9b4c6f27
[bump] Catalyst-Controller-ActionRole-0.170.0
Package-Manager: portage-2.2.17
.../Catalyst-Controller-ActionRole-0.15.ebuild | 30 -------------------
.../Catalyst-Controller-ActionRole-0.170.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 34 insertions(+), 30 deletions(-)
diff --git
a/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.15.ebuild
b/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.15.ebuild
deleted file mode 100644
index 4f84c0c..0000000
---
a/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.15.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="Apply roles to action instances"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.800.250
- >=dev-perl/String-RewritePrefix-0.4.0
- >=dev-perl/Moose-1.990.0
- dev-perl/Moose
- dev-perl/MooseX-Types
- dev-perl/namespace-clean
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.56
- dev-perl/Catalyst-Action-REST
- virtual/perl-Test-Simple
- virtual/perl-parent
-"
-SRC_TEST=do
diff --git
a/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.170.0.ebuild
b/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.170.0.ebuild
new file mode 100644
index 0000000..dafe535
--- /dev/null
+++
b/dev-perl/Catalyst-Controller-ActionRole/Catalyst-Controller-ActionRole-0.170.0.ebuild
@@ -0,0 +1,34 @@
+# 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="(DEPRECATED) Apply roles to action instances"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+RDEPEND="
+ >=dev-perl/Catalyst-Runtime-5.800.250
+ dev-perl/Class-Load
+ dev-perl/Moose
+ dev-perl/MooseX-Types
+ virtual/perl-Scalar-List-Utils
+ >=dev-perl/String-RewritePrefix-0.4.0
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.39.0
+ test? (
+ >=dev-perl/Catalyst-Action-REST-0.740.0
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+ dev-perl/namespace-clean
+ virtual/perl-parent
+ )
+"