diff options
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.29.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Apache-Test/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Apache-Test/files/digest-Apache-Test-1.29 | 3 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.29.ebuild b/dev-perl/Apache-Test/Apache-Test-1.29.ebuild new file mode 100644 index 000000000000..639ede68bcb2 --- /dev/null +++ b/dev-perl/Apache-Test/Apache-Test-1.29.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 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.29.ebuild,v 1.1 2006/12/03 03:32:03 mcummings 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://cpan.org/modules/by-module/Apache/" +IUSE="" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +SRC_TEST="skip" + +DEPEND="net-www/apache + dev-lang/perl" + +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/ChangeLog b/dev-perl/Apache-Test/ChangeLog index f042ed1cb555..c90d88c68e0c 100644 --- a/dev-perl/Apache-Test/ChangeLog +++ b/dev-perl/Apache-Test/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Apache-Test # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.46 2006/10/23 19:39:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.47 2006/12/03 03:32:03 mcummings Exp $ + +*Apache-Test-1.29 (03 Dec 2006) + + 03 Dec 2006; Michael Cummings <mcummings@gentoo.org> + +Apache-Test-1.29.ebuild: + Version bump 23 Oct 2006; Michael Cummings <mcummings@gentoo.org> Apache-Test-1.28.ebuild: diff --git a/dev-perl/Apache-Test/files/digest-Apache-Test-1.29 b/dev-perl/Apache-Test/files/digest-Apache-Test-1.29 new file mode 100644 index 000000000000..836291b50a63 --- /dev/null +++ b/dev-perl/Apache-Test/files/digest-Apache-Test-1.29 @@ -0,0 +1,3 @@ +MD5 d99c88b856302420211cee2f891ad931 Apache-Test-1.29.tar.gz 151416 +RMD160 69b21ac4872ce5c154262bf95e650934bb4b6869 Apache-Test-1.29.tar.gz 151416 +SHA256 c8780c633335e3349414c67b81b153719d40534d8c7092dbd30214ed27a72043 Apache-Test-1.29.tar.gz 151416 |