From: Renat Lumpau Date: Tue, 2 Jan 2007 22:20:03 +0000 (+0000) Subject: Drop mysql dep wrt bug #159781. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20c3791387d578d78aa3340ea2aff5576f6e9026;p=gentoo.git Drop mysql dep wrt bug #159781. Package-Manager: portage-2.1.2_rc4-r4 --- diff --git a/www-apps/bugzilla/ChangeLog b/www-apps/bugzilla/ChangeLog index ebf4fc0c6f24..30465eefaa2c 100644 --- a/www-apps/bugzilla/ChangeLog +++ b/www-apps/bugzilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/bugzilla -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.74 2006/12/22 11:45:11 rl03 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.75 2007/01/02 22:20:03 rl03 Exp $ + + 02 Jan 2007; Renat Lumpau -bugzilla-2.18.5.ebuild, + bugzilla-2.18.6.ebuild, bugzilla-2.20.3.ebuild, bugzilla-2.22.1.ebuild: + Drop mysql dep wrt bug #159781. 22 Dec 2006; Renat Lumpau bugzilla-2.22.1.ebuild: Fix DBD-mysql depend per bug #158817. diff --git a/www-apps/bugzilla/bugzilla-2.18.6.ebuild b/www-apps/bugzilla/bugzilla-2.18.6.ebuild index 300427b69558..2512a4611f2c 100644 --- a/www-apps/bugzilla/bugzilla-2.18.6.ebuild +++ b/www-apps/bugzilla/bugzilla-2.18.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.18.6.ebuild,v 1.9 2006/11/23 16:29:29 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.18.6.ebuild,v 1.10 2007/01/02 22:20:03 rl03 Exp $ inherit webapp @@ -11,12 +11,11 @@ HOMEPAGE="http://www.bugzilla.org" LICENSE="MPL-1.1 NPL-1.1" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="apache2 mysql" +IUSE="apache2" # http://www.bugzilla.org/docs218/html/stepbystep.html to verify dependancies # updated list of deps: http://www.bugzilla.org/releases/2.18/release-notes.html RDEPEND=" - mysql? ( virtual/mysql ) >=dev-lang/perl-5.6.0 <=dev-perl/DBD-mysql-3.0002 >=dev-perl/AppConfig-1.52 diff --git a/www-apps/bugzilla/bugzilla-2.20.3.ebuild b/www-apps/bugzilla/bugzilla-2.20.3.ebuild index be44d2a64d8a..5482eb036655 100644 --- a/www-apps/bugzilla/bugzilla-2.20.3.ebuild +++ b/www-apps/bugzilla/bugzilla-2.20.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.3.ebuild,v 1.2 2006/11/23 16:29:29 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.20.3.ebuild,v 1.3 2007/01/02 22:20:03 rl03 Exp $ inherit webapp @@ -15,8 +15,8 @@ IUSE="apache2 graphviz mysql postgres" RDEPEND=" >=dev-lang/perl-5.6.1 - postgres? ( >=dev-db/postgresql-7.3 >=dev-perl/DBD-Pg-1.43 ) - mysql? ( virtual/mysql <=dev-perl/DBD-mysql-3.0002 ) + postgres? ( >=dev-perl/DBD-Pg-1.43 ) + mysql? ( <=dev-perl/DBD-mysql-3.0002 ) apache2? ( >=net-www/apache-2.0 ) !apache2? ( =net-www/apache-1* ) graphviz? ( media-gfx/graphviz ) diff --git a/www-apps/bugzilla/bugzilla-2.22.1.ebuild b/www-apps/bugzilla/bugzilla-2.22.1.ebuild index 73c5b56c4321..d5b2c637cf07 100644 --- a/www-apps/bugzilla/bugzilla-2.22.1.ebuild +++ b/www-apps/bugzilla/bugzilla-2.22.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.1.ebuild,v 1.3 2006/12/22 11:45:11 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-2.22.1.ebuild,v 1.4 2007/01/02 22:20:03 rl03 Exp $ inherit webapp @@ -15,8 +15,8 @@ IUSE="apache2 extras graphviz mysql postgres" RDEPEND=" >=dev-lang/perl-5.6.1 - postgres? ( >=dev-db/postgresql-7.3 >=dev-perl/DBD-Pg-1.45 ) - mysql? ( >=virtual/mysql-4.0 >=dev-perl/DBD-mysql-3.0007 ) + postgres? ( >=dev-perl/DBD-Pg-1.45 ) + mysql? ( >=dev-perl/DBD-mysql-3.0007 ) apache2? ( >=net-www/apache-2.0 ) !apache2? ( =net-www/apache-1* ) graphviz? ( media-gfx/graphviz )