* [gentoo-commits] gentoo-x86 commit in www-client/firefox: ChangeLog firefox-10.0.6.ebuild
@ 2012-07-23 18:10 Jory Pratt (anarchy)
0 siblings, 0 replies; 4+ messages in thread
From: Jory Pratt (anarchy) @ 2012-07-23 18:10 UTC (permalink / raw
To: gentoo-commits
anarchy 12/07/23 18:10:41
Modified: ChangeLog firefox-10.0.6.ebuild
Log:
Disable tracejit on esr release, bug #427074
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.168 www-client/firefox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 18 Jul 2012 04:35:12 -0000 1.167
+++ ChangeLog 23 Jul 2012 18:10:41 -0000 1.168
@@ -1,6 +1,9 @@
# 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.167 2012/07/18 04:35:12 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.168 2012/07/23 18:10:41 anarchy Exp $
+
+ 23 Jul 2012; Jory A. Pratt <anarchy@gentoo.org> firefox-10.0.6.ebuild:
+ --echangelog=y
18 Jul 2012; Jory A. Pratt <anarchy@gentoo.org> firefox-10.0.4.ebuild:
Remark alpha stable in 10.0.4
1.2 www-client/firefox/firefox-10.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?r1=1.1&r2=1.2
Index: firefox-10.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-10.0.6.ebuild 18 Jul 2012 00:49:25 -0000 1.1
+++ firefox-10.0.6.ebuild 23 Jul 2012 18:10:41 -0000 1.2
@@ -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.6.ebuild,v 1.1 2012/07/18 00:49:25 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.2 2012/07/23 18:10:41 anarchy Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -201,6 +201,7 @@
mozconfig_annotate '' --enable-safe-browsing
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
+ mozconfig_annotate 'regression' --disable-tracejit
# Other ff-specific settings
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/firefox: ChangeLog firefox-10.0.6.ebuild
@ 2012-07-24 18:11 Jeff Horelick (jdhore)
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-24 18:11 UTC (permalink / raw
To: gentoo-commits
jdhore 12/07/24 18:11:48
Modified: ChangeLog firefox-10.0.6.ebuild
Log:
marked x86 per bug 427224
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Revision Changes Path
1.170 www-client/firefox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.169&r2=1.170
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog 23 Jul 2012 18:11:58 -0000 1.169
+++ ChangeLog 24 Jul 2012 18:11:47 -0000 1.170
@@ -1,6 +1,9 @@
# 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.169 2012/07/23 18:11:58 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.170 2012/07/24 18:11:47 jdhore Exp $
+
+ 24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> firefox-10.0.6.ebuild:
+ marked x86 per bug 427224
18 Jul 2012; Jory A. Pratt <anarchy@gentoo.org> firefox-10.0.4.ebuild:
Remark alpha stable in 10.0.4
1.3 www-client/firefox/firefox-10.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?r1=1.2&r2=1.3
Index: firefox-10.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- firefox-10.0.6.ebuild 23 Jul 2012 18:10:41 -0000 1.2
+++ firefox-10.0.6.ebuild 24 Jul 2012 18:11:47 -0000 1.3
@@ -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.6.ebuild,v 1.2 2012/07/23 18:10:41 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.3 2012/07/24 18:11:47 jdhore Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -37,7 +37,7 @@
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 +ipc +minimal pgo selinux system-sqlite +webm"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/firefox: ChangeLog firefox-10.0.6.ebuild
@ 2012-07-28 16:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-28 16:59 UTC (permalink / raw
To: gentoo-commits
ago 12/07/28 16:59:22
Modified: ChangeLog firefox-10.0.6.ebuild
Log:
Stable for amd64, wrt bug #427224
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.171 www-client/firefox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 24 Jul 2012 18:11:47 -0000 1.170
+++ ChangeLog 28 Jul 2012 16:59:22 -0000 1.171
@@ -1,6 +1,9 @@
# 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.170 2012/07/24 18:11:47 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.171 2012/07/28 16:59:22 ago Exp $
+
+ 28 Jul 2012; Agostino Sarubbo <ago@gentoo.org> firefox-10.0.6.ebuild:
+ Stable for amd64, wrt bug #427224
24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> firefox-10.0.6.ebuild:
marked x86 per bug 427224
1.4 www-client/firefox/firefox-10.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?r1=1.3&r2=1.4
Index: firefox-10.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- firefox-10.0.6.ebuild 24 Jul 2012 18:11:47 -0000 1.3
+++ firefox-10.0.6.ebuild 28 Jul 2012 16:59:22 -0000 1.4
@@ -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.6.ebuild,v 1.3 2012/07/24 18:11:47 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.4 2012/07/28 16:59:22 ago Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -37,7 +37,7 @@
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 +ipc +minimal pgo selinux system-sqlite +webm"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/firefox: ChangeLog firefox-10.0.6.ebuild
@ 2012-07-29 17:39 Raul Porcel (armin76)
0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2012-07-29 17:39 UTC (permalink / raw
To: gentoo-commits
armin76 12/07/29 17:39:33
Modified: ChangeLog firefox-10.0.6.ebuild
Log:
alpha/ia64 stable wrt #427224
(Portage version: 2.1.11.5/cvs/Linux ia64)
Revision Changes Path
1.172 www-client/firefox/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.171&r2=1.172
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog 28 Jul 2012 16:59:22 -0000 1.171
+++ ChangeLog 29 Jul 2012 17:39:32 -0000 1.172
@@ -1,6 +1,9 @@
# 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.171 2012/07/28 16:59:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.172 2012/07/29 17:39:32 armin76 Exp $
+
+ 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> firefox-10.0.6.ebuild:
+ alpha/ia64 stable wrt #427224
28 Jul 2012; Agostino Sarubbo <ago@gentoo.org> firefox-10.0.6.ebuild:
Stable for amd64, wrt bug #427224
1.5 www-client/firefox/firefox-10.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?r1=1.4&r2=1.5
Index: firefox-10.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- firefox-10.0.6.ebuild 28 Jul 2012 16:59:22 -0000 1.4
+++ firefox-10.0.6.ebuild 29 Jul 2012 17:39:32 -0000 1.5
@@ -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.6.ebuild,v 1.4 2012/07/28 16:59:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.5 2012/07/29 17:39:32 armin76 Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -37,7 +37,7 @@
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 +ipc +minimal pgo selinux system-sqlite +webm"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-29 17:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 18:11 [gentoo-commits] gentoo-x86 commit in www-client/firefox: ChangeLog firefox-10.0.6.ebuild Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 17:39 Raul Porcel (armin76)
2012-07-28 16:59 Agostino Sarubbo (ago)
2012-07-23 18:10 Jory Pratt (anarchy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox