summaryrefslogtreecommitdiff
blob: a80b74131e0d395e138ce7569316624a7a805c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
# ChangeLog for x11-libs/gtk+
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.752 2015/01/01 21:14:20 maekke Exp $

  01 Jan 2015; Markus Meier <maekke@gentoo.org> gtk+-2.24.25.ebuild:
  arm stable, bug #529964

  01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.25.ebuild:
  Stable for sparc, wrt bug #529964

  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.25.ebuild:
  Stable for ia64, wrt bug #529964

  30 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.25.ebuild:
  Stable for ppc64, wrt bug #529964

  28 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> gtk+-3.14.6.ebuild:
  Add adwaita-icon-theme to RDEPEND as intended by upstream, bug #533848.

  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.25.ebuild:
  Stable for ppc, wrt bug #529964

*gtk+-2.24.25-r1 (27 Dec 2014)

  27 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> +gtk+-2.24.25-r1.ebuild,
  gtk+-3.14.6.ebuild:
  Reduce diff between :2 and :3. A number of code path are similar and should
  stay easily readable from a diff. Add ownership of immodules.cache in :2
  ebuild and fix handling in :3 for multilib. Add epatch_user in :3. Fix sed
  for aqua not looking at files in relevant libdir.

  19 Dec 2014; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.25.ebuild:
  amd64 stable, bug 529964

  18 Dec 2014; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.25.ebuild:
  x86 stable, bug 529964

*gtk+-3.14.6 (14 Dec 2014)

  14 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> +gtk+-3.14.6.ebuild,
  +files/gtk+-non-bash-support.patch:
  Version bump for Gnome 3.14.

  12 Dec 2014; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.25.ebuild:
  Stable for HPPA (bug #529964).

  26 Nov 2014; Michał Górny <mgorny@gentoo.org> gtk+-3.12.2-r1.ebuild:
  Forward-port ${CHOST}-cups-config use, bug #530494.

  24 Nov 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
  gtk+-3.12.2-r1.ebuild:
  Avoid file collision with emul-linux-x86-gtklibs.

*gtk+-3.12.2-r1 (22 Nov 2014)

  22 Nov 2014; Michał Górny <mgorny@gentoo.org> +gtk+-3.12.2-r1.ebuild:
  Introduce multilib support as needed for net-dns/avahi.

  15 Oct 2014; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.25.ebuild:
  dev-libs/gobject-introspection-common DEPEND needed again (#525448 by Andrei
  Slavoiu)

*gtk+-2.24.25 (14 Oct 2014)

  14 Oct 2014; Pacho Ramos <pacho@gentoo.org> +gtk+-2.24.25.ebuild,
  -gtk+-2.24.23-r2.ebuild, -gtk+-2.24.23.ebuild:
  Version bump, drop old

  11 Oct 2014; Markus Meier <maekke@gentoo.org> gtk+-2.24.24.ebuild:
  arm stable, bug #512012

  11 Oct 2014; Markus Meier <maekke@gentoo.org> gtk+-3.12.2.ebuild:
  arm stable, bug #512012

  15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for sparc, wrt bug #512012

  02 Sep 2014; Christoph Junghans <ottxor@gentoo.org>
  +files/gtk+-3.12.2-darwin10.6.patch, gtk+-3.12.2.ebuild:
  fix build on Darwin 10.6 (bug #519058)

  25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for alpha, wrt bug #512012

  23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for ia64, wrt bug #512012

  21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for ppc64, wrt bug #512012

  07 Aug 2014; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for HPPA (bug #512012).

  28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for ppc, wrt bug #512012

  23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for x86, wrt bug #512012

  22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.24.ebuild,
  gtk+-3.12.2.ebuild:
  Stable for amd64, wrt bug #512912

*gtk+-2.24.24 (26 Jun 2014)

  26 Jun 2014; Pacho Ramos <pacho@gentoo.org>
  +files/gtk+-2.24.24-out-of-source.patch, +gtk+-2.24.24.ebuild:
  Version bump, fix tests when compiling out of sources directory (#510596 by
  mgorny)

  24 Jun 2014; Michał Górny <mgorny@gentoo.org> gtk+-2.24.23-r2.ebuild:
  Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
  GNOME 3.6.

  18 Jun 2014; Michał Górny <mgorny@gentoo.org> gtk+-2.24.23-r2.ebuild:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
  #513718.

*gtk+-2.24.23-r2 (17 Jun 2014)

  17 Jun 2014; Michał Górny <mgorny@gentoo.org> +gtk+-2.24.23-r2.ebuild,
  -gtk+-2.24.23-r1.ebuild:
  Fix gtk-doc hack, reported by galtgendo.

  12 Jun 2014; Michał Górny <mgorny@gentoo.org> gtk+-2.24.23-r1.ebuild:
  Force ${CHOST}-cups-config to obtain proper paths for multilib cups.

  01 Jun 2014; Pacho Ramos <pacho@gentoo.org> -gtk+-3.12.1.ebuild:
  drop old

*gtk+-3.12.2 (31 May 2014)

  31 May 2014; Pacho Ramos <pacho@gentoo.org> +gtk+-3.12.2.ebuild:
  Version bump

*gtk+-2.24.23-r1 (14 May 2014)

  14 May 2014; Michał Górny <mgorny@gentoo.org> +gtk+-2.24.23-r1.ebuild:
  Enable multilib support, bug #489000.

  02 May 2014; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Fix gtk-doc dep (#509118 by Chris Williams)

  27 Apr 2014; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-3.10.8.ebuild:
  colord now has subslots

*gtk+-3.12.1 (27 Apr 2014)

  27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> +gtk+-3.12.1.ebuild,
  metadata.xml:
  Version bump for Gnome 3.12.

  27 Apr 2014; Pacho Ramos <pacho@gentoo.org> gtk+-3.4.4.ebuild:
  Redigest

*gtk+-3.4.4 (27 Apr 2014)

  27 Apr 2014; Pacho Ramos <pacho@gentoo.org>
  +files/gtk+-3.3.18-fallback-theme.patch,
  +files/gtk+-3.3.20-wayland-xkbcommon-headers.patch,
  +files/gtk+-3.4.4-isnan.patch, +gtk+-3.4.4.ebuild:
  Recover this old version as looks like old slot of clearlooks-phenix rdepends
  on it

  27 Apr 2014; Pacho Ramos <pacho@gentoo.org>
  -files/gtk+-2.14.3-limit-gtksignal-includes.patch,
  -files/gtk+-2.21.3-multilib.patch,
  -files/gtk+-2.24.7-darwin-quartz-introspection.patch,
  -files/gtk+-3.10.7-clang.patch, -files/gtk+-3.3.18-fallback-theme.patch,
  -files/gtk+-3.3.20-wayland-xkbcommon-headers.patch,
  -files/gtk+-3.4.4-isnan.patch, -files/gtk+-3.6.3-darwin-gtksettings.patch,
  -files/gtk+-3.6.3-librsvg-2.39.patch,
  -files/gtk+-3.6.3-revert-recompute-font.patch,
  -files/gtk+-3.6.3-stylecontext-font-crash.patch,
  -files/gtk+-3.8.6-skip-filechooser-test.patch, -gtk+-2.24.17.ebuild,
  -gtk+-2.24.22.ebuild, -gtk+-3.10.7.ebuild, -gtk+-3.4.4.ebuild,
  -gtk+-3.6.3-r3.ebuild, metadata.xml:
  drop old

  21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for arm, wrt bug #507568

  20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for x86, wrt bug #507568

  19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for sparc, wrt bug #507568

  18 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for alpha, wrt bug #507568

  18 Apr 2014; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Add missing DEPEND on gettext (#507958 by Nikoli)

  17 Apr 2014; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for HPPA (bug #507568).

  17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for ia64, wrt bug #507568

  16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for ppc64, wrt bug #507568

  14 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for ppc, wrt bug #507568

  13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.23.ebuild,
  gtk+-3.10.8.ebuild:
  Stable for amd64, wrt bug #507568

*gtk+-3.10.8 (06 Apr 2014)

  06 Apr 2014; Pacho Ramos <pacho@gentoo.org> +gtk+-3.10.8.ebuild:
  Version bump

*gtk+-2.24.23 (29 Mar 2014)

  29 Mar 2014; Pacho Ramos <pacho@gentoo.org> +gtk+-2.24.23.ebuild,
  -gtk+-2.24.16.ebuild, -gtk+-3.10.6.ebuild, -gtk+-3.8.7.ebuild:
  Version bump, drop old

  28 Mar 2014; Jeroen Roovers <jer@gentoo.org> gtk+-3.10.7.ebuild:
  Stable for HPPA (bug #499954).

  17 Mar 2014; Julian Ospald <hasufell@gentoo.org> gtk+-3.10.7.ebuild,
  +files/gtk+-3.10.7-clang.patch:
  fix build with clang wrt #504228

  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gtk+-3.10.7.ebuild:
  x86 stable, bug 499954

  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gtk+-3.10.7.ebuild:
  amd64 stable, bug 499954

  22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.22.ebuild,
  gtk+-3.10.7.ebuild:
  Fix wrong commit, bug 502160

*gtk+-3.10.7 (06 Feb 2014)

  06 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org> +gtk+-3.10.7.ebuild:
  Version bump. Add more examples behing USE=examples.

  20 Jan 2014; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.22.ebuild,
  gtk+-3.10.6.ebuild:
  Rekeyword now that depending packages were keyworded (#469722)

*gtk+-3.10.6 (24 Dec 2013)

  24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-3.10.6.ebuild:
  Version bump for Gnome 3.10

  22 Dec 2013; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.22.ebuild,
  gtk+-3.8.7.ebuild:
  Stable for HPPA (bug #478252).

  17 Dec 2013; Pacho Ramos <pacho@gentoo.org> gtk+-3.8.7.ebuild:
  Add epatch_user (#494476 by pingoo)

  08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.22.ebuild,
  gtk+-3.8.7.ebuild:
  x86 stable, bug #478252

  03 Dec 2013; Pacho Ramos <pacho@gentoo.org> -gtk+-3.8.6.ebuild,
  gtk+-3.8.7.ebuild:
  Add a reference explaining at-spi2-atk dependency (#493242 by Luis Ressel),
  drop old.

  30 Nov 2013; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.22.ebuild,
  gtk+-3.8.7.ebuild:
  amd64 stable, bug #478252

*gtk+-3.8.7 (21 Nov 2013)

  21 Nov 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-3.8.7.ebuild,
  -gtk+-3.8.4.ebuild:
  Version bump, drop old

  14 Nov 2013; Matt Turner <mattst88@gentoo.org> gtk+-3.6.3-r3.ebuild:
  alpha stable, bug 476364.

  24 Oct 2013; Jeroen Roovers <jer@gentoo.org> gtk+-3.6.3-r3.ebuild:
  Stable for HPPA (bug #476364).

  19 Oct 2013; Pacho Ramos <pacho@gentoo.org> gtk+-3.8.6.ebuild:
  Add missing DEPEND on gdbus-codegen (#488514 by Xavier Miller)

*gtk+-3.8.6 (18 Oct 2013)

  18 Oct 2013; Pacho Ramos <pacho@gentoo.org>
  +files/gtk+-3.8.6-skip-filechooser-test.patch, +gtk+-3.8.6.ebuild,
  -gtk+-2.24.21.ebuild:
  Version bump, drop old

  17 Oct 2013; Markus Meier <maekke@gentoo.org> gtk+-3.6.3-r3.ebuild:
  arm stable, bug #476364

  14 Oct 2013; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.22.ebuild:
  Drop unneeded gobject-introspection-common dep (#488026 by wojtek)

*gtk+-2.24.22 (12 Oct 2013)

  12 Oct 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-2.24.22.ebuild,
  -gtk+-2.24.20.ebuild, -gtk+-3.6.3-r2.ebuild:
  Version bump, remove old

*gtk+-3.6.3-r3 (07 Oct 2013)

  07 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  +gtk+-3.6.3-r3.ebuild, +files/gtk+-3.6.3-librsvg-2.39.patch:
  Fix symbolic icon loading with librsvg-2.36.4-r1 and 2.39.0 (bug #487110,
  thanks to pingoo).

  07 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-2.24.21.ebuild:
  2.24.21 tarball doesn't have introspection.m4 (bug #487220, thanks to
  wojtek).

*gtk+-2.24.21 (28 Sep 2013)

  28 Sep 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-2.24.21.ebuild:
  Version bump

  26 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-2.24.20.ebuild:
  Require glib-2.34 due to g_clear_pointer (bug #486006, thanks to Thomas
  Bettler).

  08 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> gtk+-2.24.16.ebuild,
  gtk+-2.24.17.ebuild, -gtk+-2.24.19.ebuild, gtk+-2.24.20.ebuild,
  gtk+-3.4.4.ebuild, gtk+-3.6.3-r2.ebuild, -gtk+-3.8.2.ebuild,
  gtk+-3.8.4.ebuild:
  Drop libXt dependency, bug #483256. Drop old revisions.

*gtk+-3.8.4 (01 Sep 2013)

  01 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> +gtk+-3.8.4.ebuild:
  Version bump.

  24 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> gtk+-3.8.2.ebuild:
  Move configure options to econf call direclty.

  23 Jul 2013; Fabian Groffen <grobian@gentoo.org>
  +files/gtk+-3.6.3-darwin-gtksettings.patch, gtk+-3.6.3-r2.ebuild:
  Fix installation on Darwin, bug #422541

  23 Jul 2013; Fabian Groffen <grobian@gentoo.org>
  +files/gtk+-2.24.20-darwin-quartz-pasteboard.patch, gtk+-2.24.20.ebuild:
  Fix install on Darwin

*gtk+-2.24.20 (07 Jul 2013)

  07 Jul 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-2.24.20.ebuild:
  Version bump (this has various changes from upstream that affect our multilib
  patch and behavior of immodules stuff)

  23 Jun 2013; Pacho Ramos <pacho@gentoo.org> -gtk+-2.24.18.ebuild,
  gtk+-2.24.19.ebuild:
  Fix typo, drop old

  20 Jun 2013; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-2.24.18.ebuild,
  gtk+-2.24.19.ebuild:
  Remove unnecessary gobject-introspection-common dependency (bug #473862,
  thanks to grey dot).

*gtk+-2.24.19 (18 Jun 2013)

  18 Jun 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-2.24.19.ebuild,
  -gtk+-3.8.1.ebuild:
  Version bump, drop old.

  05 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml:
  Add upstream CPE tag (security info) from ChromiumOS.

*gtk+-3.8.2 (13 May 2013)

  13 May 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-3.8.2.ebuild,
  -files/gtk+-3.2.1-failing-tests.patch, -files/gtk+-3.2.1-selector.errors,
  -files/gtk+-3.2.4-fallback-theme.patch, -gtk+-3.2.4-r1.ebuild,
  -gtk+-3.6.2.ebuild, -gtk+-3.6.3-r1.ebuild, -gtk+-3.8.0.ebuild:
  Version bump, drop old

*gtk+-2.24.18 (13 May 2013)

  13 May 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-2.24.18.ebuild:
  Version bump

  01 May 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for sh, wrt bug #466510

  01 May 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  gtk+-1.2.10-r12.ebuild, -gtk+-2.24.12.ebuild,
  +files/gtk+-1.2.10-automake-1.13.patch, -files/gtk+-2.24.10-gold.patch:
  Fix gtk+-1.2.10-r12's build failure with automake-1.13 (bug #467520, thanks
  to Ted Tanberry) and remove obsolete version.

  23 Apr 2013; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for HPPA (bug #466510).

  23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for alpha, wrt bug #466510

  23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for arm, wrt bug #466510

  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for sparc, wrt bug #466510

  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for ppc64, wrt bug #466510

  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for ppc, wrt bug #466510

  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for ia64, wrt bug #466510

  21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for x86, wrt bug #466510

  21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.17.ebuild:
  Stable for amd64, wrt bug #466510

*gtk+-3.8.1 (20 Apr 2013)

  20 Apr 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-3.8.1.ebuild:
  Version bump

  10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild,
  gtk+-3.4.4.ebuild:
  Stable for s390, wrt bug #458992

  09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for sh, wrt bug #458984

  02 Apr 2013; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.17.ebuild:
  Add missing x11-themes/hicolor-icon-theme DEPEND for tests (#461768 by Roman
  Zilka and Patrick Lauer)

  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for sparc, wrt bug #458984

  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for alpha, wrt bug #458984

  29 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for ia64, wrt bug #458984

*gtk+-3.8.0 (28 Mar 2013)

  28 Mar 2013; Pacho Ramos <pacho@gentoo.org> +gtk+-3.8.0.ebuild:
  Version bump for Gnome 3.8

  28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for arm, wrt bug #458984

  27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for ppc64, wrt bug #458984

  26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for ppc, wrt bug #458984

  26 Mar 2013; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for HPPA (bug #458984).

  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for x86, wrt bug #458984

  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild:
  Stable for amd64, wrt bug #458984

*gtk+-2.24.17 (19 Mar 2013)

  19 Mar 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  -gtk+-2.24.15.ebuild, +gtk+-2.24.17.ebuild:
  Version bump with file chooser fixes (bug #462174, thanks to Rafał
  Mużyło). Drop old.

  22 Feb 2013; Zac Medico <zmedico@gentoo.org> gtk+-2.24.15.ebuild,
  gtk+-2.24.16.ebuild, gtk+-3.6.3-r2.ebuild:
  Add ~arm-linux keywords.

*gtk+-2.24.16 (18 Feb 2013)

  18 Feb 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  -files/gtk+-2.24.13-gold.patch, -gtk+-2.24.14.ebuild, +gtk+-2.24.16.ebuild:
  Version bump with minor bugfixes. Drop old.

*gtk+-2.24.15 (10 Feb 2013)

  10 Feb 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  -gtk+-2.24.13-r1.ebuild, -files/gtk+-2.24.13-gtk3-bookmarks.patch,
  +gtk+-2.24.15.ebuild:
  Version bump with minor bugfixes. Drop old.

  04 Feb 2013; Benda Xu <heroxbd@gentoo.org> gtk+-3.6.3-r2.ebuild:
  Specify xml catalog explicitly for Prefix. bug 455292. Credits to Linpeng Tang
  and Rafał Mużyło.

  28 Jan 2013; Alexis Ballier <aballier@gentoo.org> gtk+-3.6.3-r2.ebuild:
  keyword ~amd64-fbsd

*gtk+-3.6.3-r2 (07 Jan 2013)

  07 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org> -gtk+-3.6.3.ebuild,
  gtk+-3.6.3-r1.ebuild, +gtk+-3.6.3-r2.ebuild,
  +files/gtk+-3.6.3-stylecontext-font-crash.patch:
  Add upstream fix for print and other dialog window crash. Propagate ~sparc
  keyword to 3.6.3-rx ebuilds.

  06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-3.6.2.ebuild:
  Add ~sparc, wrt bug #449220

*gtk+-3.6.3-r1 (05 Jan 2013)

  05 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
  +gtk+-3.6.3-r1.ebuild, +files/gtk+-3.6.3-revert-recompute-font.patch:
  Fix crash when opening printing dilog (bug #450370, thanks to poncho).

*gtk+-3.6.3 (04 Jan 2013)

  04 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org> +gtk+-3.6.3.ebuild:
  Version bump with various bugfixes.

  01 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2012:
  Split ChangeLog.

  For previous entries, please see ChangeLog-2012.