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: Wed, 31 Jul 2013 06:54:47
Message-Id: 1375249329.e23a27eaf1e8869a2463c196203495299fcc8d9f.kent@gentoo
1 commit: e23a27eaf1e8869a2463c196203495299fcc8d9f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 31 04:07:04 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 31 05:42:09 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e23a27ea
7
8 [trim] dev-perl/Apache-Htpasswd : old versions with old EAPIs
9
10 Package-Manager: portage-2.2.0_alpha186
11 Manifest-Sign-Key: E854324B1366A820
12
13 ---
14 .../Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild | 28 ----------------------
15 dev-perl/Apache-Htpasswd/ChangeLog | 4 ++++
16 2 files changed, 4 insertions(+), 28 deletions(-)
17
18 diff --git a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild
19 deleted file mode 100644
20 index 4d1e931..0000000
21 --- a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild
22 +++ /dev/null
23 @@ -1,28 +0,0 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -
28 -EAPI=3
29 -
30 -MODULE_VERSION=1.8
31 -MODULE_AUTHOR=KMELTZ
32 -inherit perl-module
33 -
34 -DESCRIPTION="Manage Unix crypt-style password file"
35 -
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -COMMON_DEPEND="
41 - >=dev-perl/Digest-SHA1-2.0.0
42 - virtual/perl-MIME-Base64
43 - dev-perl/Crypt-PasswdMD5
44 -"
45 -DEPEND="
46 - ${COMMON_DEPEND}
47 -"
48 -RDEPEND="
49 - ${COMMON_DEPEND}
50 -"
51 -SRC_TEST="do"
52
53 diff --git a/dev-perl/Apache-Htpasswd/ChangeLog b/dev-perl/Apache-Htpasswd/ChangeLog
54 index 99f613a..d8c0110 100644
55 --- a/dev-perl/Apache-Htpasswd/ChangeLog
56 +++ b/dev-perl/Apache-Htpasswd/ChangeLog
57 @@ -2,6 +2,10 @@
58 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 # $Header: $
60
61 + 31 Jul 2013; Kent Fredric <kentfredric@×××××.com>
62 + -Apache-Htpasswd-1.800.0.ebuild:
63 + Clean old version with old EAPI
64 +
65 28 Apr 2013; Kent Fredric <kentfredric@×××××.com>
66 Apache-Htpasswd-1.800.0.ebuild:
67 Fix dependency on Digest-SHA1 ( normalize )