From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S2E2T-0005K7-Er for garchives@archives.gentoo.org; Tue, 28 Feb 2012 03:47:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE61AE0898; Tue, 28 Feb 2012 03:47:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 231B5E0898 for ; Tue, 28 Feb 2012 03:47:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E9B61B4006 for ; Tue, 28 Feb 2012 03:47:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 198C3E53FE for ; Tue, 28 Feb 2012 03:47:33 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1330400827.9e48ffc86f2462bf97ac6ebb813a45e96d70eb18.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-3.eclass www-client/firefox/Manifest www-client/firefox/firefox-11.0_beta4.ebuild X-VCS-Directories: www-client/firefox/ eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 9e48ffc86f2462bf97ac6ebb813a45e96d70eb18 X-VCS-Branch: master Date: Tue, 28 Feb 2012 03:47:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 66557380-a94b-47ea-a016-a28de8118a19 X-Archives-Hash: 8544d8addb4254558942814edba24631 commit: 9e48ffc86f2462bf97ac6ebb813a45e96d70eb18 Author: Jory A. Pratt gentoo org> AuthorDate: Tue Feb 28 03:47:07 2012 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Feb 28 03:47:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3D9e48ffc8 Fix bindist support --- eclass/mozconfig-3.eclass | 3 +++ www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-11.0_beta4.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 2ba0542..ef81db5 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -34,6 +34,9 @@ mozconfig_config() { =20 if has bindist ${IUSE}; then mozconfig_use_enable !bindist official-branding + if [[ ${PN} =3D=3D firefox ]] ; then + mozconfig_annotate '' --with-branding=3Dbrowser/branding/aurora + fi fi =20 mozconfig_use_enable alsa ogg diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 947fa00..08f1bb9 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -2,4 +2,4 @@ AUX gentoo-default-prefs.js-1 821 RMD160 13a7be3a165b7059= e51fab2cc7fc8d31a82260e AUX icon/firefox.desktop 276 RMD160 92a5671cd09e399b3330c4be31b7ac758374= 7031 SHA1 b757763670a00982f3cb38b8d41d7faa6eee3818 SHA256 06565ade11b6e4b= 448cf10339696c43f31e73cb6824491094bb6e0ab902c7cf5 DIST firefox-11.0-patches-0.1.tar.xz 12632 RMD160 2e579ed97910225eb42670= b299177128374e9493 SHA1 c1a5a8cc3110406e7b1913cc99e7d1b601e88bf6 SHA256 0= e073f0394d631346e273592e2c89879f6d47ecd58e7c8a25ff58d8510db4364 DIST firefox-11.0b4.source.tar.bz2 78524626 RMD160 4867f46179207cac2cf11= 95d62cfc59404598060 SHA1 2b06c9191e3e0a8187decb52dad89ea9154e1fc7 SHA256 = 7338ce84cf1695aef01d15f01c75754bddab2b9d26e2c8e0aa341bece9365a30 -EBUILD firefox-11.0_beta4.ebuild 10545 RMD160 097428136e9bf6f535463cd7e3= 17dc9e9bbeb9bc SHA1 2d5134958fb2a8c1d5e560e04361d83969d8e118 SHA256 c479d= e822b5768e005222677f85ab21f627e3223ddafff621de67de54c1e0dc8 +EBUILD firefox-11.0_beta4.ebuild 10531 RMD160 f24601557f7ccce79d000aea79= ade6f8132f97a2 SHA1 aa9160f9f6814e795492f2fb68c0424530aa91b2 SHA256 f63e1= a85a8343d387c634d5b4b27ae4aa4b79606f357f71760b5c656f0beb036 diff --git a/www-client/firefox/firefox-11.0_beta4.ebuild b/www-client/fi= refox/firefox-11.0_beta4.ebuild index 27d99dc..01acfa7 100644 --- a/www-client/firefox/firefox-11.0_beta4.ebuild +++ b/www-client/firefox/firefox-11.0_beta4.ebuild @@ -273,11 +273,11 @@ src_install() { local size sizes icon_path icon name if use bindist; then sizes=3D"16 32 48" - icon_path=3D"${S}/browser/branding/unofficial" + icon_path=3D"${S}/browser/branding/aurora" # Firefox's new rapid release cycle means no more codenames # Let's just stick with this one... - icon=3D"tumucumaque" - name=3D"Tumucumaque" + icon=3D"aurora" + name=3D"Aurora" else sizes=3D"16 22 24 32 256" icon_path=3D"${S}/browser/branding/official"