diff options
author | 2007-01-14 22:15:33 +0000 | |
---|---|---|
committer | 2007-01-14 22:15:33 +0000 | |
commit | de2b6285df7b79dd0e10104d9bbe2cdb880b324e (patch) | |
tree | c6c42a5d6b6e77afff4a148b6655ce2a5e5ea1dc /dev-perl/Apache-Test/Apache-Test-1.26.ebuild | |
parent | Remove old version. Version bump. (diff) | |
download | gentoo-2-de2b6285df7b79dd0e10104d9bbe2cdb880b324e.tar.gz gentoo-2-de2b6285df7b79dd0e10104d9bbe2cdb880b324e.tar.bz2 gentoo-2-de2b6285df7b79dd0e10104d9bbe2cdb880b324e.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Apache-Test/Apache-Test-1.26.ebuild')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.26.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.26.ebuild b/dev-perl/Apache-Test/Apache-Test-1.26.ebuild index 757b9c70d98c..fabd94752413 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.26.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.26.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.26.ebuild,v 1.9 2006/08/27 23:33:19 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.26.ebuild,v 1.10 2007/01/14 22:15:33 mcummings Exp $ inherit perl-module DESCRIPTION="Test.pm wrapper with helpers for testing Apache" SRC_URI="mirror://cpan/authors/id/G/GE/GEOFF/${P}.tar.gz" -HOMEPAGE="http://cpan.org/modules/by-module/Apache/${P}.readme" +HOMEPAGE="http://cpan.org/modules/by-module/Apache/" IUSE="" SLOT="0" LICENSE="Artistic" @@ -15,7 +15,6 @@ SRC_TEST="skip" DEPEND="net-www/apache !>=www-apache/mod_perl-2 dev-lang/perl" -RDEPEND="${DEPEND}" src_install() { # This is to avoid conflicts with a deprecated Apache::Test stepping |