summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-04-03 06:56:08 +0000
committerTorsten Veller <tove@gentoo.org>2011-04-03 06:56:08 +0000
commit9301ee9f6e1b3e57a55a210f09ea16de80797598 (patch)
treec29076f082db22507d10645997f467b81dd5dbf7 /dev-perl/Apache-Test
parentCleanup (diff)
downloadgentoo-2-9301ee9f6e1b3e57a55a210f09ea16de80797598.tar.gz
gentoo-2-9301ee9f6e1b3e57a55a210f09ea16de80797598.tar.bz2
gentoo-2-9301ee9f6e1b3e57a55a210f09ea16de80797598.zip
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.33.ebuild34
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.340.ebuild35
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.350.ebuild35
-rw-r--r--dev-perl/Apache-Test/ChangeLog6
4 files changed, 5 insertions, 105 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.33.ebuild b/dev-perl/Apache-Test/Apache-Test-1.33.ebuild
deleted file mode 100644
index 5eefe1663b98..000000000000
--- a/dev-perl/Apache-Test/Apache-Test-1.33.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 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.33.ebuild,v 1.1 2010/09/21 19:14:26 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=PHRED
-inherit depend.apache perl-module
-
-DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-# interactive, requires interaction with the live filesystem
-SRC_TEST="skip"
-
-need_apache
-
-pkg_setup() {
- perl-module_pkg_setup
-}
-
-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.340.ebuild b/dev-perl/Apache-Test/Apache-Test-1.340.ebuild
deleted file mode 100644
index 31fa392afd13..000000000000
--- a/dev-perl/Apache-Test/Apache-Test-1.340.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 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.340.ebuild,v 1.1 2011/01/18 16:48:21 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=PHRED
-MODULE_VERSION=1.34
-inherit depend.apache perl-module
-
-DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-# interactive, requires interaction with the live filesystem
-SRC_TEST="skip"
-
-need_apache
-
-pkg_setup() {
- perl-module_pkg_setup
-}
-
-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.350.ebuild b/dev-perl/Apache-Test/Apache-Test-1.350.ebuild
deleted file mode 100644
index c86ec4ea9b24..000000000000
--- a/dev-perl/Apache-Test/Apache-Test-1.350.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 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.350.ebuild,v 1.1 2011/01/23 15:32:24 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=PHRED
-MODULE_VERSION=1.35
-inherit depend.apache perl-module
-
-DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-# interactive, requires interaction with the live filesystem
-SRC_TEST="skip"
-
-need_apache
-
-pkg_setup() {
- perl-module_pkg_setup
-}
-
-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 900da28bcebc..c52cd85424dc 100644
--- a/dev-perl/Apache-Test/ChangeLog
+++ b/dev-perl/Apache-Test/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Apache-Test
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.71 2011/02/04 07:32:00 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.72 2011/04/03 06:56:08 tove Exp $
+
+ 03 Apr 2011; Torsten Veller <tove@gentoo.org> -Apache-Test-1.33.ebuild,
+ -Apache-Test-1.340.ebuild, -Apache-Test-1.350.ebuild:
+ Cleanup
*Apache-Test-1.360 (04 Feb 2011)