summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-02-05 15:20:39 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-02-05 15:20:39 +0000
commitb82bff3a79b7e59f4ead69a5c92295491efed289 (patch)
treebfe38eff9c826eef30866ffaf8dd29852994a556 /www-apps
parentfix depend.apache usage wrt #208584 (diff)
downloadgentoo-2-b82bff3a79b7e59f4ead69a5c92295491efed289.tar.gz
gentoo-2-b82bff3a79b7e59f4ead69a5c92295491efed289.tar.bz2
gentoo-2-b82bff3a79b7e59f4ead69a5c92295491efed289.zip
fix depend.apache usage wrt #208584
(Portage version: 2.1.4)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/bugzilla/ChangeLog8
-rw-r--r--www-apps/bugzilla/bugzilla-2.20.5.ebuild9
-rw-r--r--www-apps/bugzilla/bugzilla-2.22.3.ebuild9
3 files changed, 16 insertions, 10 deletions
diff --git a/www-apps/bugzilla/ChangeLog b/www-apps/bugzilla/ChangeLog
index 35a1a5f09593..23d61e7b9192 100644
--- a/www-apps/bugzilla/ChangeLog
+++ b/www-apps/bugzilla/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/bugzilla
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.105 2007/12/10 16:46:49 armin76 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.106 2008/02/05 15:20:39 hollow Exp $
+
+ 05 Feb 2008; Benedikt Böhm <hollow@gentoo.org> bugzilla-2.20.5.ebuild,
+ bugzilla-2.22.3.ebuild:
+ fix depend.apache usage wrt #208584
10 Dec 2007; Raúl Porcel <armin76@gentoo.org> bugzilla-3.0.2.ebuild:
alpha/ia64/sparc stable wrt #198075
diff --git a/www-apps/bugzilla/bugzilla-2.20.5.ebuild b/www-apps/bugzilla/bugzilla-2.20.5.ebuild
index 2d5b89f2b0eb..02fdf0101dca 100644
--- a/www-apps/bugzilla/bugzilla-2.20.5.ebuild
+++ b/www-apps/bugzilla/bugzilla-2.20.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild,v 1.7 2007/10/15 15:09:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.5.ebuild,v 1.8 2008/02/05 15:20:39 hollow Exp $
-inherit webapp
+inherit webapp depend.apache
DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
@@ -17,7 +17,6 @@ RDEPEND="
>=dev-lang/perl-5.6.1
postgres? ( >=dev-perl/DBD-Pg-1.43 )
mysql? ( <=dev-perl/DBD-mysql-3.0002 )
- >=www-servers/apache-2.0
graphviz? ( media-gfx/graphviz )
>=dev-perl/AppConfig-1.52
>=virtual/perl-CGI-2.93
@@ -40,6 +39,8 @@ RDEPEND="
virtual/mta
"
+need_apache2
+
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/www-apps/bugzilla/bugzilla-2.22.3.ebuild b/www-apps/bugzilla/bugzilla-2.22.3.ebuild
index 10e3a4d93240..e6b1244fd6f0 100644
--- a/www-apps/bugzilla/bugzilla-2.22.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-2.22.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.6 2007/09/04 18:19:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.3.ebuild,v 1.7 2008/02/05 15:20:39 hollow Exp $
-inherit webapp
+inherit webapp depend.apache
DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
@@ -17,7 +17,6 @@ RDEPEND="
>=dev-lang/perl-5.6.1
postgres? ( >=dev-perl/DBD-Pg-1.45 )
mysql? ( >=dev-perl/DBD-mysql-3.0007 )
- >=www-servers/apache-2.0
graphviz? ( media-gfx/graphviz )
>=dev-perl/AppConfig-1.52
>=virtual/perl-CGI-2.93
@@ -46,6 +45,8 @@ RDEPEND="
"
# dev-util/patchutils needed for interdiff
+need_apache2
+
src_unpack() {
unpack ${A}
cd ${S}