Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.2.ebuild ChangeLog
Date: Mon, 30 Jul 2012 05:20:21
Message-Id: 20120730052009.DDA562004C@flycatcher.gentoo.org
1 pesa 12/07/30 05:20:09
2
3 Modified: qt-webkit-4.8.2.ebuild ChangeLog
4 Log:
5 Add patch for x32 support in JavaScriptCore (bug 424049).
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild?r1=1.9&r2=1.10
15
16 Index: qt-webkit-4.8.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- qt-webkit-4.8.2.ebuild 19 Jul 2012 21:24:26 -0000 1.9
23 +++ qt-webkit-4.8.2.ebuild 30 Jul 2012 05:20:09 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild,v 1.9 2012/07/19 21:24:26 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.2.ebuild,v 1.10 2012/07/30 05:20:09 pesa Exp $
29
30 EAPI=4
31
32 @@ -37,6 +37,7 @@
33 "${FILESDIR}/${PN}-4.8.0-c++0x-fix.patch"
34 "${FILESDIR}/${PN}-4.8.1+glib-2.31.patch"
35 "${FILESDIR}/${PN}-4.8.1-no-use-ld-gold.patch"
36 + "${FILESDIR}/${PV}-javascriptcore-x32.patch"
37 "${FILESDIR}/${PV}-qatomic-x32.patch"
38 )
39
40
41
42
43 1.166 x11-libs/qt-webkit/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.166&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?rev=1.166&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/ChangeLog?r1=1.165&r2=1.166
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
52 retrieving revision 1.165
53 retrieving revision 1.166
54 diff -u -r1.165 -r1.166
55 --- ChangeLog 19 Jul 2012 21:24:26 -0000 1.165
56 +++ ChangeLog 30 Jul 2012 05:20:09 -0000 1.166
57 @@ -1,6 +1,10 @@
58 # ChangeLog for x11-libs/qt-webkit
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.165 2012/07/19 21:24:26 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.166 2012/07/30 05:20:09 pesa Exp $
62 +
63 + 30 Jul 2012; Davide Pesavento <pesa@g.o>
64 + +files/4.8.2-javascriptcore-x32.patch, qt-webkit-4.8.2.ebuild:
65 + Add patch for x32 support in JavaScriptCore (bug 424049).
66
67 19 Jul 2012; Markus Meier <maekke@g.o> qt-webkit-4.8.2.ebuild:
68 arm stable, bug #424625