summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:52:37 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:52:37 +0000
commit995edf9baab2d2e53a1efcbf5b55794f089b41fd (patch)
tree2350924bb51f9ddb83b296e65097473c5f265770 /dev-perl/Apache-Test
parent*** empty log message *** (diff)
downloadgentoo-2-995edf9baab2d2e53a1efcbf5b55794f089b41fd.tar.gz
gentoo-2-995edf9baab2d2e53a1efcbf5b55794f089b41fd.tar.bz2
gentoo-2-995edf9baab2d2e53a1efcbf5b55794f089b41fd.zip
*** empty log message ***
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.27.ebuild26
-rw-r--r--dev-perl/Apache-Test/files/digest-Apache-Test-1.271
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..4849f1a223fc
--- /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 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