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/Apache-Test: metadata.xml ChangeLog Apache-Test-1.30.ebuild
Date: Thu, 10 Dec 2009 10:32:53
Message-Id: E1NIgKH-0005yy-MB@stork.gentoo.org
1 tove 09/12/10 10:32:49
2
3 Modified: metadata.xml ChangeLog Apache-Test-1.30.ebuild
4 Log:
5 Fix HOMEPAGE (#295603), LICENSE. Change longdescription
6 (Portage version: 2.2_rc56/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-perl/Apache-Test/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/metadata.xml?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/metadata.xml?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/metadata.xml?r1=1.2&r2=1.3
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/metadata.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- metadata.xml 28 Jul 2005 10:25:11 -0000 1.2
22 +++ metadata.xml 10 Dec 2009 10:32:49 -0000 1.3
23 @@ -6,7 +6,9 @@
24 <email>perl@g.o</email>
25 <description>Primary Maintainer</description>
26 </maintainer>
27 - <longdescription>Provides a suite of Apache tests, including tests for the
28 - different mod_perls. Testing is disabled at this time - interactive,
29 - requires interaction with the live filesystem.</longdescription>
30 + <longdescription>The Apache::Test framework was designed for creating test
31 + suites for products running on the Apache httpd webserver (not
32 + necessarily mod_perl). Originally designed for the mod_perl Apache
33 + module, it was extended to be used for any Apache
34 + module.</longdescription>
35 </pkgmetadata>
36
37
38
39 1.64 dev-perl/Apache-Test/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.64&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.64&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.63&r2=1.64
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
48 retrieving revision 1.63
49 retrieving revision 1.64
50 diff -u -r1.63 -r1.64
51 --- ChangeLog 26 May 2009 17:31:51 -0000 1.63
52 +++ ChangeLog 10 Dec 2009 10:32:49 -0000 1.64
53 @@ -1,6 +1,10 @@
54 # ChangeLog for dev-perl/Apache-Test
55 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.63 2009/05/26 17:31:51 arfrever Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.64 2009/12/10 10:32:49 tove Exp $
58 +
59 + 10 Dec 2009; Torsten Veller <tove@g.o> Apache-Test-1.30.ebuild,
60 + metadata.xml:
61 + Fix HOMEPAGE (#295603), LICENSE. Change longdescription
62
63 26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
64 Apache-Test-1.29.ebuild, Apache-Test-1.30.ebuild:
65
66
67
68 1.4 dev-perl/Apache-Test/Apache-Test-1.30.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.30.ebuild?rev=1.4&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.30.ebuild?rev=1.4&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.30.ebuild?r1=1.3&r2=1.4
73
74 Index: Apache-Test-1.30.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.30.ebuild,v
77 retrieving revision 1.3
78 retrieving revision 1.4
79 diff -u -r1.3 -r1.4
80 --- Apache-Test-1.30.ebuild 26 May 2009 17:31:51 -0000 1.3
81 +++ Apache-Test-1.30.ebuild 10 Dec 2009 10:32:49 -0000 1.4
82 @@ -1,19 +1,21 @@
83 # Copyright 1999-2009 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.30.ebuild,v 1.3 2009/05/26 17:31:51 arfrever Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.30.ebuild,v 1.4 2009/12/10 10:32:49 tove Exp $
87
88 +EAPI=2
89 +
90 +MODULE_AUTHOR=PHRED
91 inherit depend.apache perl-module
92
93 DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
94 -SRC_URI="mirror://cpan/authors/id/P/PH/PHRED/${P}.tar.gz"
95 -HOMEPAGE="http://cpan.org/modules/by-module/Apache/"
96 -IUSE=""
97 +
98 +LICENSE="Apache-2.0"
99 SLOT="0"
100 -LICENSE="Artistic"
101 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
102 -SRC_TEST="skip"
103 +IUSE=""
104
105 -DEPEND="dev-lang/perl"
106 +# interactive, requires interaction with the live filesystem
107 +SRC_TEST="skip"
108
109 need_apache