diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-10 10:32:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-10 10:32:49 +0000 |
commit | cd36589f3e0e0e436a40594a0e1cdb4b89cc5090 (patch) | |
tree | db9e8f42803de183e50acb03b83a65a84e92d16f /dev-perl | |
parent | new snapshot (diff) | |
download | gentoo-2-cd36589f3e0e0e436a40594a0e1cdb4b89cc5090.tar.gz gentoo-2-cd36589f3e0e0e436a40594a0e1cdb4b89cc5090.tar.bz2 gentoo-2-cd36589f3e0e0e436a40594a0e1cdb4b89cc5090.zip |
Fix HOMEPAGE (#295603), LICENSE. Change longdescription
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.30.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Apache-Test/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Apache-Test/metadata.xml | 8 |
3 files changed, 19 insertions, 11 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.30.ebuild b/dev-perl/Apache-Test/Apache-Test-1.30.ebuild index 2dbdde7015e0..3a204226c7a4 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.30.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.30.ebuild @@ -1,19 +1,21 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ +EAPI=2 + +MODULE_AUTHOR=PHRED inherit depend.apache perl-module DESCRIPTION="Test.pm wrapper with helpers for testing Apache" -SRC_URI="mirror://cpan/authors/id/P/PH/PHRED/${P}.tar.gz" -HOMEPAGE="http://cpan.org/modules/by-module/Apache/" -IUSE="" + +LICENSE="Apache-2.0" SLOT="0" -LICENSE="Artistic" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -SRC_TEST="skip" +IUSE="" -DEPEND="dev-lang/perl" +# interactive, requires interaction with the live filesystem +SRC_TEST="skip" need_apache diff --git a/dev-perl/Apache-Test/ChangeLog b/dev-perl/Apache-Test/ChangeLog index a6310b470e49..5fcde9127af7 100644 --- a/dev-perl/Apache-Test/ChangeLog +++ b/dev-perl/Apache-Test/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Apache-Test # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.63 2009/05/26 17:31:51 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.64 2009/12/10 10:32:49 tove Exp $ + + 10 Dec 2009; Torsten Veller <tove@gentoo.org> Apache-Test-1.30.ebuild, + metadata.xml: + Fix HOMEPAGE (#295603), LICENSE. Change longdescription 26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> Apache-Test-1.29.ebuild, Apache-Test-1.30.ebuild: diff --git a/dev-perl/Apache-Test/metadata.xml b/dev-perl/Apache-Test/metadata.xml index dfc10aad2461..4c6d5819dc06 100644 --- a/dev-perl/Apache-Test/metadata.xml +++ b/dev-perl/Apache-Test/metadata.xml @@ -6,7 +6,9 @@ <email>perl@gentoo.org</email> <description>Primary Maintainer</description> </maintainer> - <longdescription>Provides a suite of Apache tests, including tests for the - different mod_perls. Testing is disabled at this time - interactive, - requires interaction with the live filesystem.</longdescription> + <longdescription>The Apache::Test framework was designed for creating test + suites for products running on the Apache httpd webserver (not + necessarily mod_perl). Originally designed for the mod_perl Apache + module, it was extended to be used for any Apache + module.</longdescription> </pkgmetadata> |