public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/
Date: Sat,  1 Dec 2012 03:49:00 +0000 (UTC)	[thread overview]
Message-ID: <1354333711.c047287f493cc937180418f2ad88272b9cf664f9.anarchy@gentoo> (raw)

commit:     c047287f493cc937180418f2ad88272b9cf664f9
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 03:48:31 2012 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 03:48:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=c047287f

remove rpath hack, move webrtc changes to eclass

---
 eclass/mozconfig-3.eclass                 |    5 +++++
 www-client/firefox/Manifest               |    2 +-
 www-client/firefox/firefox-17.0-r2.ebuild |    8 --------
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index 38c3be7..e5c1c0f 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -82,6 +82,11 @@ mozconfig_config() {
 		mozconfig_annotate '' --enable-tracejit
 	fi
 
+	# Disable webrtc for arches that it doesn't support, bug 444780
+	if use ppc || use ppc64 || arm; then
+		mozconfig_annotate '' --disable-webrtc
+	fi
+
 	# These are enabled by default in all mozilla applications
 	mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr
 	mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 4318ddb..0e7a44c 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -92,4 +92,4 @@ DIST firefox-17.0-zh-CN.xpi 304250 SHA256 111256e6a6960aaf8c737d24a024b5c2613196
 DIST firefox-17.0-zh-TW.xpi 305437 SHA256 a11e96586b0e880a04a3d32f6a9251e8555b61eede0faa32b8c2365bb821ad76 SHA512 a0c898909c3eba9d3284ee867135d12d1fabd1345bcd8bb6f4dc33d60984d9727a4a948232c643567985c8321f3fb093e95f03f09a034342bff6e0ff4a954b77 WHIRLPOOL 250faef25402876df45c84e3ed579643175fec217187bfa1b949817aed337d538c78ca61d857dee27a4697732eefc925e79f448c5a29a0b16fad493d48f033dd
 DIST firefox-17.0-zu.xpi 296594 SHA256 52a3f87725cda80949d9d57c47f59d066ae7cf833de047681851401b97401229 SHA512 d75937a4d31321527b6b3682f73bbacb94fd7721f88151b8ee93f3e4dbb7eaffc459e6e0f9ff2a38734d9f0b10b7fff2d0f032f0d1dd7260bfb2ada2d880887b WHIRLPOOL 0d4a421a44eabf46168a328dda6edc1d90aab77bee64a5b1992ee49ce2c9b08935300fdace8a7f86db11eebff094b3d097782583c374bcd65bd16b8faf26d96b
 DIST firefox-17.0.source.tar.bz2 90780755 SHA256 7f05658701be88505747ea3537546b98a1c0e74ba23ba428d754ea838a192348 SHA512 2f5d4242d4cb2488d35a961bfd62a87cfdda7b119c8c502ce9cff54b0ce71f1f34016f30383284b424e8904c9c75a543cfcae0e2d40b7eed7cd0e4e55fdf6f55 WHIRLPOOL e837fc455ae55f045cc8d3e67683c52da6b3f71d0867b13e9d7d78b709127d0dd1e9a25832f64fb84880dc391433f7acde49067210093b6286059eb683a6e7cb
-EBUILD firefox-17.0-r2.ebuild 11967 SHA256 75994af3ebc31311f298e560a09e6aa5f2826bf7708bf7111da3260b28d26774 SHA512 c1fb823ad1b7565dc4d41cecbfdc01427dd1195532f3e673b9cf09a978b4c9b1216d6f6262d31d3bb1c0e385e555353ad8e5b3de7ac850ab84529494ff2129b0 WHIRLPOOL 1b90b63ec6cb58de1d82ad15d888cc5990e8fedc7c4d4d79aa357b318b2192a952048b91de6d25dd8c182af458f2f2d3713c75ee5ebaa59abb2f8aa3bc6bc7b6
+EBUILD firefox-17.0-r2.ebuild 11716 SHA256 9a1038767459f4563b737d45e4a4c2b2734b466ff2dd7689278d274aab981ec5 SHA512 f0fb503d5ca99a14ccd3ea67c50454fc1caeab408a9987c3e2cd1e8b67aec48963f53a80dcf24d305c39af049b16ef6be6a1312e95e0351f0a0ce1788c8b304e WHIRLPOOL a31f97135386578fbf410cca9e507d2672a041821b8e0cc5387d2874ae32e9846adcd736cafbe628d15d45fbfa5541c9ac6715aaa3bd76c02fe58e5fbe203d07

diff --git a/www-client/firefox/firefox-17.0-r2.ebuild b/www-client/firefox/firefox-17.0-r2.ebuild
index ec40ef1..b739677 100644
--- a/www-client/firefox/firefox-17.0-r2.ebuild
+++ b/www-client/firefox/firefox-17.0-r2.ebuild
@@ -228,11 +228,6 @@ src_configure() {
 	mozconfig_use_enable jit methodjit
 	mozconfig_use_enable jit tracejit
 
-	# Disable webrtc for arches that it doesn't support, bug 444780
-	if use ppc || use ppc64 ; then
-		mozconfig_annotate '' --disable-webrtc
-	fi
-
 	# Allow for a proper pgo build
 	if use pgo; then
 		echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig
@@ -251,9 +246,6 @@ src_configure() {
 }
 
 src_compile() {
-	MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
-	export LDFLAGS="${LDFLAGS} -Wl,-rpath=${MOZILLA_FIVE_HOME}"
-
 	if use pgo; then
 		addpredict /root
 		addpredict /etc/gconf


             reply	other threads:[~2012-12-01  3:49 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-01  3:49 Jory Pratt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-02 14:15 [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/ Ian Stakenvicius
2017-09-29 19:00 Ian Stakenvicius
2017-08-25 11:28 Jory Pratt
2017-07-25  1:58 Ian Stakenvicius
2017-07-16 17:02 Jory Pratt
2017-06-14 16:00 Jory Pratt
2017-05-19  2:14 Ian Stakenvicius
2017-01-24 19:24 Ian Stakenvicius
2016-09-12 14:46 Ian Stakenvicius
2016-06-02 15:19 Ian Stakenvicius
2016-06-02 15:19 Ian Stakenvicius
2016-05-06 20:29 Ian Stakenvicius
2016-04-27 20:44 Ian Stakenvicius
2016-04-27 15:07 Ian Stakenvicius
2016-03-07 17:48 Ian Stakenvicius
2016-02-07 17:36 Jory Pratt
2015-12-31 22:57 Jory Pratt
2015-09-04 15:31 Ian Stakenvicius
2015-07-23 16:05 Ian Stakenvicius
2015-07-03 16:25 Ian Stakenvicius
2015-06-12 23:05 Jory Pratt
2015-05-27  3:48 Ian Stakenvicius
2015-04-06 22:13 Ian Stakenvicius
2015-03-04  0:16 git@oystercatcher mirror+tproxy
2014-12-04  4:30 Ian Stakenvicius
2014-10-15 14:22 Ian Stakenvicius
2014-10-08 19:58 Ian Stakenvicius
2014-08-25 19:25 Ian Stakenvicius
2014-07-29 20:40 Ian Stakenvicius
2014-08-25 19:25 ` Ian Stakenvicius
2014-07-06 18:00 Jory Pratt
2012-12-03  5:47 Lars Wendler
2012-12-02 21:11 Jory Pratt
2012-02-28  3:47 Jory Pratt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1354333711.c047287f493cc937180418f2ad88272b9cf664f9.anarchy@gentoo \
    --to=anarchy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox