commit: e3630d2546974851147e1a443f35758f12c5d739
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 11:20:52 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 11:20:52 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e3630d25
[fixup] Catalyst-Plugin-Session-State-Cookie: EAPI5, fixup deps and tests
Package-Manager: portage-2.2.17
...> Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild} | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git
a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild
similarity index 78%
rename from
dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
rename to
dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild
index 260d107..acf613e 100644
---
a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
+++
b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild
@@ -1,19 +1,21 @@
-# Copyright 1999-2012 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=MSTROUT
MODULE_VERSION="0.17"
inherit perl-module
DESCRIPTION="Catalyst plugin: maintain session IDs using cookies"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+PERL_RM_FILES=(
+ t/02pod.t
+ t/03podcoverage.t
+)
RDEPEND="
>=dev-perl/Catalyst-Runtime-5.800.50
>=dev-perl/Catalyst-Plugin-Session-0.270.0
@@ -22,9 +24,9 @@ RDEPEND="
dev-perl/namespace-autoclean
"
DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
dev-perl/Moose
virtual/perl-Test-Simple
)
"
-SRC_TEST="do"