commit: c1a491761804ca918b6379e5e24015138f4dc4ac
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 11:13:42 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 11:13:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c1a49176
[fixup] Catalyst-Plugin-Session-PerUser: EAPI5, fixup deps and tests
Package-Manager: portage-2.2.17
...talyst-Plugin-Session-PerUser-0.50.0-r1.ebuild} | 25 ++++++++++++----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git
a/dev-perl/Catalyst-Plugin-Session-PerUser/Catalyst-Plugin-Session-PerUser-0.50.0.ebuild
b/dev-perl/Catalyst-Plugin-Session-PerUser/Catalyst-Plugin-Session-PerUser-0.50.0-r1.ebuild
similarity index 72%
rename from
dev-perl/Catalyst-Plugin-Session-PerUser/Catalyst-Plugin-Session-PerUser-0.50.0.ebuild
rename to
dev-perl/Catalyst-Plugin-Session-PerUser/Catalyst-Plugin-Session-PerUser-0.50.0-r1.ebuild
index 5f1903d..edd9bbc 100644
---
a/dev-perl/Catalyst-Plugin-Session-PerUser/Catalyst-Plugin-Session-PerUser-0.50.0.ebuild
+++
b/dev-perl/Catalyst-Plugin-Session-PerUser/Catalyst-Plugin-Session-PerUser-0.50.0-r1.ebuild
@@ -1,27 +1,30 @@
-# 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=BOBTFISH
MODULE_VERSION="0.05"
inherit perl-module
DESCRIPTION="Per user sessions (instead of per browser sessions)."
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND="
- dev-perl/Moose
- dev-perl/namespace-autoclean
- dev-perl/MRO-Compat
- >=dev-perl/Catalyst-Plugin-Session-0.60.0
+PERL_RM_FILES=(
+ t/99_pod.t
+ t/99_podcoverage.t
+)
+RDEPEND="
dev-perl/Catalyst-Plugin-Authentication
+ >=dev-perl/Catalyst-Plugin-Session-0.60.0
dev-perl/Hash-Merge
+ dev-perl/MRO-Compat
+ dev-perl/Moose
dev-perl/Object-Signature
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RRDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_RDEPEND}"
-SRC_TEST=do