commit: ac0387ac46e099bfeddc3b6d2f277031ada16989
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 23 04:12:46 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 23 04:12:46 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac0387ac
[fixup] dev-perl/Catalyst-Authentication-Store-Htpasswd Migrate to EAPI5 and
misc packaging fixups
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
...lyst-Authentication-Store-Htpasswd-1.003.ebuild | 21 ------------
...lyst-Authentication-Store-Htpasswd-1.3.0.ebuild | 37 ++++++++++++++++++++++
.../ChangeLog | 9 +++++-
3 files changed, 45 insertions(+), 22 deletions(-)
diff --git
a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.003.ebuild
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.003.ebuild
deleted file mode 100644
index 2367de5..0000000
---
a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.003.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=BOBTFISH
-inherit perl-module
-
-DESCRIPTION="Authen::Htpasswd based user storage/authentication."
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- >=dev-perl/Catalyst-Plugin-Authentication-0.100.60
- >=dev-perl/Authen-Htpasswd-0.13
- dev-perl/Class-Accessor
- dev-perl/Crypt-PasswdMD5
-"
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.ebuild
new file mode 100644
index 0000000..8c3be95
--- /dev/null
+++
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=1.003
+inherit perl-module
+
+DESCRIPTION="Authen::Htpasswd based user storage/authentication."
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+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
+ rm ${S}"/t/pod.t";
+ rm ${S}"/t/kwalitee.t";
+ rm ${S}"/t/pod-coverage.t";
+ sed -i '/^t\/pod\.t/d' MANIFEST;
+ sed -i '/^t\/kwalitee\.t/d' MANIFEST;
+ sed -i '/^t\/pod-coverage\.t/d' MANIFEST;
+ perl-module_src_prepare;
+}
+
+SRC_TEST=do
diff --git a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
index 372eb5f..2ba905c 100644
--- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
+++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Catalyst-Authentication-Store-Htpasswd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Authentication-Store-Htpasswd-1.3.0 (23 Aug 2014)
+
+ 23 Aug 2014; Kent Fredric <[email protected]>
+ -Catalyst-Authentication-Store-Htpasswd-1.003.ebuild,
+ +Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild:
+ Migrate to EAPI5 and misc packaging fixups
+
09 Feb 2011; Torsten Veller <[email protected]>
Catalyst-Authentication-Store-Htpasswd-1.003.ebuild:
Fix dependency on dev-perl/Catalyst-Plugin-Authentication