diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:44:10 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:44:10 +0000 |
commit | 947d4e41d29053f0fdc008c8ca1e1e9fd7f0d94e (patch) | |
tree | 5f9630fb474c82d95f4ea939df3ad019653b9305 /www-misc/libapreq2 | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | historical-947d4e41d29053f0fdc008c8ca1e1e9fd7f0d94e.tar.gz historical-947d4e41d29053f0fdc008c8ca1e1e9fd7f0d94e.tar.bz2 historical-947d4e41d29053f0fdc008c8ca1e1e9fd7f0d94e.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'www-misc/libapreq2')
-rw-r--r-- | www-misc/libapreq2/ChangeLog | 7 | ||||
-rw-r--r-- | www-misc/libapreq2/libapreq2-2.08-r1.ebuild | 4 | ||||
-rw-r--r-- | www-misc/libapreq2/libapreq2-2.08.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www-misc/libapreq2/ChangeLog b/www-misc/libapreq2/ChangeLog index 1d871d5a67e7..731179e0f454 100644 --- a/www-misc/libapreq2/ChangeLog +++ b/www-misc/libapreq2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-misc/libapreq2 # Copyright 2003-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq2/ChangeLog,v 1.11 2007/07/16 15:18:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq2/ChangeLog,v 1.12 2007/07/29 17:44:10 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> libapreq2-2.08.ebuild, + libapreq2-2.08-r1.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 16 Jul 2007; Michael Cummings <mcummings@gentoo.org> libapreq2-2.08-r1.ebuild: diff --git a/www-misc/libapreq2/libapreq2-2.08-r1.ebuild b/www-misc/libapreq2/libapreq2-2.08-r1.ebuild index 26562862a201..32a67adfb97a 100644 --- a/www-misc/libapreq2/libapreq2-2.08-r1.ebuild +++ b/www-misc/libapreq2/libapreq2-2.08-r1.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/www-misc/libapreq2/libapreq2-2.08-r1.ebuild,v 1.3 2007/07/16 15:18:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq2/libapreq2-2.08-r1.ebuild,v 1.4 2007/07/29 17:44:10 phreak Exp $ inherit perl-module depend.apache multilib @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86" DEPEND="${DEPEND} >=dev-perl/ExtUtils-XSBuilder-0.23 dev-perl/version - >=net-www/apache-2.0.48 + >=www-servers/apache-2.0.48 >=www-apache/mod_perl-2" RDEPEND="${DEPEND}" diff --git a/www-misc/libapreq2/libapreq2-2.08.ebuild b/www-misc/libapreq2/libapreq2-2.08.ebuild index 4c323d2889d5..7d745e1fbb9f 100644 --- a/www-misc/libapreq2/libapreq2-2.08.ebuild +++ b/www-misc/libapreq2/libapreq2-2.08.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/www-misc/libapreq2/libapreq2-2.08.ebuild,v 1.2 2007/05/20 07:06:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq2/libapreq2-2.08.ebuild,v 1.3 2007/07/29 17:44:10 phreak Exp $ inherit perl-module depend.apache multilib @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND="${DEPEND} >=dev-perl/ExtUtils-XSBuilder-0.23 dev-perl/version - >=net-www/apache-2.0.48 + >=www-servers/apache-2.0.48 >=www-apache/mod_perl-2" RDEPEND="${DEPEND}" |