Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-2.0.1.ebuild webkit-gtk-2.0.2.ebuild ChangeLog
Date: Thu, 06 Jun 2013 05:09:45
Message-Id: 20130606050938.334862171D@flycatcher.gentoo.org
1 tetromino 13/06/06 05:09:38
2
3 Modified: webkit-gtk-2.0.1.ebuild webkit-gtk-2.0.2.ebuild
4 ChangeLog
5 Log:
6 Fix linking failure with harfbuzz-0.9.18, and add a subslot dependency to allow for automatic rebuilding when 0.9.18-rX is subslotted.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
9
10 Revision Changes Path
11 1.4 net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild?r1=1.3&r2=1.4
16
17 Index: webkit-gtk-2.0.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- webkit-gtk-2.0.1.ebuild 1 May 2013 09:31:28 -0000 1.3
24 +++ webkit-gtk-2.0.1.ebuild 6 Jun 2013 05:09:38 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild,v 1.3 2013/05/01 09:31:28 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild,v 1.4 2013/06/06 05:09:38 tetromino Exp $
30
31 EAPI="5"
32 inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils toolchain-funcs versionator virtualx
33 @@ -25,7 +25,7 @@
34 app-crypt/libsecret
35 dev-libs/libxml2:2
36 dev-libs/libxslt
37 - media-libs/harfbuzz
38 + media-libs/harfbuzz:=
39 media-libs/libwebp
40 virtual/jpeg:=
41 >=media-libs/libpng-1.4:0=
42
43
44
45 1.2 net-libs/webkit-gtk/webkit-gtk-2.0.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.2.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.2.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.2.ebuild?r1=1.1&r2=1.2
50
51 Index: webkit-gtk-2.0.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.2.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- webkit-gtk-2.0.2.ebuild 15 May 2013 11:53:32 -0000 1.1
58 +++ webkit-gtk-2.0.2.ebuild 6 Jun 2013 05:09:38 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.2.ebuild,v 1.1 2013/05/15 11:53:32 pacho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.2.ebuild,v 1.2 2013/06/06 05:09:38 tetromino Exp $
64
65 EAPI="5"
66 inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils toolchain-funcs versionator virtualx
67 @@ -25,7 +25,7 @@
68 app-crypt/libsecret
69 dev-libs/libxml2:2
70 dev-libs/libxslt
71 - media-libs/harfbuzz
72 + media-libs/harfbuzz:=
73 media-libs/libwebp
74 virtual/jpeg:=
75 >=media-libs/libpng-1.4:0=
76 @@ -150,6 +150,9 @@
77 # garbage collection test fails intermittently if icedtea-web is installed, bug #????
78 epatch "${FILESDIR}/${PN}-1.7.90-test_garbage_collection.patch"
79
80 + # Fix linking with harfbuzz-0.9.18; in 2.1.x
81 + epatch "${FILESDIR}/${PN}-2.0.2-harfbuzz-0.9.18.patch"
82 +
83 # Respect CC, otherwise fails on prefix #395875
84 tc-export CC
85
86
87
88
89 1.206 net-libs/webkit-gtk/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.206&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.206&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.205&r2=1.206
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
98 retrieving revision 1.205
99 retrieving revision 1.206
100 diff -u -r1.205 -r1.206
101 --- ChangeLog 28 May 2013 05:23:26 -0000 1.205
102 +++ ChangeLog 6 Jun 2013 05:09:38 -0000 1.206
103 @@ -1,6 +1,12 @@
104 # ChangeLog for net-libs/webkit-gtk
105 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.205 2013/05/28 05:23:26 tetromino Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.206 2013/06/06 05:09:38 tetromino Exp $
108 +
109 + 06 Jun 2013; Alexandre Rostovtsev <tetromino@g.o>
110 + webkit-gtk-2.0.1.ebuild, webkit-gtk-2.0.2.ebuild,
111 + +files/webkit-gtk-2.0.2-harfbuzz-0.9.18.patch:
112 + Fix linking failure with harfbuzz-0.9.18, and add a subslot dependency to
113 + allow for automatic rebuilding when 0.9.18-rX is subslotted.
114
115 28 May 2013; Alexandre Rostovtsev <tetromino@g.o>
116 webkit-gtk-1.10.2-r300.ebuild, +files/webkit-gtk-1.10.2-gcc-4.8.patch,