commit: 19dc0dc78d9bacd5f2d6c4c74df69950c7a1b218
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jun 4 13:40:34 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jun 4 13:40:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=19dc0dc7
[fixup] Catalyst-Plugin-Session-Store-BerkeleyDB: Fixup deps, esp Test::use::ok
Package-Manager: portage-2.2.17
...-Plugin-Session-Store-BerkeleyDB-0.40.0-r2.ebuild} | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git
a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild
b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r2.ebuild
similarity index 65%
rename from
dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild
rename to
dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r2.ebuild
index e80a162..aed415f 100644
---
a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild
+++
b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r2.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.04"
+MODULE_VERSION=0.04
inherit perl-module
DESCRIPTION="store sessions in a berkeleydb"
-IUSE=""
+IUSE="test"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
RDEPEND="
@@ -26,12 +25,14 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- dev-perl/File-Remove
- dev-perl/Test-WWW-Mechanize-Catalyst
- virtual/perl-Test-Simple
- dev-perl/Test-use-ok
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/File-Remove
+ dev-perl/Test-WWW-Mechanize-Catalyst
+ virtual/perl-Test-Simple
+ || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+ )
"
PERL_RM_FILES=(
t/author/pod.t
)
-SRC_TEST=do