diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 15:14:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 15:14:00 +0000 |
commit | 35f80bbd5f654981ea32b61aac3482f128ab1aba (patch) | |
tree | a2c516bdf7b8777ed40af6aa8779baf7cf991a49 /www-apps/rt | |
parent | Moving libapreq2, bug 162120 (diff) | |
download | historical-35f80bbd5f654981ea32b61aac3482f128ab1aba.tar.gz historical-35f80bbd5f654981ea32b61aac3482f128ab1aba.tar.bz2 historical-35f80bbd5f654981ea32b61aac3482f128ab1aba.zip |
libapreq2 move, bug 162120
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/rt/rt-3.4.5.ebuild | 6 | ||||
-rw-r--r-- | www-apps/rt/rt-3.6.3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index a91e0a7c762b..36f2043f7671 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,10 @@ # 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.49 2007/01/20 14:42:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.50 2007/01/20 15:12:43 mcummings Exp $ + + 20 Jan 2007; Michael Cummings <mcummings@gentoo.org> rt-3.4.5.ebuild, + rt-3.6.3.ebuild: + libapreq2 move, bug 162120 20 Jan 2007; Michael Cummings <mcummings@gentoo.org> rt-3.2.1.ebuild: Changed libapreq dep to new location, bug 162120 diff --git a/www-apps/rt/rt-3.4.5.ebuild b/www-apps/rt/rt-3.4.5.ebuild index d9a25ab1df95..fe80d36d74c2 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.14 2007/01/10 21:36:03 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.5.ebuild,v 1.15 2007/01/20 15:12:43 mcummings Exp $ inherit webapp eutils @@ -33,12 +33,12 @@ DEPEND=" !lighttpd? ( >=dev-perl/Apache-DBI-0.92 apache2? ( - !fastcgi? ( >=www-apache/libapreq2-2.06 + !fastcgi? ( >=www-misc/libapreq2-2.06 >=dev-perl/HTML-Mason-1.31 ) fastcgi? ( dev-perl/FCGI ) ) !apache2? ( fastcgi? ( dev-perl/FCGI ) - !fastcgi? ( =www-apache/libapreq-1* ) ) ) + !fastcgi? ( =www-misc/libapreq-1* ) ) ) lighttpd? ( dev-perl/FCGI ) mysql? ( >=dev-perl/DBD-mysql-2.1018 ) diff --git a/www-apps/rt/rt-3.6.3.ebuild b/www-apps/rt/rt-3.6.3.ebuild index fec378ef33e4..88d32e74433d 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.4 2007/01/10 21:36:03 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.6.3.ebuild,v 1.5 2007/01/20 15:12:43 mcummings Exp $ inherit webapp eutils @@ -36,12 +36,12 @@ DEPEND=" !lighttpd? ( >=dev-perl/Apache-DBI-0.92 apache2? ( - !fastcgi? ( >=www-apache/libapreq2-2.06 + !fastcgi? ( >=www-misc/libapreq2-2.06 >=dev-perl/HTML-Mason-1.31 ) fastcgi? ( dev-perl/FCGI ) ) !apache2? ( fastcgi? ( dev-perl/FCGI ) - !fastcgi? ( =www-apache/libapreq-1* ) ) ) + !fastcgi? ( =www-misc/libapreq-1* ) ) ) lighttpd? ( dev-perl/FCGI ) mysql? ( >=dev-perl/DBD-mysql-2.1018 ) |