diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:52:37 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:52:37 +0000 |
commit | 52448ea5afa9ca5840405a4500f4d71fda0fd512 (patch) | |
tree | a370fee5ad6c1ca026d77f4bf32adf88f589369a /dev-perl | |
parent | (no commit message) (diff) | |
download | historical-52448ea5afa9ca5840405a4500f4d71fda0fd512.tar.gz historical-52448ea5afa9ca5840405a4500f4d71fda0fd512.tar.bz2 historical-52448ea5afa9ca5840405a4500f4d71fda0fd512.zip |
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.27.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Apache-Test/files/digest-Apache-Test-1.27 | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.27.ebuild b/dev-perl/Apache-Test/Apache-Test-1.27.ebuild new file mode 100644 index 000000000000..afd57fe8c187 --- /dev/null +++ b/dev-perl/Apache-Test/Apache-Test-1.27.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 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.27.ebuild,v 1.1.1.1 2005/11/30 09:52:37 chriswhite Exp $ + +inherit perl-module + +DESCRIPTION="Test.pm wrapper with helpers for testing Apache" +SRC_URI="mirror://cpan/authors/id/P/PG/PGOLLUCCI/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~pgollucci/Apache-Test-1.27/" +IUSE="" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +SRC_TEST="do" +DEPEND="net-www/apache + !>=www-apache/mod_perl-2" + +src_install() { + # This is to avoid conflicts with a deprecated Apache::Test stepping + # in and causing problems/install errors + if [ -f ${S}/.mypacklist ]; + then + rm -f ${S}/.mypacklist + fi + perl-module_src_install +} diff --git a/dev-perl/Apache-Test/files/digest-Apache-Test-1.27 b/dev-perl/Apache-Test/files/digest-Apache-Test-1.27 new file mode 100644 index 000000000000..b713898dc248 --- /dev/null +++ b/dev-perl/Apache-Test/files/digest-Apache-Test-1.27 @@ -0,0 +1 @@ +MD5 4a87aa4e388fe9dd3d19c71d3e414caf Apache-Test-1.27.tar.gz 147015 |