summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-07-29 16:48:58 +0000
committerChristian Heim <phreak@gentoo.org>2007-07-29 16:48:58 +0000
commit576e7618800b90743291ccb2a4fcd1f1d068461c (patch)
treeb40f8cdc5268635cb7283d0faecf39bcaf6a01ad /dev-perl/RPC-XML
parentVersion bump for bug 121794, thanks to Wilbert Berendsen for reporting. (diff)
downloadgentoo-2-576e7618800b90743291ccb2a4fcd1f1d068461c.tar.gz
gentoo-2-576e7618800b90743291ccb2a4fcd1f1d068461c.tar.bz2
gentoo-2-576e7618800b90743291ccb2a4fcd1f1d068461c.zip
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-perl/RPC-XML')
-rw-r--r--dev-perl/RPC-XML/ChangeLog7
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.54.ebuild4
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.58.ebuild4
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.59.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-perl/RPC-XML/ChangeLog b/dev-perl/RPC-XML/ChangeLog
index 7da2de55014e..25fc7bcbb80a 100644
--- a/dev-perl/RPC-XML/ChangeLog
+++ b/dev-perl/RPC-XML/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/RPC-XML
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.37 2007/05/12 12:32:56 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.38 2007/07/29 16:48:58 phreak Exp $
+
+ 29 Jul 2007; Christian Heim <phreak@gentoo.org> RPC-XML-0.54.ebuild,
+ RPC-XML-0.58.ebuild, RPC-XML-0.59.ebuild:
+ Fixing the DEPEND/RDEPEND for the move of net-www/apache to
+ www-servers/apache (#78622).
12 May 2007; Luca Longinotti <chtekk@gentoo.org> RPC-XML-0.54.ebuild,
RPC-XML-0.58.ebuild, RPC-XML-0.59.ebuild:
diff --git a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild b/dev-perl/RPC-XML/RPC-XML-0.54.ebuild
index 9918bd185c97..2560d482fecb 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.54.ebuild,v 1.11 2007/05/12 12:32:56 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.54.ebuild,v 1.12 2007/07/29 16:48:58 phreak Exp $
inherit perl-module
@@ -23,7 +23,7 @@ pkg_postinst() {
perl-module_pkg_postinst
SETWARN=0
- has_version '=net-www/apache-2*' && HAVE_APACHE2=1
+ has_version '=www-servers/apache-2*' && HAVE_APACHE2=1
has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2
[ -n "${HAVE_APACHE2}" ] && SETWARN=1
diff --git a/dev-perl/RPC-XML/RPC-XML-0.58.ebuild b/dev-perl/RPC-XML/RPC-XML-0.58.ebuild
index 1ca71e5380e2..23d0d92e3156 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.58.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.58.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.58.ebuild,v 1.13 2007/05/12 12:32:56 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.58.ebuild,v 1.14 2007/07/29 16:48:58 phreak Exp $
inherit perl-module
@@ -25,7 +25,7 @@ pkg_postinst() {
perl-module_pkg_postinst
SETWARN=0
- has_version '=net-www/apache-2*' && HAVE_APACHE2=1
+ has_version '=www-servers/apache-2*' && HAVE_APACHE2=1
has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2
[ -n "${HAVE_APACHE2}" ] && SETWARN=1
diff --git a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild
index e1c56b30f3c5..7c565b83fa1f 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.59.ebuild,v 1.9 2007/05/12 12:32:56 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.59.ebuild,v 1.10 2007/07/29 16:48:58 phreak Exp $
inherit perl-module
@@ -25,7 +25,7 @@ pkg_postinst() {
perl-module_pkg_postinst
SETWARN=0
- has_version '=net-www/apache-2*' && HAVE_APACHE2=1
+ has_version '=www-servers/apache-2*' && HAVE_APACHE2=1
has_version '>=www-apache/mod_perl-2.0' && HAVE_MP2=2
[ -n "${HAVE_APACHE2}" ] && SETWARN=1