summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-17 11:04:57 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-17 11:04:57 +0000
commit118851ccaa6553dbf5bff833bfed8a80861a6efd (patch)
tree98d6e4367f18a82f341f3d8d943d85f9794d9a7b /dev-perl/Apache-Test
parentVersion bump to latest in 6.12.x series. With kind permission from scarabeus. (diff)
downloadhistorical-118851ccaa6553dbf5bff833bfed8a80861a6efd.tar.gz
historical-118851ccaa6553dbf5bff833bfed8a80861a6efd.tar.bz2
historical-118851ccaa6553dbf5bff833bfed8a80861a6efd.zip
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.32.ebuild34
-rw-r--r--dev-perl/Apache-Test/ChangeLog7
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.32.ebuild b/dev-perl/Apache-Test/Apache-Test-1.32.ebuild
new file mode 100644
index 000000000000..6033648558d9
--- /dev/null
+++ b/dev-perl/Apache-Test/Apache-Test-1.32.ebuild
@@ -0,0 +1,34 @@
+# 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.32.ebuild,v 1.1 2010/04/17 10:59:46 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/ChangeLog b/dev-perl/Apache-Test/ChangeLog
index 80e9934ad680..f7e70c898758 100644
--- a/dev-perl/Apache-Test/ChangeLog
+++ b/dev-perl/Apache-Test/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Apache-Test
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.65 2010/03/05 08:18:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.66 2010/04/17 10:59:46 tove Exp $
+
+*Apache-Test-1.32 (17 Apr 2010)
+
+ 17 Apr 2010; Torsten Veller <tove@gentoo.org> +Apache-Test-1.32.ebuild:
+ Version bump
*Apache-Test-1.31 (05 Mar 2010)