summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2015-06-09 23:20:52 +1200
committerKent Fredric <kentfredric@gmail.com>2015-06-09 23:20:52 +1200
commite3630d2546974851147e1a443f35758f12c5d739 (patch)
tree66cc307804d7b2bb16dbb0c96afdd7a2a29954b7
parent[fixup] Catalyst-Plugin-Session-PerUser: EAPI5, fixup deps and tests (diff)
downloadperl-overlay-e3630d2546974851147e1a443f35758f12c5d739.tar.gz
perl-overlay-e3630d2546974851147e1a443f35758f12c5d739.tar.bz2
perl-overlay-e3630d2546974851147e1a443f35758f12c5d739.zip
[fixup] Catalyst-Plugin-Session-State-Cookie: EAPI5, fixup deps and tests
Package-Manager: portage-2.2.17
-rw-r--r--dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild (renamed from dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild)12
1 files 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
index 260d107eb..acf613e3a 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"