commit: 7ce134545c7e119ebe58ed39e7552831abbcc6bc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 5 00:16:22 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 5 00:16:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7ce13454
[fixup] Catalyst-Plugin-Session-Store-Delegate: EAPI5, fixup deps, esp
Test::use::ok
Package-Manager: portage-2.2.17
...> Catalyst-Plugin-Session-Store-Delegate-0.60.0-r1.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git
a/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.60.0.ebuild
b/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.60.0-r1.ebuild
similarity index 72%
rename from
dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.60.0.ebuild
rename to
dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.60.0-r1.ebuild
index c6aad8f..22bc349 100644
---
a/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.60.0.ebuild
+++
b/dev-perl/Catalyst-Plugin-Session-Store-Delegate/Catalyst-Plugin-Session-Store-Delegate-0.60.0-r1.ebuild
@@ -1,9 +1,9 @@
-# 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.06"
+MODULE_VERSION=0.06
inherit perl-module
DESCRIPTION="Delegate session storage to an application model object."
@@ -11,7 +11,6 @@ DESCRIPTION="Delegate session storage to an application model
object."
IUSE="test"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
RDEPEND="
@@ -23,9 +22,9 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
- dev-perl/Test-use-ok
+ || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
virtual/perl-Test-Simple
)
"
-SRC_TEST="do"