commit: 6b84729a0c78e781970eec19df25e582406fb7b1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jun 4 07:53:55 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jun 4 07:53:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6b84729a
[fixup] Catalyst-Authentication-Store-Htpasswd: Fix deps, esp Test::use::ok
Package-Manager: portage-2.2.17
...-Authentication-Store-Htpasswd-1.3.0-r1.ebuild} | 27 +++++++++++-----------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git
a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0-r1.ebuild
similarity index 58%
rename from
dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
rename to
dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0-r1.ebuild
index 534f206..9a5bf84 100644
---
a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
+++
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -8,25 +8,26 @@ inherit perl-module
DESCRIPTION="Authen::Htpasswd based user storage/authentication."
-IUSE=""
+IUSE="test"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
+PERL_RM_FILES=(
+ t/pod.t
+ t/kwalitee.t
+ t/pod-coverage.t
+)
+
+# Class::Accessor::Fast -> Class-Accessor
RDEPEND="
>=dev-perl/Catalyst-Plugin-Authentication-0.100.60
>=dev-perl/Authen-Htpasswd-0.130.0
dev-perl/Class-Accessor
dev-perl/Crypt-PasswdMD5"
DEPEND="$RDEPEND
- dev-perl/Test-WWW-Mechanize-Catalyst
- dev-perl/Test-use-ok"
-
-src_prepare() {
- # These tests are useless
- perl_rm_files "t/pod.t" "t/kwalitee.t" "t/pod-coverage.t";
- perl-module_src_prepare;
-}
-
-SRC_TEST=do
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-WWW-Mechanize-Catalyst
+ || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+ )"