diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-10 21:36:03 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-10 21:36:03 +0000 |
commit | ae2a827a6c9870cb28ebe0712f23de66f7e8d8c2 (patch) | |
tree | addf1f75ff448aa53395d316198068b4cfa878ff /www-apps/rt | |
parent | Add missing email address for herd with name != alias. (diff) | |
download | gentoo-2-ae2a827a6c9870cb28ebe0712f23de66f7e8d8c2.tar.gz gentoo-2-ae2a827a6c9870cb28ebe0712f23de66f7e8d8c2.tar.bz2 gentoo-2-ae2a827a6c9870cb28ebe0712f23de66f7e8d8c2.zip |
Dropping net-www/mod_fastcgi from RDEPEND (net-www/mod_fastcgi is pending removal).
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/rt/rt-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/rt/rt-3.4.5.ebuild | 3 | ||||
-rw-r--r-- | www-apps/rt/rt-3.6.3.ebuild | 3 |
4 files changed, 10 insertions, 7 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index be42d9460906..a5847c05e8b0 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.47 2007/01/02 22:52:27 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.48 2007/01/10 21:36:03 phreak Exp $ + + 10 Jan 2007; Christian Heim <phreak@gentoo.org> rt-3.2.1.ebuild, + rt-3.4.5.ebuild, rt-3.6.3.ebuild: + Dropping net-www/mod_fastcgi from RDEPEND (net-www/mod_fastcgi is + pending removal). 02 Jan 2007; Renat Lumpau <rl03@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.2.1.ebuild b/www-apps/rt/rt-3.2.1.ebuild index 0427fc5d9fa0..e5963be1b3e2 100644 --- a/www-apps/rt/rt-3.2.1.ebuild +++ b/www-apps/rt/rt-3.2.1.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.2.1.ebuild,v 1.10 2007/01/02 22:52:27 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.2.1.ebuild,v 1.11 2007/01/10 21:36:03 phreak Exp $ inherit webapp eutils @@ -61,7 +61,7 @@ RDEPEND=" virtual/mta mysql? ( >=dev-perl/DBD-mysql-2.0416 ) postgres? ( dev-perl/DBD-Pg ) - fastcgi? ( dev-perl/FCGI net-www/mod_fastcgi ) + fastcgi? ( dev-perl/FCGI ) !fastcgi? ( =www-apache/libapreq-1* ) =net-www/apache-1* " diff --git a/www-apps/rt/rt-3.4.5.ebuild b/www-apps/rt/rt-3.4.5.ebuild index 883a5c0fe02f..d9a25ab1df95 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.13 2007/01/02 22:52:27 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.4.5.ebuild,v 1.14 2007/01/10 21:36:03 phreak Exp $ inherit webapp eutils @@ -84,7 +84,6 @@ RDEPEND=" virtual/mta !lighttpd? ( apache2? ( >=net-www/apache-2 - fastcgi? ( net-www/mod_fastcgi ) !apache2? ( =net-www/apache-1* ) ) ) 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 dc1810c2534a..fec378ef33e4 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.3 2007/01/02 22:52:27 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-3.6.3.ebuild,v 1.4 2007/01/10 21:36:03 phreak Exp $ inherit webapp eutils @@ -92,7 +92,6 @@ RDEPEND=" virtual/mta !lighttpd? ( apache2? ( >=net-www/apache-2 - fastcgi? ( net-www/mod_fastcgi ) !apache2? ( =net-www/apache-1* ) ) ) lighttpd? ( >=www-servers/lighttpd-1.3.13 ) " |