summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-08 07:12:25 +0000
committerTorsten Veller <tove@gentoo.org>2012-09-08 07:12:25 +0000
commit3a3d19d188d29edda90321862f4bc5c6a3cf9d41 (patch)
tree5f02576021281c97889bc2c18ef9deb716084d1e /dev-perl/Apache-Test
parent[bump] dev-perl/Const-Fast-0.13.0 (diff)
downloadgentoo-2-3a3d19d188d29edda90321862f4bc5c6a3cf9d41.tar.gz
gentoo-2-3a3d19d188d29edda90321862f4bc5c6a3cf9d41.tar.bz2
gentoo-2-3a3d19d188d29edda90321862f4bc5c6a3cf9d41.zip
[bump] dev-perl/Apache-Test-1.380.0
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild35
-rw-r--r--dev-perl/Apache-Test/ChangeLog7
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild b/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild
new file mode 100644
index 000000000000..914388494410
--- /dev/null
+++ b/dev-perl/Apache-Test/Apache-Test-1.380.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 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.380.0.ebuild,v 1.1 2012/09/08 07:12:25 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PHRED
+MODULE_VERSION=1.38
+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 f7e58d68be7b..54effc651037 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.90 2012/09/02 18:46:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.91 2012/09/08 07:12:25 tove Exp $
+
+*Apache-Test-1.380.0 (08 Sep 2012)
+
+ 08 Sep 2012; Torsten Veller <tove@gentoo.org> +Apache-Test-1.380.0.ebuild:
+ Version bump
02 Sep 2012; Raúl Porcel <armin76@gentoo.org> Apache-Test-1.370.0.ebuild:
alpha/ia64/sparc stable wrt #418783