diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-05-02 23:28:36 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-05-02 23:28:36 +0000 |
commit | dcdc0af5f1511e7b6eac3d59dea7dfe4b71386e9 (patch) | |
tree | c787fde46d9e4089cfe98337fafdb9057bf0b1dc /net-libs/xulrunner | |
parent | Version bump. (diff) | |
download | gentoo-2-dcdc0af5f1511e7b6eac3d59dea7dfe4b71386e9.tar.gz gentoo-2-dcdc0af5f1511e7b6eac3d59dea7dfe4b71386e9.tar.bz2 gentoo-2-dcdc0af5f1511e7b6eac3d59dea7dfe4b71386e9.zip |
Security bump on xulrunner-2.x
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/xulrunner')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-2.0.1.ebuild (renamed from net-libs/xulrunner/xulrunner-2.0-r1.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index c0f0da673a6a..5e3cef365f68 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,12 @@ # 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.414 2011/05/02 15:37:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.415 2011/05/02 23:28:36 anarchy Exp $ + +*xulrunner-2.0.1 (02 May 2011) + + 02 May 2011; Jory A. Pratt <anarchy@gentoo.org> -xulrunner-2.0-r1.ebuild, + +xulrunner-2.0.1.ebuild: + Security bump on xul-2.x 02 May 2011; Jeroen Roovers <jer@gentoo.org> xulrunner-1.9.2.17.ebuild: Stable for HPPA (bug #365323). diff --git a/net-libs/xulrunner/xulrunner-2.0-r1.ebuild b/net-libs/xulrunner/xulrunner-2.0.1.ebuild index b63ca007a4f8..74efffa3dd8e 100644 --- a/net-libs/xulrunner/xulrunner-2.0-r1.ebuild +++ b/net-libs/xulrunner/xulrunner-2.0.1.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-r1.ebuild,v 1.2 2011/04/17 23:47:46 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1.ebuild,v 1.1 2011/05/02 23:28:36 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.6" +PATCH="${PN}-2.0-patches-1.7" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" @@ -35,6 +35,7 @@ RDEPEND=" >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) x11-libs/pango[X] + media-libs/libpng[apng] system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] ) webm? ( media-libs/libvpx media-libs/alsa-lib ) @@ -124,6 +125,7 @@ src_configure() { mozconfig_annotate '' --disable-mailnews mozconfig_annotate '' --enable-canvas mozconfig_annotate '' --enable-safe-browsing + mozconfig_annotate '' --with-system-png mozconfig_use_enable system-sqlite mozconfig_use_enable gconf |