* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/
@ 2011-02-09 7:22 Torsten Veller
0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2011-02-09 7:22 UTC (permalink / raw
To: gentoo-commits
commit: aa5d5f737de7ec06383855285c5a2e9fefd4ac35
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 9 07:19:59 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 07:19:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=aa5d5f73
[fix] dev-perl/Catalyst-Authentication-Store-Htpasswd: Catalyst-Plugin-Authentication version scheme
(Portage version: 2.2.0_alpha21/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
...lyst-Authentication-Store-Htpasswd-1.003.ebuild | 4 ++--
.../ChangeLog | 6 +++++-
2 files changed, 7 insertions(+), 3 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
index f33c798..2367de5 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
DEPEND="
- >=dev-perl/Catalyst-Plugin-Authentication-0.10006
+ >=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/ChangeLog b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
index 3c694de..372eb5f 100644
--- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
+++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Catalyst-Authentication-Store-Htpasswd
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 09 Feb 2011; Torsten Veller <tove@gentoo.org>
+ Catalyst-Authentication-Store-Htpasswd-1.003.ebuild:
+ Fix dependency on dev-perl/Catalyst-Plugin-Authentication
+
09 Dec 2009; Kent Fredric <kentfredric@gmail.com>
-Catalyst-Authentication-Store-Htpasswd-1.002.ebuild:
Cleaned. Not on CPAN
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/
@ 2014-08-23 4:49 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-08-23 4:49 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/
@ 2014-08-24 13:56 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-08-24 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 626c23e7200e4cdde1487d55e13012fa5482cbbe
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 24 12:30:47 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 24 12:30:47 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=626c23e7
[fix] dev-perl/Catalyst-Authentication-Store-Htpasswd use perl_rm_files
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
.../Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild | 7 +------
dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog | 4 ++++
2 files changed, 5 insertions(+), 6 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.ebuild
index 8c3be95..534f206 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.ebuild
@@ -25,12 +25,7 @@ DEPEND="$RDEPEND
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_rm_files "t/pod.t" "t/kwalitee.t" "t/pod-coverage.t";
perl-module_src_prepare;
}
diff --git a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
index 2ba905c..9580704 100644
--- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
+++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+ Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild:
+ use perl_rm_files
+
*Catalyst-Authentication-Store-Htpasswd-1.3.0 (23 Aug 2014)
23 Aug 2014; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/
@ 2015-06-04 10:51 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-04 10:51 UTC (permalink / raw
To: gentoo-commits
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 )
+ )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-04 10:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 7:22 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/ Torsten Veller
-- strict thread matches above, loose matches on Subject: below --
2014-08-23 4:49 Kent Fredric
2014-08-24 13:56 Kent Fredric
2015-06-04 10:51 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox