From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/
Date: Sat, 23 Aug 2014 04:49:02 +0000 (UTC) [thread overview]
Message-ID: <1408767166.ac0387ac46e099bfeddc3b6d2f277031ada16989.kent@gentoo> (raw)
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 <kentfredric@gmail.com>
+ -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 <tove@gentoo.org>
Catalyst-Authentication-Store-Htpasswd-1.003.ebuild:
Fix dependency on dev-perl/Catalyst-Plugin-Authentication
next reply other threads:[~2014-08-23 4:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-23 4:49 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-04 10:51 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/ Kent Fredric
2014-08-24 13:56 Kent Fredric
2011-02-09 7:22 Torsten Veller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408767166.ac0387ac46e099bfeddc3b6d2f277031ada16989.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox