summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-05-19 07:12:40 +0000
committerYuval Yaari <yuval@gentoo.org>2008-05-19 07:12:40 +0000
commitbad591fa7ba990b403612aae6ebb5671fd21b678 (patch)
tree33668314ce28d5bc84f6c0d253345638fa41bd0e /dev-perl/Apache-Test
parentKeyworded for all archs having postgresql keyworded and have ossp-uuid keyworded (diff)
downloadgentoo-2-bad591fa7ba990b403612aae6ebb5671fd21b678.tar.gz
gentoo-2-bad591fa7ba990b403612aae6ebb5671fd21b678.tar.bz2
gentoo-2-bad591fa7ba990b403612aae6ebb5671fd21b678.zip
Version bump (bug #222681)
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.30.ebuild28
-rw-r--r--dev-perl/Apache-Test/ChangeLog7
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.30.ebuild b/dev-perl/Apache-Test/Apache-Test-1.30.ebuild
new file mode 100644
index 000000000000..e01624b61ac1
--- /dev/null
+++ b/dev-perl/Apache-Test/Apache-Test-1.30.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 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.30.ebuild,v 1.1 2008/05/19 07:12:40 yuval Exp $
+
+inherit depend.apache perl-module
+
+DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
+SRC_URI="mirror://cpan/authors/id/P/PH/PHRED/${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="dev-lang/perl"
+
+need_apache
+
+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 a745e1a91e3c..87991c7c5ce9 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.60 2008/05/13 14:25:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.61 2008/05/19 07:12:40 yuval Exp $
+
+*Apache-Test-1.30 (19 May 2008)
+
+ 19 May 2008; Yuval Yaari <yuval@gentoo.org> +Apache-Test-1.30.ebuild:
+ Version bump (bug #222681)
13 May 2008; Jeroen Roovers <jer@gentoo.org> Apache-Test-1.29.ebuild:
Marked ~hppa (LuckyLuke).