summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-07-28 15:11:02 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-07-28 15:11:02 +0000
commit7cb50362631c4c65ab27e87e673f510e905d1ca8 (patch)
tree2ff53f208532e32281be92b9260271d3633b6130 /dev-perl/Apache-Test
parentStable on sparc (diff)
downloadgentoo-2-7cb50362631c4c65ab27e87e673f510e905d1ca8.tar.gz
gentoo-2-7cb50362631c4c65ab27e87e673f510e905d1ca8.tar.bz2
gentoo-2-7cb50362631c4c65ab27e87e673f510e905d1ca8.zip
block add
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.26.ebuild5
-rw-r--r--dev-perl/Apache-Test/ChangeLog10
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.26.ebuild b/dev-perl/Apache-Test/Apache-Test-1.26.ebuild
index 2d6eae65ad06..36c0a7235212 100644
--- a/dev-perl/Apache-Test/Apache-Test-1.26.ebuild
+++ b/dev-perl/Apache-Test/Apache-Test-1.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.1 2005/07/28 10:25:11 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.26.ebuild,v 1.2 2005/07/28 15:11:02 mcummings Exp $
inherit perl-module
@@ -12,7 +12,8 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~ia64 ~ppc64 ~mips"
SRC_TEST="skip"
-DEPEND="net-www/apache"
+DEPEND="net-www/apache
+ !>=www-apache/mod_perl-2"
src_install() {
# This is to avoid conflicts with a deprecated Apache::Test stepping
diff --git a/dev-perl/Apache-Test/ChangeLog b/dev-perl/Apache-Test/ChangeLog
index 758707c4d53c..643b9fa01e17 100644
--- a/dev-perl/Apache-Test/ChangeLog
+++ b/dev-perl/Apache-Test/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-perl/Apache-Test
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.24 2005/07/28 10:25:11 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.25 2005/07/28 15:11:02 mcummings Exp $
+
+ 28 Jul 2005; Michael Cummings <mcummings@gentoo.org>
+ Apache-Test-1.26.ebuild:
+ Adding a block against mod-perl-2. Here's the gist: mod-perl-2.0.1 comes with
+ its own version of Apache-Test. It installs to a different place, and is
+ largely incompatible with the standalone version of Apache-Test. However,
+ Apache-Test has value outside of the Mod-Perl-2 arena, so it is being retained
+ as a separate ebuild.
*Apache-Test-1.26 (28 Jul 2005)