diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-06-06 14:43:25 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-06-06 14:43:25 +0000 |
commit | 3154b97bb7ad092f4f40042a83b9c8d108a3fbc8 (patch) | |
tree | 56a63d34b56bb5acf6ac58e1845601055ac75ed4 /www-client/firefox | |
parent | Security bump. Removed old. (diff) | |
download | gentoo-2-3154b97bb7ad092f4f40042a83b9c8d108a3fbc8.tar.gz gentoo-2-3154b97bb7ad092f4f40042a83b9c8d108a3fbc8.tar.bz2 gentoo-2-3154b97bb7ad092f4f40042a83b9c8d108a3fbc8.zip |
Security bump. Removed old.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/firefox/firefox-10.0.5.ebuild (renamed from www-client/firefox/firefox-10.0.3.ebuild) | 14 |
2 files changed, 15 insertions, 7 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 95c9b977bd47..48a1c318d1b7 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/firefox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.157 2012/06/06 13:35:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.158 2012/06/06 14:43:25 polynomial-c Exp $ + +*firefox-10.0.5 (06 Jun 2012) + + 06 Jun 2012; Lars Wendler <polynomial-c@gentoo.org> -firefox-10.0.3.ebuild, + +firefox-10.0.5.ebuild: + Security bump. Removed old. 06 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -files/icon/firefox-1.5-unbranded.desktop, -files/icon/firefox-1.5.desktop, diff --git a/www-client/firefox/firefox-10.0.3.ebuild b/www-client/firefox/firefox-10.0.5.ebuild index 7b20c34784d2..79d2b60d8f16 100644 --- a/www-client/firefox/firefox-10.0.3.ebuild +++ b/www-client/firefox/firefox-10.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.3.ebuild,v 1.6 2012/05/26 16:59:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.5.ebuild,v 1.1 2012/06/06 14:43:25 polynomial-c Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -27,7 +27,7 @@ fi # Changeset for alpha snapshot CHANGESET="e56ecd8b3a68" # Patch version -PATCH="${PN}-10.0-patches-0.7" +PATCH="${PN}-10.0-patches-0.8" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" @@ -37,7 +37,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="bindist +crashreporter +ipc +minimal pgo selinux system-sqlite +webm" @@ -51,8 +51,8 @@ ASM_DEPEND=">=dev-lang/yasm-1.1" # Mesa 7.10 needed for WebGL + bugfixes RDEPEND=" >=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.13.1 - >=dev-libs/nspr-4.8.8 + >=dev-libs/nss-3.13.5 + >=dev-libs/nspr-4.9.1 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 media-libs/libpng[apng] @@ -68,7 +68,8 @@ DEPEND="${RDEPEND} pgo? ( =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) - webm? ( x86? ( ${ASM_DEPEND} ) + webm? ( virtual/opengl + x86? ( ${ASM_DEPEND} ) amd64? ( ${ASM_DEPEND} ) )" # No source releases for alpha|beta @@ -136,6 +137,7 @@ src_unpack() { src_prepare() { # Apply our patches + EPATCH_EXCLUDE="6012_fix_shlibsign.patch 6013_fix_abort_declaration.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" |