diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-07-08 19:37:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-07-08 19:37:24 +0000 |
commit | 86134628452846b60cec1b7c4eccbfaf5077cefc (patch) | |
tree | 0a515199edb48f95662a8c50c38cbb6580f07b00 /dev-perl/Apache-Test | |
parent | Cleaning out stale ebuilds (diff) | |
download | historical-86134628452846b60cec1b7c4eccbfaf5077cefc.tar.gz historical-86134628452846b60cec1b7c4eccbfaf5077cefc.tar.bz2 historical-86134628452846b60cec1b7c4eccbfaf5077cefc.zip |
Cleaning up
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.23.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.26.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.28.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Apache-Test/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Apache-Test/files/digest-Apache-Test-1.23 | 3 | ||||
-rw-r--r-- | dev-perl/Apache-Test/files/digest-Apache-Test-1.26 | 3 | ||||
-rw-r--r-- | dev-perl/Apache-Test/files/digest-Apache-Test-1.28 | 3 |
7 files changed, 6 insertions, 90 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.23.ebuild b/dev-perl/Apache-Test/Apache-Test-1.23.ebuild deleted file mode 100644 index 743f0802feb3..000000000000 --- a/dev-perl/Apache-Test/Apache-Test-1.23.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.23.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/S/ST/STAS/${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/Apache-Test-1.26.ebuild b/dev-perl/Apache-Test/Apache-Test-1.26.ebuild deleted file mode 100644 index fabd94752413..000000000000 --- a/dev-perl/Apache-Test/Apache-Test-1.26.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.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/" -IUSE="" -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ~mips ~ppc ppc64 sparc ~x86" -SRC_TEST="skip" -DEPEND="net-www/apache - !>=www-apache/mod_perl-2 - 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/Apache-Test-1.28.ebuild b/dev-perl/Apache-Test/Apache-Test-1.28.ebuild deleted file mode 100644 index a1b18f65692f..000000000000 --- a/dev-perl/Apache-Test/Apache-Test-1.28.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.28.ebuild,v 1.13 2007/01/19 22:09:54 corsair 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/" -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 6b8e1f0afeef..2c1798d29505 100644 --- a/dev-perl/Apache-Test/ChangeLog +++ b/dev-perl/Apache-Test/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Apache-Test # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.56 2007/05/05 17:30:20 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.57 2007/07/08 19:37:24 mcummings Exp $ + + 08 Jul 2007; Michael Cummings <mcummings@gentoo.org> + -Apache-Test-1.23.ebuild, -Apache-Test-1.26.ebuild, + -Apache-Test-1.28.ebuild: + Cleaning up 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> Apache-Test-1.29.ebuild: diff --git a/dev-perl/Apache-Test/files/digest-Apache-Test-1.23 b/dev-perl/Apache-Test/files/digest-Apache-Test-1.23 deleted file mode 100644 index 826619692c15..000000000000 --- a/dev-perl/Apache-Test/files/digest-Apache-Test-1.23 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c868fb074a414d622bb2ad4476d0c4b3 Apache-Test-1.23.tar.gz 144767 -RMD160 d0566c99da9354b217ba546ce8f6d38be19bfc9b Apache-Test-1.23.tar.gz 144767 -SHA256 bafa8664250f00ded543eb38e115b32ae635a12595b967807db305289da6b711 Apache-Test-1.23.tar.gz 144767 diff --git a/dev-perl/Apache-Test/files/digest-Apache-Test-1.26 b/dev-perl/Apache-Test/files/digest-Apache-Test-1.26 deleted file mode 100644 index 5a000dff325a..000000000000 --- a/dev-perl/Apache-Test/files/digest-Apache-Test-1.26 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0626e18f95e36b61b035e7485295128e Apache-Test-1.26.tar.gz 147976 -RMD160 d6d3ee959774275cea29b40e9eae6034cc27a6b7 Apache-Test-1.26.tar.gz 147976 -SHA256 d3075899f38b568fbbb75d09e4ab1260daa1d05f9020b393da37cbb2f19a30a1 Apache-Test-1.26.tar.gz 147976 diff --git a/dev-perl/Apache-Test/files/digest-Apache-Test-1.28 b/dev-perl/Apache-Test/files/digest-Apache-Test-1.28 deleted file mode 100644 index 862fac995de6..000000000000 --- a/dev-perl/Apache-Test/files/digest-Apache-Test-1.28 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 76ca771bb9d36b6215e7f418a7fd5e9a Apache-Test-1.28.tar.gz 149856 -RMD160 4d937baef75b563cdfddc98eb6eeb3bed26a3c86 Apache-Test-1.28.tar.gz 149856 -SHA256 42b7edcddc47e9a231740a7949cea8462f8042f32d79db02a24c24786ea08e37 Apache-Test-1.28.tar.gz 149856 |