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-2.4.4.ebuild ChangeLog
Date: Sun, 27 Jul 2014 12:31:07
Message-Id: 20140727123103.009482004E@flycatcher.gentoo.org
1 pacho 14/07/27 12:31:02
2
3 Modified: webkit-gtk-2.4.4.ebuild ChangeLog
4 Log:
5 Fix building on ppc (from OpenBSD, only needed on slot 3), bug #518288 by ago
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.5 net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild?r1=1.4&r2=1.5
15
16 Index: webkit-gtk-2.4.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- webkit-gtk-2.4.4.ebuild 23 Jul 2014 16:41:19 -0000 1.4
23 +++ webkit-gtk-2.4.4.ebuild 27 Jul 2014 12:31:02 -0000 1.5
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/net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild,v 1.4 2014/07/23 16:41:19 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild,v 1.5 2014/07/27 12:31:02 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -181,6 +181,10 @@
33 # https://bugs.webkit.org/show_bug.cgi?id=129542
34 epatch "${FILESDIR}"/${PN}-2.4.1-ia64-malloc.patch
35
36 + # Fix building on ppc (from OpenBSD, only needed on slot 3)
37 + # https://bugs.webkit.org/show_bug.cgi?id=130837
38 + epatch "${FILESDIR}"/${PN}-2.4.4-atomic-ppc.patch
39 +
40 AT_M4DIR=Source/autotools eautoreconf
41
42 gnome2_src_prepare
43
44
45
46 1.272 net-libs/webkit-gtk/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.272&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.272&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.271&r2=1.272
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
55 retrieving revision 1.271
56 retrieving revision 1.272
57 diff -u -r1.271 -r1.272
58 --- ChangeLog 23 Jul 2014 16:41:19 -0000 1.271
59 +++ ChangeLog 27 Jul 2014 12:31:02 -0000 1.272
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-libs/webkit-gtk
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.271 2014/07/23 16:41:19 pacho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.272 2014/07/27 12:31:02 pacho Exp $
65 +
66 + 27 Jul 2014; Pacho Ramos <pacho@g.o>
67 + +files/webkit-gtk-2.4.4-atomic-ppc.patch, webkit-gtk-2.4.4.ebuild:
68 + Fix building on ppc (from OpenBSD, only needed on slot 3), bug #518288 by ago
69
70 23 Jul 2014; Pacho Ramos <pacho@g.o> -webkit-gtk-2.4.3-r200.ebuild,
71 -webkit-gtk-2.4.3.ebuild, webkit-gtk-2.4.4-r200.ebuild,