diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-16 16:07:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-16 16:07:57 +0000 |
commit | 1f80f4ba42bd660058d53b98fa2698133548a60c (patch) | |
tree | 589f28a35f016e3341138238715a080629d78551 /net-www | |
parent | remove IUSE=gtk2 since we only support gtk2 now (diff) | |
download | historical-1f80f4ba42bd660058d53b98fa2698133548a60c.tar.gz historical-1f80f4ba42bd660058d53b98fa2698133548a60c.tar.bz2 historical-1f80f4ba42bd660058d53b98fa2698133548a60c.zip |
Remove IUSE=gtk2 because we always depend on gtk2 now
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-1.0-r2.ebuild | 6 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild | 6 | ||||
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.3-r2.ebuild | 4 |
5 files changed, 15 insertions, 12 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index 14aab41796b2..86a8abe1f482 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mozilla-firefox # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.81 2004/11/15 23:14:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.82 2004/11/16 16:06:12 agriffis Exp $ + + 16 Nov 2004; Aron Griffis <agriffis@gentoo.org> + mozilla-firefox-1.0-r2.ebuild, mozilla-firefox-1.0-r3.ebuild: + Remove IUSE=gtk2 because we always depend on gtk2 now 15 Nov 2004; Aron Griffis <agriffis@gentoo.org> +files/mozilla-firefox-1.0-kp_separator.patch, diff --git a/net-www/mozilla-firefox/mozilla-firefox-1.0-r2.ebuild b/net-www/mozilla-firefox/mozilla-firefox-1.0-r2.ebuild index d6d556b63ff0..e3915f397b80 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-1.0-r2.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0-r2.ebuild,v 1.2 2004/11/15 02:18:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0-r2.ebuild,v 1.3 2004/11/16 16:06:12 agriffis Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils mozconfig mozilla-launcher @@ -14,7 +14,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MY_PV}/source LICENSE="MPL-1.1 NPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" -IUSE="java gtk2 ipv6 moznoxft truetype xinerama" +IUSE="java ipv6 moznoxft truetype xinerama" RDEPEND="virtual/x11 !moznoxft? ( virtual/xft ) @@ -26,8 +26,6 @@ RDEPEND="virtual/x11 dev-libs/expat app-arch/zip app-arch/unzip - gtk2? ( >=x11-libs/gtk+-2.1.1 >=dev-libs/libIDL-0.8.0 ) - !gtk2? ( =x11-libs/gtk+-1.2* =gnome-base/orbit-0* ) java? ( virtual/jre ) >=net-www/mozilla-launcher-1.20" diff --git a/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild b/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild index 06d1f2d7d996..c5b7cda282cc 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild,v 1.2 2004/11/15 23:14:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild,v 1.3 2004/11/16 16:06:12 agriffis Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils mozconfig mozilla-launcher @@ -14,7 +14,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MY_PV}/source LICENSE="MPL-1.1 NPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" -IUSE="java gtk2 ipv6 moznoxft truetype xinerama" +IUSE="java ipv6 moznoxft truetype xinerama" RDEPEND="virtual/x11 !moznoxft? ( virtual/xft ) @@ -26,8 +26,6 @@ RDEPEND="virtual/x11 dev-libs/expat app-arch/zip app-arch/unzip - gtk2? ( >=x11-libs/gtk+-2.1.1 >=dev-libs/libIDL-0.8.0 ) - !gtk2? ( =x11-libs/gtk+-1.2* =gnome-base/orbit-0* ) java? ( virtual/jre ) >=net-www/mozilla-launcher-1.20" diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index c31b4975cc8f..a4db948750d3 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.207 2004/11/14 03:29:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.208 2004/11/16 16:07:57 agriffis Exp $ + + 16 Nov 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.7.3-r2.ebuild: + Remove IUSE=gtk2 because we always depend on gtk2 now *mozilla-1.7.3-r2 (13 Nov 2004) diff --git a/net-www/mozilla/mozilla-1.7.3-r2.ebuild b/net-www/mozilla/mozilla-1.7.3-r2.ebuild index bebc27a08ba6..374810e42d70 100644 --- a/net-www/mozilla/mozilla-1.7.3-r2.ebuild +++ b/net-www/mozilla/mozilla-1.7.3-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.3-r2.ebuild,v 1.1 2004/11/14 03:29:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.3-r2.ebuild,v 1.2 2004/11/16 16:07:57 agriffis Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozconfig makeedit -IUSE="java crypt gtk2 ssl moznomail" +IUSE="java crypt ssl moznomail" EMVER="0.86.0" IPCVER="1.0.8" |