* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-2.0.1-r1.ebuild
@ 2011-05-16 13:28 Jory Pratt (anarchy)
0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2011-05-16 13:28 UTC (permalink / raw
To: gentoo-commits
anarchy 11/05/16 13:28:35
Modified: ChangeLog xulrunner-2.0.1-r1.ebuild
Log:
only append -mno-avx on x86/amd64, add support for 64bit big indian machines
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.419 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.419&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.419&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.418&r2=1.419
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -r1.418 -r1.419
--- ChangeLog 16 May 2011 00:35:06 -0000 1.418
+++ ChangeLog 16 May 2011 13:28:35 -0000 1.419
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.418 2011/05/16 00:35:06 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.419 2011/05/16 13:28:35 anarchy Exp $
+
+ 16 May 2011; Jory A. Pratt <anarchy@gentoo.org>
+ +files/mozilla-2.0_support_64bit_big_indian.patch, xulrunner-2.0.1-r1.ebuild:
+ only append -mno-avx on x86/amd64, add support for 64bit big indian machines
*xulrunner-2.0.1-r1 (16 May 2011)
1.2 net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?r1=1.1&r2=1.2
Index: xulrunner-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xulrunner-2.0.1-r1.ebuild 16 May 2011 00:35:06 -0000 1.1
+++ xulrunner-2.0.1-r1.ebuild 16 May 2011 13:28:35 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.1 2011/05/16 00:35:06 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.2 2011/05/16 13:28:35 anarchy Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -71,6 +71,9 @@
EPATCH_FORCE="yes" \
epatch "${WORKDIR}"
+ #64bit big indian support
+ epatch "${FILESDIR}/mozilla-2.0_support_64bit_big_indian.patch"
+
# Allow user to apply any additional patches without modifing ebuild
epatch_user
@@ -143,7 +146,9 @@
fi
# Ensure we do not fail on i{3,5,7} processors that support -mavx
- append-flags -mno-avx
+ if use amd64 || use x86; then
+ append-flags -mno-avx
+ fi
####################################
#
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-2.0.1-r1.ebuild
@ 2011-05-16 13:37 Jory Pratt (anarchy)
0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2011-05-16 13:37 UTC (permalink / raw
To: gentoo-commits
anarchy 11/05/16 13:37:21
Modified: ChangeLog xulrunner-2.0.1-r1.ebuild
Log:
Fix typo, from indian to endian
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.420 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.420&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.420&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.419&r2=1.420
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -r1.419 -r1.420
--- ChangeLog 16 May 2011 13:28:35 -0000 1.419
+++ ChangeLog 16 May 2011 13:37:21 -0000 1.420
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.419 2011/05/16 13:28:35 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.420 2011/05/16 13:37:21 anarchy Exp $
+
+ 16 May 2011; Jory A. Pratt <anarchy@gentoo.org>
+ +files/mozilla-2.0_support_64bit_big_endian.patch,
+ -files/mozilla-2.0_support_64bit_big_indian.patch, xulrunner-2.0.1-r1.ebuild:
+ Fix typo, from indian to endian
16 May 2011; Jory A. Pratt <anarchy@gentoo.org>
+files/mozilla-2.0_support_64bit_big_indian.patch, xulrunner-2.0.1-r1.ebuild:
1.3 net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?r1=1.2&r2=1.3
Index: xulrunner-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xulrunner-2.0.1-r1.ebuild 16 May 2011 13:28:35 -0000 1.2
+++ xulrunner-2.0.1-r1.ebuild 16 May 2011 13:37:21 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.2 2011/05/16 13:28:35 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.3 2011/05/16 13:37:21 anarchy Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -72,7 +72,7 @@
epatch "${WORKDIR}"
#64bit big indian support
- epatch "${FILESDIR}/mozilla-2.0_support_64bit_big_indian.patch"
+ epatch "${FILESDIR}/mozilla-2.0_support_64bit_big_endian.patch"
# Allow user to apply any additional patches without modifing ebuild
epatch_user
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-2.0.1-r1.ebuild
@ 2011-05-16 17:58 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-05-16 17:58 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/05/16 17:58:38
Modified: ChangeLog xulrunner-2.0.1-r1.ebuild
Log:
Marked ~ppc/~ppc64 wrt #360427
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Revision Changes Path
1.421 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.421&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.421&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.420&r2=1.421
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -r1.420 -r1.421
--- ChangeLog 16 May 2011 13:37:21 -0000 1.420
+++ ChangeLog 16 May 2011 17:58:38 -0000 1.421
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.420 2011/05/16 13:37:21 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.421 2011/05/16 17:58:38 xarthisius Exp $
+
+ 16 May 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ xulrunner-2.0.1-r1.ebuild:
+ Marked ~ppc/~ppc64 wrt #360427
16 May 2011; Jory A. Pratt <anarchy@gentoo.org>
+files/mozilla-2.0_support_64bit_big_endian.patch,
1.4 net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?r1=1.3&r2=1.4
Index: xulrunner-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xulrunner-2.0.1-r1.ebuild 16 May 2011 13:37:21 -0000 1.3
+++ xulrunner-2.0.1-r1.ebuild 16 May 2011 17:58:38 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.3 2011/05/16 13:37:21 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.4 2011/05/16 17:58:38 xarthisius Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -19,7 +19,7 @@
DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications"
HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
SLOT="1.9"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
IUSE="+crashreporter gconf +ipc system-sqlite +webm"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-2.0.1-r1.ebuild
@ 2011-08-13 17:20 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-13 17:20 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/13 17:20:43
Modified: ChangeLog xulrunner-2.0.1-r1.ebuild
Log:
Add patches for arm to fix bug #362237
(Portage version: 2.1.10.7/cvs/Linux ia64)
Revision Changes Path
1.427 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.427&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.427&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.426&r2=1.427
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -r1.426 -r1.427
--- ChangeLog 26 Jul 2011 17:02:29 -0000 1.426
+++ ChangeLog 13 Aug 2011 17:20:43 -0000 1.427
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.426 2011/07/26 17:02:29 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.427 2011/08/13 17:20:43 armin76 Exp $
+
+ 13 Aug 2011; Raúl Porcel <armin76@gentoo.org> xulrunner-2.0.1-r1.ebuild,
+ +files/mozilla-2.0_arm_respect_cflags.patch, +files/arm-bug-644136.patch:
+ Add patches for arm to fix bug #362237
26 Jul 2011; Lars Wendler <polynomial-c@gentoo.org>
xulrunner-1.9.2.12.ebuild, xulrunner-1.9.2.17.ebuild,
1.7 net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?r1=1.6&r2=1.7
Index: xulrunner-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xulrunner-2.0.1-r1.ebuild 26 Jul 2011 17:02:29 -0000 1.6
+++ xulrunner-2.0.1-r1.ebuild 13 Aug 2011 17:20:43 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.6 2011/07/26 17:02:29 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.7 2011/08/13 17:20:43 armin76 Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -70,9 +70,13 @@
EPATCH_FORCE="yes" \
epatch "${WORKDIR}"
- #64bit big indian support
+ #64bit big endian support
epatch "${FILESDIR}/mozilla-2.0_support_64bit_big_endian.patch"
+ # Patches needed for ARM, bug 362237
+ epatch "${FILESDIR}/arm-bug-644136.patch"
+ epatch "${FILESDIR}/mozilla-2.0_arm_respect_cflags.patch"
+
# Allow user to apply any additional patches without modifing ebuild
epatch_user
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-2.0.1-r1.ebuild
@ 2011-08-28 11:24 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-28 11:24 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/28 11:24:42
Modified: ChangeLog xulrunner-2.0.1-r1.ebuild
Log:
Add patch from upstream to allow building without alsa, bug #360163
(Portage version: 2.1.10.11/cvs/Linux ia64)
Revision Changes Path
1.430 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.430&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.430&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.429&r2=1.430
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -r1.429 -r1.430
--- ChangeLog 23 Aug 2011 19:26:43 -0000 1.429
+++ ChangeLog 28 Aug 2011 11:24:42 -0000 1.430
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.429 2011/08/23 19:26:43 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.430 2011/08/28 11:24:42 armin76 Exp $
+
+ 28 Aug 2011; Raúl Porcel <armin76@gentoo.org> xulrunner-2.0.1-r1.ebuild,
+ +files/bug-626229.patch:
+ Add patch from upstream to allow building without alsa, bug #360163
23 Aug 2011; Lars Wendler <polynomial-c@gentoo.org>
xulrunner-1.9.2.17.ebuild, xulrunner-1.9.2.18.ebuild,
1.8 net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?r1=1.7&r2=1.8
Index: xulrunner-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xulrunner-2.0.1-r1.ebuild 13 Aug 2011 17:20:43 -0000 1.7
+++ xulrunner-2.0.1-r1.ebuild 28 Aug 2011 11:24:42 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.7 2011/08/13 17:20:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.8 2011/08/28 11:24:42 armin76 Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -77,6 +77,9 @@
epatch "${FILESDIR}/arm-bug-644136.patch"
epatch "${FILESDIR}/mozilla-2.0_arm_respect_cflags.patch"
+ # Allow to build without alsa USE-flag,bug #360163
+ epatch "${FILESDIR}/bug-626229.patch"
+
# Allow user to apply any additional patches without modifing ebuild
epatch_user
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-2.0.1-r1.ebuild
@ 2011-09-28 11:17 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-09-28 11:17 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/09/28 11:17:55
Modified: ChangeLog xulrunner-2.0.1-r1.ebuild
Log:
Use virtual/libffi instead of dev-libs/libffi in case we have to switch to using copy from GCC in future.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Revision Changes Path
1.439 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.439&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.439&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.438&r2=1.439
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.438
retrieving revision 1.439
diff -u -r1.438 -r1.439
--- ChangeLog 11 Sep 2011 10:51:07 -0000 1.438
+++ ChangeLog 28 Sep 2011 11:17:55 -0000 1.439
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.438 2011/09/11 10:51:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.439 2011/09/28 11:17:55 ssuominen Exp $
+
+ 28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xulrunner-2.0.1-r1.ebuild:
+ Use virtual/libffi instead of dev-libs/libffi in case we have to switch to
+ using copy from GCC in future.
11 Sep 2011; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.2.20.ebuild:
alpha/ia64 stable wrt #379549
1.9 net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild?r1=1.8&r2=1.9
Index: xulrunner-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xulrunner-2.0.1-r1.ebuild 28 Aug 2011 11:24:42 -0000 1.8
+++ xulrunner-2.0.1-r1.ebuild 28 Sep 2011 11:17:55 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.8 2011/08/28 11:24:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-2.0.1-r1.ebuild,v 1.9 2011/09/28 11:17:55 ssuominen Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -37,7 +37,7 @@
>=dev-libs/glib-2.26
gconf? ( >=gnome-base/gconf-1.2.1:2 )
media-libs/libpng[apng]
- dev-libs/libffi
+ virtual/libffi
system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
webm? ( media-libs/libvpx
media-libs/alsa-lib
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-09-28 11:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 13:37 [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-2.0.1-r1.ebuild Jory Pratt (anarchy)
-- strict thread matches above, loose matches on Subject: below --
2011-09-28 11:17 Samuli Suominen (ssuominen)
2011-08-28 11:24 Raul Porcel (armin76)
2011-08-13 17:20 Raul Porcel (armin76)
2011-05-16 17:58 Kacper Kowalik (xarthisius)
2011-05-16 13:28 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