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/Apache-Htpasswd/
Date: Thu, 22 Nov 2012 02:20:44
Message-Id: 1353456911.47cf63f1a6b4ff319900778e594e942cea8adebb.kent@gentoo
1 commit: 47cf63f1a6b4ff319900778e594e942cea8adebb
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 21 00:15:11 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Nov 21 00:15:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=47cf63f1
7
8 [newversion] Apache-Htpasswd-1.900.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 .../Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild | 37 ++++++++++++++++++++
15 dev-perl/Apache-Htpasswd/ChangeLog | 8 ++++-
16 2 files changed, 44 insertions(+), 1 deletions(-)
17
18 diff --git a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild
19 new file mode 100644
20 index 0000000..4366403
21 --- /dev/null
22 +++ b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild
23 @@ -0,0 +1,37 @@
24 +# Copyright 1999-2012 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=5
28 +MODULE_AUTHOR=KMELTZ
29 +MODULE_VERSION=1.9
30 +inherit perl-module
31 +
32 +DESCRIPTION='Manage Unix crypt-style password file.'
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker
38 + echo virtual/perl-ExtUtils-MakeMaker
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker
42 + echo virtual/perl-ExtUtils-MakeMaker
43 +}
44 +perl_meta_runtime() {
45 + # Crypt::PasswdMD5
46 + echo dev-perl/Crypt-PasswdMD5
47 + # Digest::SHA 2 ( 2.0.0 )
48 + echo \>=virtual/perl-Digest-SHA-2.00
49 + # MIME::Base64
50 + echo virtual/perl-MIME-Base64
51 +}
52 +DEPEND="
53 + $(perl_meta_configure)
54 + $(perl_meta_build)
55 + $(perl_meta_runtime)
56 +"
57 +RDEPEND="
58 + $(perl_meta_runtime)
59 +"
60 +SRC_TEST="do"
61
62 diff --git a/dev-perl/Apache-Htpasswd/ChangeLog b/dev-perl/Apache-Htpasswd/ChangeLog
63 index face02f..7e4da9a 100644
64 --- a/dev-perl/Apache-Htpasswd/ChangeLog
65 +++ b/dev-perl/Apache-Htpasswd/ChangeLog
66 @@ -1,7 +1,13 @@
67 # ChangeLog for dev-perl/Apache-Htpasswd
68 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 # $Header: $
71
72 +*Apache-Htpasswd-1.900.0 (20 Nov 2012)
73 +
74 + 20 Nov 2012; Kent Fredric <kentfredric@×××××.com>
75 + +Apache-Htpasswd-1.900.0.ebuild:
76 + Version Bump
77 +
78 *Apache-Htpasswd-1.800.0 (12 Apr 2011)
79
80 12 Apr 2011; Kent Fredric <kentfredric@×××××.com>