diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-05-16 00:35:06 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-05-16 00:35:06 +0000 |
commit | 234ad7ce3bc345954f140add73881b4bdecbb03d (patch) | |
tree | 26d4850a585653c34089c9c2c7d155536d096387 /net-libs | |
parent | Slight cleanup and hopefully fix bug 367359. (diff) | |
download | gentoo-2-234ad7ce3bc345954f140add73881b4bdecbb03d.tar.gz gentoo-2-234ad7ce3bc345954f140add73881b4bdecbb03d.tar.bz2 gentoo-2-234ad7ce3bc345954f140add73881b4bdecbb03d.zip |
Fix hunspell dictionary detection, use system libffi, add powerpc atomic ops support
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild (renamed from net-libs/xulrunner/xulrunner-2.0.1.ebuild) | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 4aab7a268f56..d1e7d8718c72 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.417 2011/05/07 17:59:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.418 2011/05/16 00:35:06 anarchy Exp $ + +*xulrunner-2.0.1-r1 (16 May 2011) + + 16 May 2011; Jory A. Pratt <anarchy@gentoo.org> -xulrunner-2.0.1.ebuild, + +xulrunner-2.0.1-r1.ebuild: + Fix hunspell dictionary detection, use system libffi, add powerpc atomic ops + support 07 May 2011; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.2.17.ebuild: alpha/arm/ia64 stable wrt #365323 diff --git a/net-libs/xulrunner/xulrunner-2.0.1.ebuild b/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild index 62d7accf546d..5e04c67af735 100644 --- a/net-libs/xulrunner/xulrunner-2.0.1.ebuild +++ b/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1.ebuild,v 1.3 2011/05/10 01:40:48 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.1 2011/05/16 00:35:06 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -14,7 +14,7 @@ FF_PV="${FF_PV/_alpha/a}" # Handle alpha for SRC_URI FF_PV="${FF_PV/_beta/b}" # Handle beta for SRC_URI FF_PV="${FF_PV/_rc/rc}" # Handle rc for SRC_URI CHANGESET="e56ecd8b3a68" -PATCH="${PN}-2.0-patches-1.7" +PATCH="${PN}-2.0-patches-1.8" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" @@ -38,6 +38,7 @@ RDEPEND=" gconf? ( >=gnome-base/gconf-1.2.1:2 ) x11-libs/pango[X] media-libs/libpng[apng] + dev-libs/libffi system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] ) webm? ( media-libs/libvpx media-libs/alsa-lib @@ -130,6 +131,7 @@ src_configure() { mozconfig_annotate '' --enable-canvas mozconfig_annotate '' --enable-safe-browsing mozconfig_annotate '' --with-system-png + mozconfig_annotate '' --enable-system-ffi mozconfig_use_enable system-sqlite mozconfig_use_enable gconf |