Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Authentication-Store-Htpasswd/
Date: Sat, 23 Aug 2014 04:49:07
Message-Id: 1408767166.ac0387ac46e099bfeddc3b6d2f277031ada16989.kent@gentoo
1 commit: ac0387ac46e099bfeddc3b6d2f277031ada16989
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 23 04:12:46 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Aug 23 04:12:46 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac0387ac
7
8 [fixup] dev-perl/Catalyst-Authentication-Store-Htpasswd Migrate to EAPI5 and misc packaging fixups
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 ...lyst-Authentication-Store-Htpasswd-1.003.ebuild | 21 ------------
15 ...lyst-Authentication-Store-Htpasswd-1.3.0.ebuild | 37 ++++++++++++++++++++++
16 .../ChangeLog | 9 +++++-
17 3 files changed, 45 insertions(+), 22 deletions(-)
18
19 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
20 deleted file mode 100644
21 index 2367de5..0000000
22 --- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.003.ebuild
23 +++ /dev/null
24 @@ -1,21 +0,0 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28 -
29 -MODULE_AUTHOR=BOBTFISH
30 -inherit perl-module
31 -
32 -DESCRIPTION="Authen::Htpasswd based user storage/authentication."
33 -
34 -IUSE=""
35 -
36 -SLOT="0"
37 -LICENSE="|| ( Artistic GPL-2 )"
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -DEPEND="
41 - >=dev-perl/Catalyst-Plugin-Authentication-0.100.60
42 - >=dev-perl/Authen-Htpasswd-0.13
43 - dev-perl/Class-Accessor
44 - dev-perl/Crypt-PasswdMD5
45 -"
46
47 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
48 new file mode 100644
49 index 0000000..8c3be95
50 --- /dev/null
51 +++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild
52 @@ -0,0 +1,37 @@
53 +# Copyright 1999-2014 Gentoo Foundation
54 +# Distributed under the terms of the GNU General Public License v2
55 +# $Header: $
56 +EAPI=5
57 +MODULE_AUTHOR=BOBTFISH
58 +MODULE_VERSION=1.003
59 +inherit perl-module
60 +
61 +DESCRIPTION="Authen::Htpasswd based user storage/authentication."
62 +
63 +IUSE=""
64 +
65 +SLOT="0"
66 +LICENSE="|| ( Artistic GPL-2 )"
67 +KEYWORDS="~amd64 ~x86"
68 +
69 +RDEPEND="
70 + >=dev-perl/Catalyst-Plugin-Authentication-0.100.60
71 + >=dev-perl/Authen-Htpasswd-0.130.0
72 + dev-perl/Class-Accessor
73 + dev-perl/Crypt-PasswdMD5"
74 +DEPEND="$RDEPEND
75 + dev-perl/Test-WWW-Mechanize-Catalyst
76 + dev-perl/Test-use-ok"
77 +
78 +src_prepare() {
79 + # These tests are useless
80 + rm ${S}"/t/pod.t";
81 + rm ${S}"/t/kwalitee.t";
82 + rm ${S}"/t/pod-coverage.t";
83 + sed -i '/^t\/pod\.t/d' MANIFEST;
84 + sed -i '/^t\/kwalitee\.t/d' MANIFEST;
85 + sed -i '/^t\/pod-coverage\.t/d' MANIFEST;
86 + perl-module_src_prepare;
87 +}
88 +
89 +SRC_TEST=do
90
91 diff --git a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
92 index 372eb5f..2ba905c 100644
93 --- a/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
94 +++ b/dev-perl/Catalyst-Authentication-Store-Htpasswd/ChangeLog
95 @@ -1,7 +1,14 @@
96 # ChangeLog for dev-perl/Catalyst-Authentication-Store-Htpasswd
97 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
98 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
99 # $Header: $
100
101 +*Catalyst-Authentication-Store-Htpasswd-1.3.0 (23 Aug 2014)
102 +
103 + 23 Aug 2014; Kent Fredric <kentfredric@×××××.com>
104 + -Catalyst-Authentication-Store-Htpasswd-1.003.ebuild,
105 + +Catalyst-Authentication-Store-Htpasswd-1.3.0.ebuild:
106 + Migrate to EAPI5 and misc packaging fixups
107 +
108 09 Feb 2011; Torsten Veller <tove@g.o>
109 Catalyst-Authentication-Store-Htpasswd-1.003.ebuild:
110 Fix dependency on dev-perl/Catalyst-Plugin-Authentication