Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Authen-Htpasswd: Authen-Htpasswd-0.16.1.ebuild ChangeLog
Date: Wed, 29 Apr 2009 14:56:02
Message-Id: E1LzBCa-0001jn-7R@stork.gentoo.org
1 tove 09/04/29 14:56:00
2
3 Modified: Authen-Htpasswd-0.16.1.ebuild ChangeLog
4 Log:
5 Stable on x86 (#267874). EAPI=2
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild?r1=1.2&r2=1.3
14
15 Index: Authen-Htpasswd-0.16.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- Authen-Htpasswd-0.16.1.ebuild 12 Mar 2009 17:38:04 -0000 1.2
22 +++ Authen-Htpasswd-0.16.1.ebuild 29 Apr 2009 14:56:00 -0000 1.3
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild,v 1.2 2009/03/12 17:38:04 tcunha Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild,v 1.3 2009/04/29 14:56:00 tove Exp $
28 +
29 +EAPI=2
30
31 inherit versionator
32 MY_P=${PN}-$(delete_version_separator 2)
33 @@ -11,15 +13,14 @@
34 DESCRIPTION="interface to read and modify Apache .htpasswd files"
35
36 SLOT="0"
37 -LICENSE="|| ( Artistic GPL-2 )"
38 KEYWORDS="~amd64 ~x86"
39 -IUSE="test"
40 +IUSE=""
41
42 -DEPEND="dev-lang/perl
43 - dev-perl/Class-Accessor
44 +DEPEND="dev-perl/Class-Accessor
45 dev-perl/IO-LockedFile
46 dev-perl/Crypt-PasswdMD5
47 dev-perl/Digest-SHA1"
48 # pod tests need TEST_POD anyway
49 +RDEPEND="${DEPEND}"
50
51 SRC_TEST=do
52
53
54
55 1.4 dev-perl/Authen-Htpasswd/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog?rev=1.4&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog?rev=1.4&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog?r1=1.3&r2=1.4
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v
64 retrieving revision 1.3
65 retrieving revision 1.4
66 diff -u -r1.3 -r1.4
67 --- ChangeLog 12 Mar 2009 17:38:04 -0000 1.3
68 +++ ChangeLog 29 Apr 2009 14:56:00 -0000 1.4
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-perl/Authen-Htpasswd
71 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.3 2009/03/12 17:38:04 tcunha Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.4 2009/04/29 14:56:00 tove Exp $
74 +
75 + 29 Apr 2009; Torsten Veller <tove@g.o>
76 + Authen-Htpasswd-0.16.1.ebuild:
77 + Stable on x86 (#267874). EAPI=2
78
79 12 Mar 2009; Tiago Cunha <tcunha@g.o>
80 Authen-Htpasswd-0.16.1.ebuild: