/[gentoo-x86]/net-libs/webkit-gtk/ChangeLog
Gentoo

Contents of /net-libs/webkit-gtk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.152 - (hide annotations) (download)
Sun Apr 15 19:12:15 2012 UTC (13 months ago) by tetromino
Branch: MAIN
Changes since 1.151: +7 -1 lines
Fix building with USE=webkit2 and gcc-4.5 (bug #412027, thanks to Rafał Mużyło and Travis Hansen for reporting).

(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

1 swegener 1.4 # ChangeLog for net-libs/webkit-gtk
2 maekke 1.135 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
3 tetromino 1.152 # $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.151 2012/04/15 10:19:54 tetromino Exp $
4    
5     15 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
6     webkit-gtk-1.8.0-r300.ebuild,
7     +files/webkit-gtk-1.8.0-typedef-WebKitWebView.patch:
8     Fix building with USE=webkit2 and gcc-4.5 (bug #412027, thanks to Rafał
9     Mużyło and Travis Hansen for reporting).
10 tetromino 1.151
11     15 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
12     webkit-gtk-1.8.0-r200.ebuild:
13     Fix libsoup dependency (bug #411961, thanks to Balint SZENTE).
14 tetromino 1.150
15     *webkit-gtk-1.8.0-r300 (14 Apr 2012)
16     *webkit-gtk-1.8.0-r200 (14 Apr 2012)
17    
18     14 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
19     +files/webkit-gtk-1.7.5-linguas.patch,
20     +files/webkit-gtk-1.7.90-parallel-make-hack.patch,
21     +files/webkit-gtk-1.7.90-test_garbage_collection.patch,
22     +webkit-gtk-1.8.0-r200.ebuild, +webkit-gtk-1.8.0-r300.ebuild,
23     +files/webkit-gtk-1.8.0-svgimagebuffer-clip.patch, metadata.xml:
24     Version bump with performance improvements, geolocation support, and
25     experimental WebKit2 support (splits rendering and UI into separate
26     processes).
27 pacho 1.149
28     02 Apr 2012; Pacho Ramos <pacho@gentoo.org> -webkit-gtk-1.4.3-r200.ebuild,
29     -webkit-gtk-1.4.3-r300.ebuild, files/webkit-gtk-1.6.1-double-conversion.patch:
30     Update double-conversion.patch to also include ALPHA, bug #410191 by mach1.
31     Remove old.
32 armin76 1.148
33     25 Mar 2012; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.6.1-r201.ebuild,
34     webkit-gtk-1.6.1-r301.ebuild:
35     alpha/ia64/sh/sparc stable wrt #393007
36 tetromino 1.147
37     25 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
38     webkit-gtk-1.6.3-r200.ebuild, webkit-gtk-1.6.3-r300.ebuild:
39     Apply pax marking conditionally based on introspection and jit USE flags
40     (thanks to Maxim Kammerer, bugs #404215 and #407085). Apply pax marking to
41     test suite executables so the test suite can be run on PaX systems.
42 tetromino 1.146
43     17 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
44     webkit-gtk-1.6.1-r201.ebuild, webkit-gtk-1.6.1-r301.ebuild,
45     +files/webkit-gtk-1.6.1-sparc-needs-alignment.patch,
46     webkit-gtk-1.6.3-r200.ebuild, webkit-gtk-1.6.3-r300.ebuild:
47     Sparc fix by Raúl Porcel for bug #389963.
48 tetromino 1.145
49     06 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
50     files/gir-paxctl-lt-wrapper, webkit-gtk-1.6.3-r200.ebuild,
51     webkit-gtk-1.6.3-r300.ebuild:
52     Apparently paxctl required for pax-marking binaries that will run at build
53     time (bug #407085, thanks to Ulrich Müller).
54 ranger 1.144
55     05 Mar 2012; Brent Baude <ranger@gentoo.org> webkit-gtk-1.6.1-r201.ebuild,
56     webkit-gtk-1.6.1-r301.ebuild:
57     Marking webkit-gtk-1.6.1-r301 ppc stable for bug 393007
58 ranger 1.143
59     05 Mar 2012; Brent Baude <ranger@gentoo.org> webkit-gtk-1.6.1-r201.ebuild,
60     webkit-gtk-1.6.1-r301.ebuild:
61     Marking webkit-gtk-1.6.1-r301 ppc64 stable for bug 393007
62    
63     05 Mar 2012; Brent Baude <ranger@gentoo.org> webkit-gtk-1.6.1-r201.ebuild:
64     Marking webkit-gtk-1.6.1-r201 ppc64 stable for bug 393007
65 tetromino 1.142
66     05 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
67     webkit-gtk-1.6.3-r200.ebuild, webkit-gtk-1.6.3-r300.ebuild:
68     Also pax-mark jsc-1 and jsc-3 to prevent crashes on PaX systems.
69 tetromino 1.141
70     04 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
71     webkit-gtk-1.6.3-r200.ebuild, webkit-gtk-1.6.3-r300.ebuild,
72     +files/webkit-gtk-1.6.3-paxctl-introspection.patch,
73     +files/gir-paxctl-lt-wrapper:
74     Fix build problems on PaX with USE="introspection jit" (bug #404215, thanks
75     to Grant and Magnus Granberg) by having g-ir-scanner call a libtool wrapper
76     that disables secure memory protection on generated gir dumper binaries.
77 tetromino 1.140
78     11 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
79     webkit-gtk-1.6.3-r300.ebuild:
80     The tarball now comes with pre-generated documentation; install it when
81     USE=doc since it looks much better than what is built with --enable-gtk-doc.
82     As a side effect, fixes bug #402173 (thanks to Torsten Kaiser for reporting).
83 pacho 1.139
84     *webkit-gtk-1.6.3-r200 (04 Feb 2012)
85     *webkit-gtk-1.6.3-r300 (04 Feb 2012)
86    
87     04 Feb 2012; Pacho Ramos <pacho@gentoo.org> +webkit-gtk-1.6.3-r200.ebuild,
88     +webkit-gtk-1.6.3-r300.ebuild, -webkit-gtk-1.6.1-r200.ebuild,
89     -webkit-gtk-1.6.1-r300.ebuild:
90     Version bump, remove old.
91 maekke 1.138
92     18 Jan 2012; Markus Meier <maekke@gentoo.org> webkit-gtk-1.6.1-r301.ebuild:
93     arm stable, bug #393007
94 maekke 1.137
95     18 Jan 2012; Markus Meier <maekke@gentoo.org> webkit-gtk-1.6.1-r201.ebuild:
96     arm stable, bug #393007
97 maekke 1.136
98     14 Jan 2012; Markus Meier <maekke@gentoo.org> webkit-gtk-1.6.1-r301.ebuild:
99     x86 stable, bug #393007
100 maekke 1.135
101     14 Jan 2012; Markus Meier <maekke@gentoo.org> webkit-gtk-1.6.1-r201.ebuild:
102     x86 stable, bug #393007
103 pacho 1.134
104     29 Dec 2011; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.6.1-r201.ebuild,
105     webkit-gtk-1.6.1-r301.ebuild:
106     amd64 stable, bug 393007
107 jlec 1.133
108     26 Dec 2011; Justin Lecher <jlec@gentoo.org> webkit-gtk-1.6.1-r201.ebuild,
109     webkit-gtk-1.6.1-r301.ebuild:
110     Respect CC, otherwise fails on prefix #395875
111 grobian 1.132
112     29 Nov 2011; Fabian Groffen <grobian@gentoo.org>
113     +files/webkit-gtk-1.6.1-darwin-quartz.patch, webkit-gtk-1.6.1-r300.ebuild,
114     webkit-gtk-1.6.1-r301.ebuild, webkit-gtk-1.6.1-r201.ebuild,
115     files/webkit-gtk-1.2.5-darwin-quartz.patch:
116     Fix darwin-quartz patch, drop darwin8 patch from ebuild, bug #392385
117 pacho 1.131
118     *webkit-gtk-1.6.1-r301 (29 Nov 2011)
119     *webkit-gtk-1.6.1-r201 (29 Nov 2011)
120    
121     29 Nov 2011; Pacho Ramos <pacho@gentoo.org>
122     +files/webkit-gtk-1.6.1-double-conversion.patch,
123     +files/webkit-gtk-1.6.1-pkgconfig-fix.patch, +webkit-gtk-1.6.1-r201.ebuild,
124     +webkit-gtk-1.6.1-r301.ebuild:
125     Apply upstream patches to fix pkgconfig file and arches that use 64-bit double
126     type, use gnome2_environment_reset, drop DEPRECATED flags (they were passed
127     with USE debug), skip flacky tests after reporting failures to upstream.
128 pacho 1.130
129     05 Nov 2011; Pacho Ramos <pacho@gentoo.org> -webkit-gtk-1.2.7.ebuild,
130     -webkit-gtk-1.4.2-r200.ebuild, -webkit-gtk-1.4.2-r300.ebuild,
131     webkit-gtk-1.4.3-r200.ebuild, webkit-gtk-1.4.3-r300.ebuild:
132     Drop old and stop trying to apply a patch that will be unable to be applied
133     (even if patch exists, bug #389481).
134 armin76 1.129
135     30 Oct 2011; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.4.3-r300.ebuild:
136     alpha/ia64/sparc stable wrt #385699
137 armin76 1.128
138     30 Oct 2011; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.4.3-r200.ebuild:
139     alpha/ia64/sparc stable wrt #385699
140 maekke 1.127
141     28 Oct 2011; Markus Meier <maekke@gentoo.org> webkit-gtk-1.4.3-r300.ebuild:
142     arm stable, bug #385699
143 maekke 1.126
144     28 Oct 2011; Markus Meier <maekke@gentoo.org> webkit-gtk-1.4.3-r200.ebuild:
145     arm stable, bug #385699
146 phajdan.jr 1.125
147     21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
148     webkit-gtk-1.4.3-r200.ebuild, webkit-gtk-1.4.3-r300.ebuild:
149     x86 stable wrt bug #385699
150 xarthisius 1.124
151     16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
152     webkit-gtk-1.4.3-r200.ebuild, webkit-gtk-1.4.3-r300.ebuild:
153     ppc/ppc64 stable wrt #385699
154 ssuominen 1.123
155     14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
156     webkit-gtk-1.4.3-r200.ebuild, webkit-gtk-1.4.3-r300.ebuild:
157     amd64 stable wrt #385699
158 nirbheek 1.122
159     *webkit-gtk-1.6.1-r300 (30 Sep 2011)
160     *webkit-gtk-1.6.1-r200 (30 Sep 2011)
161    
162     30 Sep 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
163     +webkit-gtk-1.6.1-r200.ebuild, +webkit-gtk-1.6.1-r300.ebuild, metadata.xml:
164     Bump to 1.6.1, optional partly-broken webgl support, build and install API
165     docs with USE=doc, generate an xz tarball and use that
166 pacho 1.121
167     24 Sep 2011; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.4.3-r300.ebuild,
168     -files/webkit-gtk-1.4.3-underlinking.patch:
169     underlinking patch is not needed as it was already applied by upstream, bug
170     #384181 by Lance Poore, Hilco, Albert W. Hopkins, S.Holzbach and maby others.
171 pacho 1.120
172     *webkit-gtk-1.4.3-r300 (22 Sep 2011)
173     *webkit-gtk-1.4.3-r200 (22 Sep 2011)
174    
175     22 Sep 2011; Pacho Ramos <pacho@gentoo.org> +webkit-gtk-1.4.3-r200.ebuild,
176     +webkit-gtk-1.4.3-r300.ebuild, +files/webkit-gtk-1.4.3-underlinking.patch:
177     Version bump and fix underlinking problems in gtk3 version (bug #371751).
178 pacho 1.119
179     31 Aug 2011; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.2.7.ebuild:
180     Parallel build fails for 1.2.x, seems fixed in 1.4.x (bug #343249).
181 nirbheek 1.118
182     14 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
183     -webkit-gtk-1.4.1-r200.ebuild, -webkit-gtk-1.4.1-r300.ebuild,
184     webkit-gtk-1.4.2-r200.ebuild, webkit-gtk-1.4.2-r300.ebuild:
185     DEPEND on virtual/yacc instead of bison, remove old
186 nirbheek 1.117
187     14 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
188     webkit-gtk-1.4.2-r200.ebuild, webkit-gtk-1.4.2-r300.ebuild:
189     Require USE=gstreamer for USE=introspection, bug 372493
190 pacho 1.116
191     27 Jul 2011; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.4.2-r200.ebuild,
192     webkit-gtk-1.4.2-r300.ebuild:
193     Add sys-devel/bison DEPEND, bug #376291 by Albert W. Hopkins.
194 eva 1.115
195     *webkit-gtk-1.4.2-r300 (24 Jul 2011)
196     *webkit-gtk-1.4.2-r200 (24 Jul 2011)
197    
198     24 Jul 2011; Gilles Dartiguelongue <eva@gentoo.org>
199     +webkit-gtk-1.4.2-r200.ebuild, +webkit-gtk-1.4.2-r300.ebuild:
200     Version bump. Stability fixes, includes libpng-1.5 patch.
201 eva 1.114
202     24 Jul 2011; Gilles Dartiguelongue <eva@gentoo.org> -webkit-gtk-1.2.5.ebuild,
203     -webkit-gtk-1.2.6.ebuild:
204     Clean up old revisions, due to various security bugs.
205 xarthisius 1.113
206     15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
207     webkit-gtk-1.4.1-r200.ebuild, webkit-gtk-1.4.1-r300.ebuild:
208     Marked ~ppc/~ppc64 (bug 371833)
209 angelos 1.112
210     19 Jun 2011; Christoph Mende <angelos@gentoo.org>
211     webkit-gtk-1.4.1-r200.ebuild, webkit-gtk-1.4.1-r300.ebuild,
212     +files/webkit-gtk-1.4.1-libpng15.patch:
213     Fix building with libpng-1.5
214 nirbheek 1.111
215     12 Jun 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
216     webkit-gtk-1.4.1-r200.ebuild, webkit-gtk-1.4.1-r300.ebuild:
217     Add proper introspection deps, fixes bug 371143
218 armin76 1.110
219     11 Jun 2011; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.4.1-r200.ebuild,
220     webkit-gtk-1.4.1-r300.ebuild:
221     Add ~alpha/~ia64/~sparc wrt #365331
222 nirbheek 1.109
223     *webkit-gtk-1.4.1-r300 (11 Jun 2011)
224     *webkit-gtk-1.4.1-r200 (11 Jun 2011)
225    
226     11 Jun 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
227     +webkit-gtk-1.4.1-r200.ebuild, +webkit-gtk-1.4.1-r300.ebuild:
228     Add 1.4.1, gtk2 (-r2xx) and gtk3 (-r3xx) versions, drop keywords, bug 365331
229 angelos 1.108
230     05 Apr 2011; Christoph Mende <angelos@gentoo.org>
231     files/webkit-gtk-1.2.7-libpng15.patch:
232     Converted libpng15 patch from DOS to Unix
233 ssuominen 1.107
234     04 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> webkit-gtk-1.2.7.ebuild,
235     +files/webkit-gtk-1.2.7-libpng15.patch:
236     Fix building with media-libs/libpng >= 1.5 wrt #355015 by Lars Wendler.
237 xarthisius 1.106
238     13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> webkit-gtk-1.2.7.ebuild:
239     ppc64 stable wrt #354799
240 armin76 1.105
241     12 Feb 2011; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.2.7.ebuild:
242     alpha/arm/ia64/sparc stable wrt #354209
243 xarthisius 1.104
244     11 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
245     webkit-gtk-1.2.7.ebuild:
246     ppc stable wrt #354209
247 phajdan.jr 1.103
248     11 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
249     webkit-gtk-1.2.7.ebuild:
250     x86 stable wrt security bug #354209
251 hwoarang 1.102
252     10 Feb 2011; Markos Chandras <hwoarang@gentoo.org> webkit-gtk-1.2.7.ebuild:
253     Stable on amd64 wrt bug #354209
254 pacho 1.101
255     *webkit-gtk-1.2.7 (09 Feb 2011)
256    
257     09 Feb 2011; Pacho Ramos <pacho@gentoo.org> +webkit-gtk-1.2.7.ebuild:
258     Version bump with multiple security fixes.
259 armin76 1.100
260     23 Jan 2011; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.2.6.ebuild:
261     alpha/ia64/sparc stable wrt #350598
262 pacho 1.99
263     15 Jan 2011; Pacho Ramos <pacho@gentoo.org> -webkit-gtk-1.2.3.ebuild,
264     webkit-gtk-1.2.6.ebuild:
265     Filter -mvis on sparc due bug #351561, thanks to Alex Buell. Remove old.
266 maekke 1.98
267     15 Jan 2011; Markus Meier <maekke@gentoo.org> webkit-gtk-1.2.6.ebuild:
268     arm stable, bug #350598
269 pacho 1.97
270     11 Jan 2011; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.2.6.ebuild:
271     tests need x11-themes/hicolor-icon-theme per bug #351388 by Kacper Kowalik
272     (Xarthisius).
273 xarthisius 1.96
274     11 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
275     webkit-gtk-1.2.6.ebuild:
276     ppc stable wrt #350598, add ~ppc64 wrt #279241 after applying workaround
277 phajdan.jr 1.95
278     10 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
279     webkit-gtk-1.2.6.ebuild:
280     x86 stable wrt security bug #350598
281 hwoarang 1.94
282     10 Jan 2011; Markos Chandras <hwoarang@gentoo.org> webkit-gtk-1.2.6.ebuild:
283     Stable on amd64 wrt bug #350598
284 ranger 1.93
285     09 Jan 2011; Brent Baude <ranger@gentoo.org> webkit-gtk-1.2.5.ebuild:
286     Marking webkit-gtk-1.2.5 ppc for bug 281819
287 xarthisius 1.92
288     08 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> webkit-gtk-1.2.6.ebuild:
289     Workaround TOC errors wrt #301634
290 pacho 1.91
291     *webkit-gtk-1.2.6 (04 Jan 2011)
292    
293     04 Jan 2011; Pacho Ramos <pacho@gentoo.org>
294     -files/webkit-gtk-1.1.15.2-unaligned.patch, -webkit-gtk-1.1.15.4.ebuild,
295     -files/webkit-gtk-1.1.15.4-darwin-quartz.patch,
296     -files/webkit-gtk-1.1.15.4-icu44.patch, +webkit-gtk-1.2.6.ebuild,
297     metadata.xml:
298     Version bump: Fixes crashes with newer libpng (>= 1.4), security fixes
299     CVE-2010-4198 CVE-2010-4197 CVE-2010-4204 CVE-2010-4206 CVE-2010-1791
300     CVE-2010-3812 CVE-2010-3813. Also makes JIT support optional as it causes
301     problems with hardened (bug #338213). Remove old.
302 nirbheek 1.90
303     29 Dec 2010; <nirbheek@gentoo.org> webkit-gtk-1.1.15.4.ebuild,
304     webkit-gtk-1.2.3.ebuild, webkit-gtk-1.2.5.ebuild:
305     Slot move from 0 to 2 for gtk+:2 versions, gtk+:3 versions will be added
306     for SLOT=3
307 hwoarang 1.89
308     26 Dec 2010; Markos Chandras <hwoarang@gentoo.org> webkit-gtk-1.2.5.ebuild:
309     Stable on amd64 wrt bug #281819
310 armin76 1.88
311     25 Dec 2010; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.2.5.ebuild:
312     alpha/arm/ia64/sparc stable wrt #281819
313 tomka 1.87
314     24 Dec 2010; Thomas Kahle <tomka@gentoo.org> webkit-gtk-1.2.5.ebuild:
315     x86 stable per bug 281819
316 eva 1.86
317     22 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> webkit-gtk-1.2.5.ebuild,
318     +files/webkit-gtk-1.2.5-tests-build.patch:
319     Make sure tests are built only when needed, bug #343249. Pin slotted
320     dependencies to needed slots. Replace addpredict by appropriate env variable
321     adjustement and do the same for tests.
322 grobian 1.85
323     25 Nov 2010; Fabian Groffen <grobian@gentoo.org> webkit-gtk-1.2.5.ebuild,
324     +files/webkit-gtk-1.2.5-darwin-quartz.patch,
325     +files/webkit-gtk-1.2.5-darwin8.patch:
326     Re-introduce USE=aqua, add necessary patches
327 grobian 1.84
328     24 Nov 2010; Fabian Groffen <grobian@gentoo.org> webkit-gtk-1.2.5.ebuild:
329     Fix double-prefix issue, bug #346595
330 ssuominen 1.83
331     07 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
332     webkit-gtk-1.1.15.4.ebuild, webkit-gtk-1.2.3.ebuild,
333     webkit-gtk-1.2.5.ebuild:
334     Use virtual/jpeg wrt #327487.
335 armin76 1.82
336     17 Oct 2010; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.2.3.ebuild:
337     alpha/ia64/sparc stable wrt #324077
338 maekke 1.81
339     14 Oct 2010; Markus Meier <maekke@gentoo.org> webkit-gtk-1.2.3.ebuild:
340     arm stable, bug #324077
341 pacho 1.80
342     *webkit-gtk-1.2.5 (11 Oct 2010)
343    
344     11 Oct 2010; Pacho Ramos <pacho@gentoo.org> -webkit-gtk-1.2.1.ebuild,
345     -files/webkit-gtk-1.2.1-icu-4.4.patch, +webkit-gtk-1.2.5.ebuild,
346     metadata.xml:
347     Version bump: fixes for CVE-2010-1780 CVE-2010-3113 CVE-2010-1814
348     CVE-2010-1812 CVE-2010-1815 CVE-2010-3115 CVE-2010-1807 CVE-2010-3114
349     CVE-2010-3116 CVE-2010-3257 CVE-2010-3259 CVE-2010-1781 CVE-2010-1782
350     CVE-2010-1784 CVE-2010-1785 CVE-2010-1786 CVE-2010-1787 CVE-2010-1788
351     CVE-2010-1790 CVE-2010-1792 CVE-2010-1793 CVE-2010-2648 CVE-2010-2647.
352     Bump to EAPI3, add introspection support, drop libtool-1 compatibility
353     hack that should no longer be needed, remove old.
354 josejx 1.79
355     11 Sep 2010; Joseph Jezak <josejx@gentoo.org> webkit-gtk-1.2.3.ebuild:
356     Marked ppc for bug #324077.
357 fauli 1.78
358     01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
359     webkit-gtk-1.2.3.ebuild:
360     x86 stable, bug 324077
361 pacho 1.77
362     31 Jul 2010; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.2.3.ebuild:
363     amd64 stable, bug 324077
364 pacho 1.76
365     26 Jul 2010; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.2.3.ebuild,
366     +files/webkit-gtk-1.2.3-fix-pool-sparc.patch:
367     Update to debian patch letting webkit to keep working on sparc. Thanks a
368     lot to Raúl Porcel in bug #329107 (by Possum) for finding the fix.
369 pacho 1.75
370     *webkit-gtk-1.2.3 (18 Jul 2010)
371    
372     18 Jul 2010; Pacho Ramos <pacho@gentoo.org> +webkit-gtk-1.2.3.ebuild:
373     Version bump: some crashes fixed, new function has been added to clear the
374     back/forward, 'cursor hangs when dragging' and 'scrollbars no longer
375     working after going back' bugs have been solved, fix to build against ICU
376     4.4.1, a lot of security fixes from Debian. Also web-sockets is disabled
377     per bug #326547 (by Priit Laes).
378 pacho 1.74
379     09 Jul 2010; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.2.1.ebuild:
380     Set XDG_DATA_HOME to prevent test failures like bug #323669.
381 pacho 1.73
382     13 Jun 2010; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.2.1.ebuild,
383     +files/webkit-gtk-1.2.1-icu-4.4.patch:
384     Apply icu patch properly, thanks to Chainsaw for finding the problem.
385 pacho 1.72
386     *webkit-gtk-1.2.1 (13 Jun 2010)
387    
388     13 Jun 2010; Pacho Ramos <pacho@gentoo.org> +webkit-gtk-1.2.1.ebuild:
389     Add new version for Gnome 2.30.
390 eva 1.71
391     29 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org>
392     -webkit-gtk-0_p40220-r1.ebuild,
393     -files/webkit-gtk-0_p40220-gcc44-aliasing.patch,
394     -webkit-gtk-1.1.10.ebuild,
395     -files/webkit-gtk-1.1.10-reduce-gnome-keyring-req.patch,
396     -webkit-gtk-1.1.15.2.ebuild, -files/webkit-gtk-CVE-2009-0945.patch,
397     metadata.xml:
398     Clean up old revisions.
399 eva 1.70
400     29 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org>
401     webkit-gtk-1.1.15.4.ebuild, +files/webkit-gtk-1.1.15.4-icu44.patch:
402     Fix build with icu-4.4, bug #308699.
403 armin76 1.69
404     24 Mar 2010; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.4.ebuild:
405     alpha/arm/ia64/sparc stable wrt #304775
406 nixnut 1.68
407     15 Mar 2010; nixnut <nixnut@gentoo.org> webkit-gtk-1.1.15.4.ebuild:
408     ppc stable #304775
409 phajdan.jr 1.67
410     06 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
411     webkit-gtk-1.1.15.4.ebuild:
412     x86 stable wrt bug #304775
413 ssuominen 1.66
414     06 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
415     webkit-gtk-1.1.15.4.ebuild:
416     amd64 stable wrt #304775
417 pacho 1.65
418     13 Feb 2010; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.1.15.4.ebuild:
419     Use virtualx.eclass for passing tests, bug 294691
420 pacho 1.64
421     12 Feb 2010; Pacho Ramos <pacho@gentoo.org> webkit-gtk-1.1.15.4.ebuild:
422     Dropping pango USE flag since webkit uses pango by default since 1.1.x,
423     bug 301577
424 grobian 1.63
425     03 Feb 2010; Fabian Groffen <grobian@gentoo.org>
426     webkit-gtk-1.1.15.4.ebuild,
427     +files/webkit-gtk-1.1.15.4-darwin-quartz.patch:
428     Add patch from upstream bugtracker to solve compilation issue on OSX when
429     gtk was built with aqua USE-flag (the default).
430 armin76 1.62
431     19 Jan 2010; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.2.ebuild:
432     arm stable
433 fauli 1.61
434     10 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
435     webkit-gtk-1.1.15.4.ebuild:
436     Transfer Prefix keywords
437 armin76 1.60
438     29 Dec 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.2.ebuild,
439     webkit-gtk-1.1.15.4.ebuild:
440     Add ~arm
441 nirbheek 1.59
442     14 Dec 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
443     webkit-gtk-1.1.15.4.ebuild:
444     Bump gtk+ dependency to 2.13 for gail; in-tree gnome-base/gail is just a
445     blank ebuild pulling in x11-libs/gtk+-2.13
446 armin76 1.58
447     10 Dec 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.2.ebuild:
448     sparc stable
449 lu_zero 1.57
450     *webkit-gtk-1.1.15.4 (06 Dec 2009)
451    
452     06 Dec 2009; Luca Barbato <lu_zero@gentoo.org> metadata.xml,
453     +webkit-gtk-1.1.15.4.ebuild:
454     Version bump, HTML5 ruby/furigana support always enabled
455 armin76 1.56
456     03 Dec 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.2.ebuild:
457     Fix wrong patch name
458 armin76 1.55
459     14 Nov 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.15.2.ebuild,
460     +files/webkit-gtk-1.1.15.2-unaligned.patch:
461     Add patch from Debian to fix unaligned accesses, with permission from
462     remi, bug #292940
463 armin76 1.54
464     09 Nov 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-1.1.10.ebuild,
465     webkit-gtk-1.1.15.2.ebuild:
466     This still doesn't work on sparc
467 eva 1.53
468     *webkit-gtk-1.1.15.2 (29 Oct 2009)
469    
470     29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
471     -webkit-gtk-1.1.7.ebuild, -webkit-gtk-1.1.8.ebuild,
472     +webkit-gtk-1.1.15.2.ebuild, metadata.xml:
473     New version for GNOME 2.28. Clean up old revisions.
474 volkmar 1.52
475     02 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> webkit-gtk-1.1.10.ebuild:
476     Stable for ppc, bug 271865
477 klausman 1.51
478     28 Sep 2009; Tobias Klausmann <klausman@gentoo.org>
479     webkit-gtk-1.1.10.ebuild:
480     Stable on alpha, bug #271865
481 fauli 1.50
482     28 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
483     webkit-gtk-1.1.10.ebuild:
484     stable x86, security bug 271865
485 tester 1.49
486     28 Sep 2009; Olivier Crête <tester@gentoo.org> webkit-gtk-1.1.10.ebuild:
487     amd64 stable, bug #271865
488 leio 1.48
489     28 Sep 2009; Mart Raudsepp <leio@gentoo.org>
490     +files/webkit-gtk-1.1.10-reduce-gnome-keyring-req.patch,
491     webkit-gtk-1.1.10.ebuild:
492     Reduce the gnome-keyring requirement to be able to stabilize the security
493     fixes in this version earlier. Tweak some other dependencies to be more
494     correct, also fixing bug 277463
495 leio 1.47
496     27 Sep 2009; Mart Raudsepp <leio@gentoo.org>
497     -files/webkit-gtk-0_p46126-cxxmissing.patch,
498     -files/webkit-gtk-0_p46126-wx-parallel-make.patch,
499     -files/webkit-gtk-0_p46126-wxslot-gentoo.patch,
500     -webkit-gtk-0_p46193.ebuild:
501     Remove p.masked snapshot that tries to support wxWebKit. When this is
502     re-introduced eventually, it will have to be a proper separate package
503 eva 1.46
504     12 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
505     webkit-gtk-0_p40220-r1.ebuild, webkit-gtk-0_p46193.ebuild,
506     webkit-gtk-1.1.7.ebuild, webkit-gtk-1.1.8.ebuild,
507     webkit-gtk-1.1.10.ebuild:
508     Add warning message about gst-plugins-meta, bug #280841.
509 mrpouet 1.45
510     03 Sep 2009; Romain Perier <mrpouet@gentoo.org>
511     metadata.xml:
512     Drop jokey from maintainers (after have been authorized by himself).
513 flameeyes 1.44
514     27 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
515     webkit-gtk-1.1.10.ebuild:
516     Add missing flex dependency.
517 jokey 1.43
518     21 Jul 2009; Markus Ullmann <jokey@gentoo.org>
519     -webkit-gtk-0_p46126.ebuild, +webkit-gtk-0_p46193.ebuild:
520     Version bump
521    
522     *webkit-gtk-0_p46193 (21 Jul 2009)
523    
524     21 Jul 2009; Markus Ullmann <jokey@gentoo.org>
525     -webkit-gtk-0_p46126.ebuild, +webkit-gtk-0_p46193.ebuild:
526     Once done, right start over with a new snapshot
527 jokey 1.42
528     21 Jul 2009; Markus Ullmann <jokey@gentoo.org> webkit-gtk-0_p46126.ebuild,
529     +files/webkit-gtk-0_p46126-wx-parallel-make.patch:
530     Parallel make option and fix a nasty compile bug
531 jokey 1.41
532     21 Jul 2009; Markus Ullmann <jokey@gentoo.org> webkit-gtk-0_p46126.ebuild:
533     Fix Quoting
534 jokey 1.40
535     *webkit-gtk-0_p46126 (21 Jul 2009)
536    
537     21 Jul 2009; Markus Ullmann <jokey@gentoo.org>
538     +webkit-gtk-0_p46126.ebuild, +files/webkit-gtk-0_p46126-cxxmissing.patch,
539     +files/webkit-gtk-0_p46126-wxslot-gentoo.patch:
540     Add webkit nightly with wx support
541 leio 1.39
542     30 Jun 2009; Mart Raudsepp <leio@gentoo.org> -webkit-gtk-0_p40220.ebuild:
543     Remove security vulnerable revision
544 maekke 1.38
545     28 Jun 2009; Markus Meier <maekke@gentoo.org>
546     webkit-gtk-0_p40220-r1.ebuild:
547     amd64/x86 stable, bug #271861
548 ranger 1.37
549     27 Jun 2009; Brent Baude <ranger@gentoo.org>
550     webkit-gtk-0_p40220-r1.ebuild:
551     Marking webkit-gtk-0_p40220-r1 ppc for bug 271861
552 klausman 1.36
553     27 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
554     webkit-gtk-0_p40220-r1.ebuild:
555     Stable on alpha, bug #271861
556 nirbheek 1.35
557     *webkit-gtk-0_p40220-r1 (27 Jun 2009)
558    
559     27 Jun 2009; <nirbheek@gentoo.org> +webkit-gtk-0_p40220-r1.ebuild,
560     +files/webkit-gtk-CVE-2009-0945.patch:
561     Fix bug 271861 (Array indexing vulnerability (CVE-2009-0945))
562 mrpouet 1.34
563     *webkit-gtk-1.1.10 (19 Jun 2009)
564    
565     19 Jun 2009; <mrpouet@gentoo.org> +webkit-gtk-1.1.10.ebuild:
566     Bump to 1.1.10, bug #274445, thanks to Priit Laes <amd@store20.com>
567 nirbheek 1.33
568     03 Jun 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
569     webkit-gtk-1.1.8.ebuild:
570     Fix bug 272236 -- libtool-1 problems
571 nirbheek 1.32
572     01 Jun 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
573     webkit-gtk-1.1.8.ebuild:
574     Maintainer mode still gets invoked even when configure is older than
575     configure.ac -- do an eautoreconf to update everything.
576 nirbheek 1.31
577     01 Jun 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
578     webkit-gtk-1.1.8.ebuild:
579     Reverse order of files to be sedded, fixes bug 271941
580 nirbheek 1.30
581     30 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
582     -webkit-gtk-0_p42162.ebuild,
583     -files/webkit-gtk-0_p42162-gcc44-aliasing.patch:
584     Clean up old versions
585 nirbheek 1.29
586     *webkit-gtk-1.1.8 (30 May 2009)
587    
588     30 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
589     +webkit-gtk-1.1.8.ebuild:
590     Bump to 1.1.8, also fix bug 259061
591 nirbheek 1.28
592     24 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
593     webkit-gtk-1.1.7.ebuild:
594     Oops. src_configure isn't a default phase in EAPI=1. => EAPI=2
595 nirbheek 1.27
596     23 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
597     webkit-gtk-1.1.7.ebuild:
598     Don't make pango default. It's experimental, buggy, and incomplete.
599     Upstream does not recommend it.
600 nirbheek 1.26
601     *webkit-gtk-1.1.7 (23 May 2009)
602    
603     23 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org>
604     +webkit-gtk-1.1.7.ebuild, metadata.xml:
605     Bump to 1.1.7 (from gnome overlay). Lots of new features, libsoup support,
606     gnome-keyring support, etc. Add gnome as herd.
607 aballier 1.25
608     15 May 2009; Alexis Ballier <aballier@gentoo.org>
609     webkit-gtk-0_p40220.ebuild, webkit-gtk-0_p42162.ebuild:
610     keyword ~x86-fbsd
611 loki_val 1.24
612     07 May 2009; Peter Alfredsen <loki_val@gentoo.org>
613     webkit-gtk-0_p40220.ebuild, webkit-gtk-0_p42162.ebuild,
614     +files/webkit-gtk-0_p40220-gcc44-aliasing.patch,
615     +files/webkit-gtk-0_p42162-gcc44-aliasing.patch:
616     Fix strict aliasing bug with gcc-4.4, bug 265579. Those letters really are
617     huge. dirtyepic++ for backporting.
618 jokey 1.23
619     *webkit-gtk-0_p42162 (05 Apr 2009)
620    
621     05 Apr 2009; Markus Ullmann <jokey@gentoo.org>
622     +webkit-gtk-0_p42162.ebuild:
623     Version bump
624 maekke 1.22
625     20 Mar 2009; Markus Meier <maekke@gentoo.org> webkit-gtk-0_p40220.ebuild:
626     amd64/x86 stable, bug #246816
627 armin76 1.21
628     20 Mar 2009; Raúl Porcel <armin76@gentoo.org> webkit-gtk-0_p40220.ebuild:
629     This revision doesn't work on ia64/sparc
630 klausman 1.20
631     19 Mar 2009; Tobias Klausmann <klausman@gentoo.org>
632     webkit-gtk-0_p40220.ebuild:
633     Fixed forgotten inherit (flag-o-matic for append-ldflags)
634 ranger 1.19
635     19 Mar 2009; Brent Baude <ranger@gentoo.org> webkit-gtk-0_p40220.ebuild:
636     Marking webkit-gtk-0_p40220 ppc for bug 246816
637 klausman 1.18
638     11 Mar 2009; Tobias Klausmann <klausman@gentoo.org>
639     webkit-gtk-0_p40220.ebuild:
640     Stable on alpha, bug #246816
641 jokey 1.17
642     31 Jan 2009; <jokey@gentoo.org> webkit-gtk-0_p40220.ebuild:
643     Dropping gnome-vfs dependency wrt bug #256456 and drop old
644 jokey 1.16
645     *webkit-gtk-0_p40220 (25 Jan 2009)
646    
647     25 Jan 2009; <jokey@gentoo.org> +webkit-gtk-0_p40220.ebuild:
648     Version bump to fix outstanding bugs
649 jokey 1.15
650     *webkit-gtk-0_p37894 (26 Oct 2008)
651    
652     26 Oct 2008; Markus Ullmann <jokey@gentoo.org>
653     +webkit-gtk-0_p37894.ebuild:
654     Version bump
655 jokey 1.14
656     *webkit-gtk-0_p36403 (14 Sep 2008)
657    
658     14 Sep 2008; Markus Ullmann <jokey@gentoo.org>
659     -webkit-gtk-0_p35913.ebuild, +webkit-gtk-0_p36403.ebuild:
660     Version bump
661 jokey 1.13
662     06 Sep 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog:
663     Port from dev overlay
664 jokey 1.12
665     *webkit-gtk-0_p36113 (06 Sep 2008)
666    
667     06 Sep 2008; Markus Ullmann <jokey@gentoo.org>
668     -webkit-gtk-0_p35024.ebuild, -webkit-gtk-0_p35417.ebuild,
669     -webkit-gtk-0_p36013.ebuild, +webkit-gtk-0_p36113.ebuild:
670     Version bump
671 jokey 1.11
672     *webkit-gtk-0_p36013 (01 Sep 2008)
673    
674     01 Sep 2008; Markus Ullmann <jokey@gentoo.org>
675     +webkit-gtk-0_p36013.ebuild:
676     Version bump
677 jokey 1.10
678     *webkit-gtk-0_p35913 (25 Aug 2008)
679    
680     25 Aug 2008; Markus Ullmann <jokey@gentoo.org>
681     -webkit-gtk-0_p34753.ebuild, +webkit-gtk-0_p35913.ebuild:
682     Version bump and fix dependency for bug #235560 thanks to Jan Kuemmel for
683     testing and reporting
684 armin76 1.9
685     31 Jul 2008; Raúl Porcel <armin76@gentoo.org> webkit-gtk-0_p35417.ebuild:
686     Add ~alpha/~ia64/-sparc
687 jokey 1.8
688     30 Jul 2008; Markus Ullmann <jokey@gentoo.org> webkit-gtk-0_p35417.ebuild:
689     drop hildon from IUSE
690 jokey 1.7
691     *webkit-gtk-0_p35417 (30 Jul 2008)
692    
693     30 Jul 2008; Markus Ullmann <jokey@gentoo.org>
694     -webkit-gtk-0_p34382.ebuild, -webkit-gtk-0_p34469.ebuild,
695     +webkit-gtk-0_p35417.ebuild:
696     Version bump, drop hildon use flag as there's no ebuild for that framework
697     yet, bug #229021 for reference. Thanks to Brian Johnson
698 hanno 1.6
699     *webkit-gtk-0_p35024 (06 Jul 2008)
700    
701     06 Jul 2008; Hanno Boeck <hanno@gentoo.org> +webkit-gtk-0_p35024.ebuild:
702     Version bump.
703 jokey 1.5
704     *webkit-gtk-0_p34753 (25 Jun 2008)
705    
706     25 Jun 2008; Markus Ullmann <jokey@gentoo.org>
707     +webkit-gtk-0_p34753.ebuild:
708     Version bump
709 jokey 1.3
710     11 Jun 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog:
711     Fix Header
712 jokey 1.2
713     *webkit-gtk-0_p34469 (11 Jun 2008)
714    
715     11 Jun 2008; Markus Ullmann <jokey@gentoo.org>
716     +webkit-gtk-0_p34469.ebuild:
717     Version bump with fixed ebuild, thanks to Joonas Henriksson in bug #225551
718 jokey 1.1
719     *webkit-gtk-0_p34382 (08 Jun 2008)
720    
721     08 Jun 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml,
722     +webkit-gtk-0_p34382.ebuild:
723     Rename to webkit-gtk as per consent on gentoo-dev irc channel
724    
725     08 Jun 2008; Markus Ullmann <jokey@gentoo.org> webkitgtk-34382.ebuild:
726     actually add the improved ebuild
727    
728     *webkitgtk-34382 (08 Jun 2008)
729    
730     08 Jun 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml,
731     +webkitgtk-34382.ebuild:
732     Initial import from sunrise overlay
733    
734     07 Jun 2008; Markus Ullmann <jokey@gentoo.org> -webkitgtk-34192.ebuild,
735     +webkitgtk-34382.ebuild:
736     Version bump
737    
738     06 Jun 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
739     -webkitgtk-33431.ebuild:
740     Drop old version
741    
742     29 May 2008; Markus Ullmann <jokey@gentoo.org> +webkitgtk-34192.ebuild:
743     Version bump
744    
745     16 May 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
746     -webkitgtk-31787.ebuild:
747     Drop old version
748    
749     14 May 2008; Markus Ullmann <jokey@gentoo.org> +webkitgtk-33431.ebuild:
750     Version bump
751    
752     11 Apr 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
753     -webkitgtk-31623.ebuild, +webkitgtk-31787.ebuild:
754     Version bump. USE svg only enable svg-experimental
755    
756     05 Apr 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
757     webkitgtk-31623.ebuild:
758     Bug 190347. Add ~ppc keyword.
759    
760     05 Apr 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
761     -webkitgtk-31535.ebuild, +webkitgtk-31623.ebuild:
762     Bump version. Add SVG options for getting Acid3 to 100%
763    
764     03 Apr 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
765     -webkitgtk-31370.ebuild, webkitgtk-31535.ebuild:
766     Fix SVG compilation
767    
768     02 Apr 2008; Markus Ullmann <jokey@gentoo.org> +webkitgtk-31535.ebuild:
769     Version bump
770    
771     27 Mar 2008; Markus Ullmann <jokey@gentoo.org> -webkitgtk-31275.ebuild,
772     +webkitgtk-31370.ebuild:
773     Version bump per hanno's request
774    
775     25 Mar 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
776     -webkitgtk-31224.ebuild:
777     Removed old r31224.
778    
779     25 Mar 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com> ++:
780     Bug 190347. Updated ebuild for nightly build r31275
781    
782     22 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
783     -webkitgtk-30468.ebuild, +webkitgtk-31224.ebuild:
784     Version bump.
785    
786     23 Feb 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
787     webkitgtk-30468.ebuild, -webkitgtk-30267.ebuild:
788     Bug 190347. New ebuild for WebKit r30468 nightly build.
789    
790     15 Feb 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
791     +webkitgtk-30267.ebuild, -webkitgtk-29487.ebuild:
792     New ebuild for new nightly build
793    
794     18 Jan 2008; (Tommy[D]) tommy100@gmx.de webkitgtk-29487.ebuild:
795     Reorder KEYWORDS
796    
797     16 Jan 2008; (Tommy[D]) tommy100@gmx.de -webkitgtk-29438.ebuild:
798     Drop old one
799    
800     15 Jan 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
801     +webkitgtk-29487.ebuild:
802     New EBuild. Remove automake --add-missing since bug 205606
803    
804     13 Jan 2008; Jakub Moc <jakub@gentoo.org> -webkitgtk-29336.ebuild,
805     webkitgtk-29438.ebuild:
806     Nuke old and add a comment on bad autotools usage
807    
808     13 Jan 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com>
809     +webkitgtk-29438.ebuild:
810     New EBuild for r29438 nightly build
811    
812     09 Jan 2008; Luca Bruno (Lethalman) <lethalman88@gmail.com> +metadata.xml,
813     +webkitgtk-29336.ebuild:
814     New EBuild for bug 190347 thanks to Joonas, Dale, genstef and helch
815    

  ViewVC Help
Powered by ViewVC 1.1.13