Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-28.0.ebuild ChangeLog
Date: Wed, 02 Apr 2014 14:03:44
Message-Id: 20140402140337.292F120060@flycatcher.gentoo.org
1 axs 14/04/02 14:03:37
2
3 Modified: firefox-28.0.ebuild ChangeLog
4 Log:
5 disable the forcing of ld.gold in the mozilla build system, bug 494364
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.4 www-client/firefox/firefox-28.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-28.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-28.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-28.0.ebuild?r1=1.3&r2=1.4
15
16 Index: firefox-28.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- firefox-28.0.ebuild 22 Mar 2014 10:57:55 -0000 1.3
23 +++ firefox-28.0.ebuild 2 Apr 2014 14:03:36 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.3 2014/03/22 10:57:55 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.4 2014/04/02 14:03:36 axs Exp $
29
30 EAPI="5"
31 VIRTUALX_REQUIRED="pgo"
32 @@ -217,6 +217,7 @@
33 mozconfig_annotate '' --disable-mailnews
34 mozconfig_annotate '' --with-system-png
35 mozconfig_annotate '' --enable-system-ffi
36 + mozconfig_annotate '' --disable-gold
37
38 # Other ff-specific settings
39 mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
40
41
42
43 1.320 www-client/firefox/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.320&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.320&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.319&r2=1.320
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
52 retrieving revision 1.319
53 retrieving revision 1.320
54 diff -u -r1.319 -r1.320
55 --- ChangeLog 24 Mar 2014 14:33:59 -0000 1.319
56 +++ ChangeLog 2 Apr 2014 14:03:36 -0000 1.320
57 @@ -1,6 +1,9 @@
58 # ChangeLog for www-client/firefox
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.319 2014/03/24 14:33:59 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.320 2014/04/02 14:03:36 axs Exp $
62 +
63 + 02 Apr 2014; Ian Stakenvicius (_AxS_) <axs@g.o> firefox-28.0.ebuild:
64 + disable the forcing of ld.gold in the mozilla build system, bug 494364
65
66 24 Mar 2014; Agostino Sarubbo <ago@g.o> firefox-24.4.0.ebuild:
67 Stable for ppc64, wrt bug #505072