Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.2.3.ebuild ChangeLog
Date: Mon, 26 Jul 2010 14:23:39
Message-Id: 20100726142326.373BB2CE15@corvid.gentoo.org
1 pacho 10/07/26 14:23:26
2
3 Modified: webkit-gtk-1.2.3.ebuild ChangeLog
4 Log:
5 Update to debian patch letting webkit to keep working on sparc. Thanks a lot to RaúPorcel in bug #329107 (by Possum) for finding the fix.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-libs/webkit-gtk/webkit-gtk-1.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.2.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.2.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.2.3.ebuild?r1=1.1&r2=1.2
14
15 Index: webkit-gtk-1.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.2.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- webkit-gtk-1.2.3.ebuild 18 Jul 2010 17:36:05 -0000 1.1
22 +++ webkit-gtk-1.2.3.ebuild 26 Jul 2010 14:23:26 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.2.3.ebuild,v 1.1 2010/07/18 17:36:05 pacho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.2.3.ebuild,v 1.2 2010/07/26 14:23:26 pacho Exp $
28
29 EAPI="2"
30
31 @@ -57,7 +57,7 @@
32 src_prepare() {
33 # FIXME: Fix unaligned accesses on ARM, IA64 and SPARC
34 # https://bugs.webkit.org/show_bug.cgi?id=19775
35 - use sparc && epatch "${FILESDIR}"/${PN}-1.1.15.2-unaligned.patch
36 + use sparc && epatch "${FILESDIR}"/${PN}-1.2.3-fix-pool-sparc.patch
37
38 # Darwin/Aqua build is broken, needs autoreconf
39 # XXX: BROKEN. Patch does not apply anymore.
40
41
42
43 1.76 net-libs/webkit-gtk/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.76&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.76&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.75&r2=1.76
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
52 retrieving revision 1.75
53 retrieving revision 1.76
54 diff -u -r1.75 -r1.76
55 --- ChangeLog 18 Jul 2010 17:36:05 -0000 1.75
56 +++ ChangeLog 26 Jul 2010 14:23:26 -0000 1.76
57 @@ -1,6 +1,11 @@
58 # ChangeLog for net-libs/webkit-gtk
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.75 2010/07/18 17:36:05 pacho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.76 2010/07/26 14:23:26 pacho Exp $
62 +
63 + 26 Jul 2010; Pacho Ramos <pacho@g.o> webkit-gtk-1.2.3.ebuild,
64 + +files/webkit-gtk-1.2.3-fix-pool-sparc.patch:
65 + Update to debian patch letting webkit to keep working on sparc. Thanks a
66 + lot to Raúl Porcel in bug #329107 (by Possum) for finding the fix.
67
68 *webkit-gtk-1.2.3 (18 Jul 2010)