diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:33:28 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:33:28 +0000 |
commit | 2a7d9c4cdb6adfccfc899d579d0d1908e6a16635 (patch) | |
tree | 21a01ffccc37f5ac5e45fdc274e4579834838e61 /www-apps/otrs | |
parent | Drop unused and broken versions. (diff) | |
download | historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.tar.gz historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.tar.bz2 historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.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/otrs')
-rw-r--r-- | www-apps/otrs/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/otrs/otrs-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | www-apps/otrs/otrs-2.1.5.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www-apps/otrs/ChangeLog b/www-apps/otrs/ChangeLog index b2836e90c6bb..ccce6dbf8061 100644 --- a/www-apps/otrs/ChangeLog +++ b/www-apps/otrs/ChangeLog @@ -1,6 +1,11 @@ # 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.32 2007/05/12 04:50:56 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.33 2007/07/29 17:32:27 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> otrs-2.0.4.ebuild, + otrs-2.1.5.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> otrs-2.0.4.ebuild, otrs-2.1.5.ebuild: diff --git a/www-apps/otrs/otrs-2.0.4.ebuild b/www-apps/otrs/otrs-2.0.4.ebuild index 37eae30e5583..c7e6bbcba3a5 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.11 2007/05/12 04:50:56 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.0.4.ebuild,v 1.12 2007/07/29 17:32:27 phreak Exp $ inherit webapp eutils @@ -38,7 +38,7 @@ RDEPEND=" ldap? ( dev-perl/perl-ldap net-nds/openldap ) mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) - >=net-www/apache-2 + >=www-servers/apache-2 fastcgi? ( dev-perl/FCGI ) !fastcgi? ( =www-misc/libapreq2-2* ) gd? ( dev-perl/GD dev-perl/GDTextUtil dev-perl/GDGraph ) diff --git a/www-apps/otrs/otrs-2.1.5.ebuild b/www-apps/otrs/otrs-2.1.5.ebuild index 477e3dc8e004..ed9c0a093e6a 100644 --- a/www-apps/otrs/otrs-2.1.5.ebuild +++ b/www-apps/otrs/otrs-2.1.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/otrs/otrs-2.1.5.ebuild,v 1.3 2007/05/12 04:50:56 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/otrs-2.1.5.ebuild,v 1.4 2007/07/29 17:32:27 phreak Exp $ inherit webapp eutils @@ -35,7 +35,7 @@ RDEPEND=" ldap? ( dev-perl/perl-ldap net-nds/openldap ) mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) - >=net-www/apache-2 + >=www-servers/apache-2 fastcgi? ( dev-perl/FCGI ) !fastcgi? ( =www-misc/libapreq2-2* ) gd? ( dev-perl/GD dev-perl/GDTextUtil dev-perl/GDGraph ) |