diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-16 23:50:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-16 23:50:05 +0000 |
commit | a68fb282851f4da2394f73a75e049ceb1cb45d31 (patch) | |
tree | a40b997d225f7683e362afbdd7af210930b64a5a /net-www/mozilla-firefox | |
parent | enable maildropldap (Manifest recommit) (diff) | |
download | gentoo-2-a68fb282851f4da2394f73a75e049ceb1cb45d31.tar.gz gentoo-2-a68fb282851f4da2394f73a75e049ceb1cb45d31.tar.bz2 gentoo-2-a68fb282851f4da2394f73a75e049ceb1cb45d31.zip |
Enable svg via cairo, #59827. Remove some stuff from RDEPEND which is repeated in mozconfig.eclass. Remove IUSE which is present in mozconfig.eclass *and* which isn't used in this ebuild directly
Diffstat (limited to 'net-www/mozilla-firefox')
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild | 18 |
2 files changed, 12 insertions, 14 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index 86a8abe1f482..8598a0edc8bf 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,6 +1,12 @@ # 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.82 2004/11/16 16:06:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.83 2004/11/16 23:50:05 agriffis Exp $ + + 16 Nov 2004; Aron Griffis <agriffis@gentoo.org> + mozilla-firefox-1.0-r3.ebuild: + Enable svg via cairo, #59827. Remove some stuff from RDEPEND which is + repeated in mozconfig.eclass. Remove IUSE which is present in + mozconfig.eclass *and* which isn't used in this ebuild directly 16 Nov 2004; Aron Griffis <agriffis@gentoo.org> mozilla-firefox-1.0-r2.ebuild, mozilla-firefox-1.0-r3.ebuild: 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 c5b7cda282cc..e42301079f7e 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.3 2004/11/16 16:06:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild,v 1.4 2004/11/16 23:50:05 agriffis Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils mozconfig mozilla-launcher @@ -14,24 +14,14 @@ 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 ipv6 moznoxft truetype xinerama" +IUSE="java mozsvg" RDEPEND="virtual/x11 - !moznoxft? ( virtual/xft ) - >=sys-libs/zlib-1.1.4 - >=media-libs/jpeg-6b >=media-libs/libmng-1.0.0 - >=media-libs/libpng-1.2.1 - >=sys-apps/portage-2.0.36 - dev-libs/expat - app-arch/zip - app-arch/unzip java? ( virtual/jre ) - >=net-www/mozilla-launcher-1.20" + mozsvg? ( x11-libs/cairo )" DEPEND="${RDEPEND} - virtual/libc - dev-util/pkgconfig java? ( >=dev-java/java-config-0.2.0 )" # Needed by src_compile() and src_install(). @@ -75,6 +65,8 @@ src_compile() { mozconfig_use_extension mozdevelop venkman mozconfig_use_enable gnome gnomevfs mozconfig_use_extension gnome gnomevfs + mozconfig_use_enable mozsvg svg + mozconfig_use_enable mozsvg svg-renderer-cairo mozconfig_annotate '' --with-default-mozilla-five-home=/usr/lib/MozillaFirefox # Finalize and report settings |