diff options
author | 2007-07-29 17:42:56 +0000 | |
---|---|---|
committer | 2007-07-29 17:42:56 +0000 | |
commit | 378601f55657ed88f165643a6d7c41c950350146 (patch) | |
tree | c0c186a0ce1eeccb57467c983de5c09d89fc02fa /www-apps/rt | |
parent | Fixing SRC_URI since the old one is redirecting to sourceforge. Fixing the DE... (diff) | |
download | historical-378601f55657ed88f165643a6d7c41c950350146.tar.gz historical-378601f55657ed88f165643a6d7c41c950350146.tar.bz2 historical-378601f55657ed88f165643a6d7c41c950350146.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-apps/rt')
-rw-r--r-- | www-apps/rt/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/rt/rt-3.4.5.ebuild | 4 | ||||
-rw-r--r-- | www-apps/rt/rt-3.6.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index 5948e3793666..c0e179cb9295 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/rt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.51 2007/05/12 04:44:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.52 2007/07/29 17:39:19 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> rt-3.4.5.ebuild, + rt-3.6.3.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> -rt-3.2.1.ebuild, rt-3.4.5.ebuild, rt-3.6.3.ebuild: diff --git a/www-apps/rt/rt-3.4.5.ebuild b/www-apps/rt/rt-3.4.5.ebuild index b0e8fd534201..938aac5818b9 100644 --- a/www-apps/rt/rt-3.4.5.ebuild +++ b/www-apps/rt/rt-3.4.5.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-apps/rt/rt-3.4.5.ebuild,v 1.16 2007/05/12 04:44:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.5.ebuild,v 1.17 2007/07/29 17:39:19 phreak Exp $ inherit webapp eutils @@ -79,7 +79,7 @@ DEPEND=" RDEPEND=" ${DEPEND} virtual/mta - !lighttpd? ( >=net-www/apache-2 ) + !lighttpd? ( >=www-servers/apache-2 ) lighttpd? ( >=www-servers/lighttpd-1.3.13 ) " diff --git a/www-apps/rt/rt-3.6.3.ebuild b/www-apps/rt/rt-3.6.3.ebuild index e8c038efc998..583b7ddc5889 100644 --- a/www-apps/rt/rt-3.6.3.ebuild +++ b/www-apps/rt/rt-3.6.3.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-apps/rt/rt-3.6.3.ebuild,v 1.6 2007/05/12 04:44:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.6.3.ebuild,v 1.7 2007/07/29 17:39:19 phreak Exp $ inherit webapp eutils @@ -87,7 +87,7 @@ DEPEND=" RDEPEND=" ${DEPEND} virtual/mta - !lighttpd? ( >=net-www/apache-2 ) + !lighttpd? ( >=www-servers/apache-2 ) lighttpd? ( >=www-servers/lighttpd-1.3.13 ) " |