diff options
author | 2007-01-20 15:14:00 +0000 | |
---|---|---|
committer | 2007-01-20 15:14:00 +0000 | |
commit | 35f80bbd5f654981ea32b61aac3482f128ab1aba (patch) | |
tree | a2c516bdf7b8777ed40af6aa8779baf7cf991a49 /www-apps/otrs | |
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/otrs')
-rw-r--r-- | www-apps/otrs/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/otrs/otrs-2.0.4.ebuild | 6 | ||||
-rw-r--r-- | www-apps/otrs/otrs-2.1.4.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www-apps/otrs/ChangeLog b/www-apps/otrs/ChangeLog index b0ea23d6be26..1162dd2d04f1 100644 --- a/www-apps/otrs/ChangeLog +++ b/www-apps/otrs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/otrs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.28 2007/01/10 21:38:45 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.29 2007/01/20 15:14:00 mcummings Exp $ + + 20 Jan 2007; Michael Cummings <mcummings@gentoo.org> otrs-2.0.4.ebuild, + otrs-2.1.4.ebuild: + libapreq2 move, bug 162120 10 Jan 2007; Christian Heim <phreak@gentoo.org> otrs-2.0.4.ebuild, otrs-2.1.4.ebuild: diff --git a/www-apps/otrs/otrs-2.0.4.ebuild b/www-apps/otrs/otrs-2.0.4.ebuild index 526e1e5f7caa..bbf0910f5573 100644 --- a/www-apps/otrs/otrs-2.0.4.ebuild +++ b/www-apps/otrs/otrs-2.0.4.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/otrs/otrs-2.0.4.ebuild,v 1.9 2007/01/10 21:38:45 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.0.4.ebuild,v 1.10 2007/01/20 15:14:00 mcummings Exp $ inherit webapp eutils @@ -40,10 +40,10 @@ RDEPEND=" postgres? ( dev-perl/DBD-Pg ) apache2? ( >=net-www/apache-2 fastcgi? ( dev-perl/FCGI ) - !fastcgi? ( =www-apache/libapreq2-2* ) ) + !fastcgi? ( =www-misc/libapreq2-2* ) ) !apache2? ( =net-www/apache-1* fastcgi? ( dev-perl/FCGI ) - !fastcgi? ( =www-apache/libapreq-1* ) ) + !fastcgi? ( =www-misc/libapreq-1* ) ) gd? ( dev-perl/GD dev-perl/GDTextUtil dev-perl/GDGraph ) " diff --git a/www-apps/otrs/otrs-2.1.4.ebuild b/www-apps/otrs/otrs-2.1.4.ebuild index 2c6ce54135b0..f2135fe2c351 100644 --- a/www-apps/otrs/otrs-2.1.4.ebuild +++ b/www-apps/otrs/otrs-2.1.4.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/otrs/otrs-2.1.4.ebuild,v 1.3 2007/01/10 21:38:45 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.1.4.ebuild,v 1.4 2007/01/20 15:14:00 mcummings Exp $ inherit webapp eutils @@ -37,10 +37,10 @@ RDEPEND=" postgres? ( dev-perl/DBD-Pg ) apache2? ( >=net-www/apache-2 fastcgi? ( dev-perl/FCGI ) - !fastcgi? ( =www-apache/libapreq2-2* ) ) + !fastcgi? ( =www-misc/libapreq2-2* ) ) !apache2? ( =net-www/apache-1* fastcgi? ( dev-perl/FCGI ) - !fastcgi? ( =www-apache/libapreq-1* ) ) + !fastcgi? ( =www-misc/libapreq-1* ) ) gd? ( dev-perl/GD dev-perl/GDTextUtil dev-perl/GDGraph ) " |