aboutsummaryrefslogtreecommitdiff
blob: 30322243b3ee63bd3dbf935e39b99c191526aa04 (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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
# ChangeLog for dev-lang/tk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.196 2013/09/25 15:14:20 jlec Exp $

  06 May 2014; Gregory M. Turner <gmt@be-evil.net> tk-8.6.1-r1.ebuild:
  Fix variable scoping bug

*tk-8.6.1 (25 Sep 2013)
*tk-8.5.15 (25 Sep 2013)

  25 Sep 2013; Justin Lecher <jlec@gentoo.org> +tk-8.5.15.ebuild,
  +tk-8.6.1.ebuild:
  Version Bump

*tk-8.5.14 (02 May 2013)

  02 May 2013; Justin Lecher <jlec@gentoo.org> +tk-8.5.14.ebuild,
  +files/tk-8.5.14-conf.patch:
  Version Bump, thanks Arfrever reminding me

  01 Mar 2013; Justin Lecher <jlec@gentoo.org> -tk-8.5.10-r1.ebuild:
  Drop old

  01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for sh, wrt bug #456676

  25 Feb 2013; Zac Medico <zmedico@gentoo.org> tk-8.6.0.ebuild:
  Add ~arm-linux keyword.

  20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for s390, wrt bug #456676

  14 Feb 2013; Jeroen Roovers <jer@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for HPPA (bug #456676).

  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for sparc, wrt bug #456676

  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for alpha, wrt bug #456676

  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for ia64, wrt bug #456676

  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for arm, wrt bug #456676

  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for ppc, wrt bug #456676

  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for x86, wrt bug #456676

  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tk-8.5.13-r1.ebuild:
  Stable for amd64, wrt bug #456676

  10 Feb 2013; Justin Lecher <jlec@gentoo.org> -tk-8.4.19-r1.ebuild,
  -tk-8.5.11-r1.ebuild, -tk-8.5.13.ebuild:
  Drop old fixes #280934

  13 Jan 2013; Fabian Groffen <grobian@gentoo.org> tk-8.6.0.ebuild:
  Fix building on Darwin (or other platforms that have -Os in tcl.m4), bug
  #451604

  11 Jan 2013; Justin Lecher <jlec@gentoo.org> tk-8.6.0.ebuild:
  Subslot to PV

*tk-8.6.0 (09 Jan 2013)

  09 Jan 2013; Justin Lecher <jlec@gentoo.org> +tk-8.6.0.ebuild:
  Version Bump, #448604

*tk-8.5.13-r1 (09 Jan 2013)

  09 Jan 2013; Justin Lecher <jlec@gentoo.org> tk-8.5.13.ebuild,
  +tk-8.5.13-r1.ebuild, +files/tk-8.5.13-conf.patch, metadata.xml:
  Fix build system so that autoconf will always be executed and sanitize sed so
  that tclConfig.sh will be sane, #449134

  05 Dec 2012; Ulrich Müller <ulm@gentoo.org> tk-8.4.19-r1.ebuild,
  tk-8.5.10-r1.ebuild, tk-8.5.11-r1.ebuild, tk-8.5.13.ebuild:
  Specify LICENSE more precisely, bug 445468.

  05 Dec 2012; Justin Lecher <jlec@gentoo.org> tk-8.5.13.ebuild,
  +files/tk-8.5.13-multilib.patch:
  Avoid problems with autotools by only modifying configure.in, #445432

*tk-8.5.13 (29 Nov 2012)

  29 Nov 2012; Justin Lecher <jlec@gentoo.org>
  -files/remove-control-v-8.4.9.diff, files/tk-8.4.15-aqua.patch,
  -tk-8.4.18.ebuild, -tk-8.4.18-r1.ebuild, -tk-8.5.7.ebuild,
  -tk-8.5.7-r1.ebuild, -tk-8.5.8-r1.ebuild, -tk-8.5.9-r1.ebuild,
  +files/tk-8.5.10-conf.patch, -tk-8.5.11.ebuild, +tk-8.5.13.ebuild,
  -files/tk-CVE-2007-4851.patch:
  Version Bump, #444296; Cleaned old

  04 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
  +files/tk-8.5.11-fix-name-collision-uclibc.patch, tk-8.5.11-r1.ebuild,
  tk-8.5.11.ebuild:
  Patch 8.5.11 to build on uclibc, bug #441630

  03 Aug 2012; Mike Frysinger <vapier@gentoo.org> tk-8.5.11-r1.ebuild:
  Make sure we link against fontconfig since we use it.

*tk-8.5.11-r1 (07 Jun 2012)

  07 Jun 2012; Justin Lecher <jlec@gentoo.org> +tk-8.5.11-r1.ebuild:
  Drop standard lib location from tkConfig.sh equal to tcl, #420129

  26 Apr 2012; Alexis Ballier <aballier@gentoo.org> tk-8.5.11.ebuild:
  keyword ~amd64-fbsd

  26 Apr 2012; Alexis Ballier <aballier@gentoo.org>
  +files/tcl-8.5.9-gentoo-fbsd.patch, tk-8.5.11.ebuild:
  port tcl fbsd patch to let it build sanely on FreeBSD: the patch is for
  tcl.m4 and tk bundles it own unfixed version...

  01 Apr 2012; Raúl Porcel <armin76@gentoo.org> tk-8.5.10-r1.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #406607

  19 Mar 2012; Markus Meier <maekke@gentoo.org> tk-8.5.10-r1.ebuild:
  arm stable, bug #406607

  19 Mar 2012; Justin Lecher <jlec@gentoo.org> tk-8.5.11.ebuild:
  Drop unnessecary stripping of slashes, #408261, thanks Kevin Pyle for the
  patch

  11 Mar 2012; Jeff Horelick <jdhore@gentoo.org> tk-8.5.10-r1.ebuild:
  marked x86 per bug 406607

  06 Mar 2012; Jeroen Roovers <jer@gentoo.org> tk-8.5.10-r1.ebuild:
  Stable for HPPA (bug #406607).

*tk-8.5.10-r1 (06 Mar 2012)

  06 Mar 2012; Justin Lecher <jlec@gentoo.org> -tk-8.5.10.ebuild,
  +tk-8.5.10-r1.ebuild:
  Revbump to force rebuild, which is needed because of the removed static
  archives

  06 Mar 2012; Justin Lecher <jlec@gentoo.org> tk-8.5.10.ebuild:
  Remove last bit of bad handling of static-libs, #407083

  05 Mar 2012; Brent Baude <ranger@gentoo.org> tk-8.5.10.ebuild:
  Marking tk-8.5.10 ppc for bug 406607

  05 Mar 2012; Agostino Sarubbo <ago@gentoo.org> tk-8.5.10.ebuild:
  Stable for amd64, wrt bug #406607

  04 Mar 2012; Justin Lecher <jlec@gentoo.org> tk-8.5.10.ebuild,
  tk-8.5.11.ebuild:
  Revert static-libs handling, #406905; push changes from 8.5.10 to .11

  02 Mar 2012; Brent Baude <ranger@gentoo.org> tk-8.5.10.ebuild:
  Marking tk-8.5.10 ppc64 for bug 406607

  02 Mar 2012; Justin Lecher <jlec@gentoo.org> tk-8.5.10.ebuild:
  Add missing dies, remove unnessecary dies, handle static-libs

*tk-8.5.11 (02 Mar 2012)

  02 Mar 2012; Justin Lecher <jlec@gentoo.org> +tk-8.5.11.ebuild,
  +files/tk-8.5.11-fedora-xft.patch:
  Version Bump

*tk-8.5.10 (04 Oct 2011)

  04 Oct 2011; Justin Lecher <jlec@gentoo.org> +tk-8.5.10.ebuild, metadata.xml:
  Version Bump

  23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> tk-8.5.9-r1.ebuild:
  ppc64 stable wrt #353854

  06 Mar 2011; Raúl Porcel <armin76@gentoo.org> tk-8.5.9-r1.ebuild:
  alpha/ia64/s390/sh stable wrt #353854

  26 Feb 2011; Michael Weber <xmw@gentoo.org> tk-8.5.9-r1.ebuild:
  ppc/sparc stable (bug 353854)

  20 Feb 2011; Markus Meier <maekke@gentoo.org> tk-8.5.9-r1.ebuild:
  arm stable, bug #353854

  11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> tk-8.5.9-r1.ebuild:
  Stable on amd64 wrt bug #353854

  11 Feb 2011; Jeroen Roovers <jer@gentoo.org> tk-8.5.9-r1.ebuild:
  Stable for HPPA (bug #353854).

  09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> tk-8.5.9-r1.ebuild:
  x86 stable wrt bug #353854

  13 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> tk-8.5.8-r1.ebuild:
  ppc64 stable wrt #332415

  04 Jan 2011; Justin Lecher <jlec@gentoo.org> tk-8.5.8-r1.ebuild:
  Backport correct detection of truetype support

  29 Dec 2010; Markos Chandras <hwoarang@gentoo.org> tk-8.5.8-r1.ebuild:
  Stable on amd64 wrt bug #332415

*tk-8.5.9-r1 (09 Dec 2010)

  09 Dec 2010; Justin Lecher <jlec@gentoo.org> -tk-8.5.9.ebuild,
  +tk-8.5.9-r1.ebuild:
  Added missing patch for XFT handling

  07 Dec 2010; Justin Lecher <jlec@gentoo.org> tk-8.5.8-r1.ebuild,
  tk-8.5.9.ebuild:
  Corrected logic on die, thanks Guilherme Amadio for the patch #347929

*tk-8.5.9 (06 Dec 2010)

  06 Dec 2010; Justin Lecher <jlec@gentoo.org> -tk-8.4.15-r1.ebuild,
  tk-8.4.18.ebuild, tk-8.4.18-r1.ebuild, tk-8.4.19-r1.ebuild, tk-8.5.7.ebuild,
  -tk-8.5.8.ebuild, tk-8.5.8-r1.ebuild, +tk-8.5.9.ebuild:
  Version Bump, #347561; Fix for libXft recognition, #347569

  24 Oct 2010; Brent Baude <ranger@gentoo.org> tk-8.5.8-r1.ebuild:
  Marking tk-8.5.8-r1 ppc for bug 332415

  23 Oct 2010; Raúl Porcel <armin76@gentoo.org> tk-8.5.8-r1.ebuild:
  arm/ia64/s390/sh/sparc stable wrt #332415

  20 Oct 2010; Christian Faulhammer <fauli@gentoo.org> tk-8.5.8-r1.ebuild:
  stable x86, bug 332415

  06 Oct 2010; Jeroen Roovers <jer@gentoo.org> tk-8.5.8-r1.ebuild:
  Stable for HPPA (bug #332415).

  03 Oct 2010; Tobias Klausmann <klausman@gentoo.org> tk-8.5.8-r1.ebuild:
  Stable on alpha, bug #332415

  08 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org> tk-8.5.8-r1.ebuild:
  Added an xscreensaver flag to avoid automagic

  16 Jun 2010; Justin Lecher <jlec@gentoo.org> tk-8.5.8-r1.ebuild:
  Compile in src_compile, fix for 324201


  15 Jun 2010; Justin Lecher <jlec@gentoo.org> tk-8.5.8-r1.ebuild:
  Removing epause reported in bug 324139

*tk-8.5.8-r1 (15 Jun 2010)

  15 Jun 2010; Justin Lecher <jlec@gentoo.org> +files/tk-8.4.15-aqua.patch,
  +tk-8.5.8-r1.ebuild:
  QA, imported prefix changes

*tk-8.5.8 (07 Jan 2010)

  07 Jan 2010; Patrick Lauer <patrick@gentoo.org> +tk-8.5.8.ebuild:
  Bump for #297448

  07 Oct 2009; Raúl Porcel <armin76@gentoo.org> tk-8.5.7.ebuild:
  ia64/s390/sh/sparc stable wrt #280845

*tk-8.5.7-r1 (06 Oct 2009)

  06 Oct 2009; Federico Ferri <mescalinum@gentoo.org> +tk-8.5.7-r1.ebuild:
  normalize $S path, bug #280766 (pkgcore)

  27 Sep 2009; Markus Meier <maekke@gentoo.org> tk-8.5.7.ebuild:
  arm stable, bug #280845

  22 Sep 2009; Markus Meier <maekke@gentoo.org> tk-8.5.7.ebuild:
  amd64 stable, bug #280845

  31 Aug 2009; Brent Baude <ranger@gentoo.org> tk-8.5.7.ebuild:
  Marking tk-8.5.7 ppc64 for bug 280845

  29 Aug 2009; nixnut <nixnut@gentoo.org> tk-8.5.7.ebuild:
  ppc stable #280845

  29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> tk-8.5.7.ebuild:
  Stable on alpha, bug #280845

  27 Aug 2009; Jeroen Roovers <jer@gentoo.org> tk-8.5.7.ebuild:
  Stable for HPPA (bug #280845).

  18 Aug 2009; Christian Faulhammer <fauli@gentoo.org> tk-8.5.7.ebuild:
  stable x86, bug 280845

  07 May 2009; Tobias Klausmann <klausman@gentoo.org> tk-8.4.18-r1.ebuild:
  Stable on alpha, bug #268174

  06 May 2009; Kenneth Prugh <ken69267@gentoo.org> tk-8.4.18-r1.ebuild:
  amd64 stable, bug #268174

  06 May 2009; Jeroen Roovers <jer@gentoo.org> tk-8.4.18-r1.ebuild:
  Stable for HPPA (bug #268174).

  06 May 2009; Ferris McCormick <fmccor@gentoo.org> tk-8.4.18-r1.ebuild:
  Sparc stable, bug #268174.

  06 May 2009; Christian Faulhammer <fauli@gentoo.org> tk-8.4.18-r1.ebuild:
  stable x86, bug 268174

  06 May 2009; Brent Baude <ranger@gentoo.org> tk-8.4.18-r1.ebuild:
  Marking tk-8.4.18-r1 ppc64 and ppc for bug 268174

*tk-8.5.7 (17 Apr 2009)

  17 Apr 2009; Federico Ferri <mescalinum@gentoo.org> -tk-8.5.1.ebuild,
  -tk-8.5.6.ebuild, +tk-8.5.7.ebuild:
  bump to version 8.5.7

  25 Feb 2009; Raúl Porcel <armin76@gentoo.org> tk-8.4.19-r1.ebuild,
  tk-8.5.6.ebuild:
  Add ~s390

*tk-8.5.6 (17 Jan 2009)

  17 Jan 2009; Federico Ferri <mescalinum@gentoo.org> -tk-8.5.5.ebuild,
  +tk-8.5.6.ebuild:
  version bump, #253571

*tk-8.4.19-r1 (16 Nov 2008)

  16 Nov 2008; Federico Ferri <mescalinum@gentoo.org> -tk-8.4.19.ebuild,
  +tk-8.4.19-r1.ebuild:
  rev bump, fixes bug #246774

*tk-8.4.18-r1 (27 Oct 2008)

  27 Oct 2008; Federico Ferri <mescalinum@gentoo.org>
  +files/tk-8.4-lastevent.patch, +tk-8.4.18-r1.ebuild, tk-8.4.19.ebuild:
  adding patch 8.4-lastevent, fixes bug #225999

*tk-8.4.19 (26 Oct 2008)

  26 Oct 2008; Federico Ferri <mescalinum@gentoo.org> +tk-8.4.19.ebuild:
  version bump for 8.4 too

*tk-8.5.5 (26 Oct 2008)

  26 Oct 2008; Federico Ferri <mescalinum@gentoo.org> +tk-8.5.5.ebuild:
  version bumped

  07 Mar 2008; Christoph Mende <angelos@gentoo.org> tk-8.4.18.ebuild:
  Stable on amd64, bug #210326

  25 Feb 2008; Jeroen Roovers <jer@gentoo.org> tk-8.4.18.ebuild:
  Stable for HPPA (bug #210326).

  18 Feb 2008; Brent Baude <ranger@gentoo.org> tk-8.4.18.ebuild:
  Marking tk-8.4.18 ppc64 for bug 210326

  17 Feb 2008; Raúl Porcel <armin76@gentoo.org> tk-8.4.18.ebuild:
  alpha/ia64/sparc stable wrt #210326

  17 Feb 2008; nixnut <nixnut@gentoo.org> tk-8.4.18.ebuild:
  Stable on ppc wrt bug 210326

  16 Feb 2008; Christian Faulhammer <opfer@gentoo.org> tk-8.4.18.ebuild:
  stable x86, bug 210326

*tk-8.5.1 (16 Feb 2008)
*tk-8.4.18 (16 Feb 2008)

  16 Feb 2008; MATSUU Takuto <matsuu@gentoo.org>
  -files/tk-CVE-2006-4484.patch, -tk-8.4.9.ebuild, -tk-8.4.15-r2.ebuild,
  -tk-8.4.17.ebuild, +tk-8.4.18.ebuild, -tk-8.5.0-r2.ebuild,
  +tk-8.5.1.ebuild:
  Version bumped, bug #208464.
  Removed old versions.

*tk-8.5.0-r2 (04 Feb 2008)
*tk-8.4.17 (04 Feb 2008)
*tk-8.4.15-r2 (04 Feb 2008)

  04 Feb 2008; MATSUU Takuto <matsuu@gentoo.org>
  +files/tk-CVE-2006-4484.patch, +tk-8.4.15-r2.ebuild, -tk-8.4.16.ebuild,
  +tk-8.4.17.ebuild, -tk-8.5.0.ebuild, -tk-8.5.0-r1.ebuild,
  +tk-8.5.0-r2.ebuild:
  Version bumped.
  Fixed CVE-2006-4484, bug #208464.

*tk-8.5.0-r1 (30 Dec 2007)

  30 Dec 2007; MATSUU Takuto <matsuu@gentoo.org> +tk-8.5.0-r1.ebuild:
  Added truetype USE flag. bug #173467.

*tk-8.5.0 (22 Dec 2007)
*tk-8.4.16 (22 Dec 2007)

  22 Dec 2007; MATSUU Takuto <matsuu@gentoo.org> -tk-8.4.15.ebuild,
  +tk-8.4.16.ebuild, -tk-8.5_alpha6.ebuild, -tk-8.5_alpha6-r1.ebuild,
  -tk-8.5_beta3.ebuild, +tk-8.5.0.ebuild:
  Version bumped. bug #194385.
  Removed old versions.

*tk-8.5_beta3 (25 Nov 2007)

  25 Nov 2007; <matsuu@gentoo.org> +tk-8.5_beta3.ebuild, -tk-8.5b.ebuild:
  Version bumped.
  Fixed wrong symlink wrt bug #200090.

*tk-8.5b (03 Nov 2007)

  03 Nov 2007; Markus Ullmann <jokey@gentoo.org> +tk-8.5b.ebuild:
  Version bump, dropping keywords as status wrt other packages is untested

  23 Sep 2007; Ferris McCormick <fmccor@gentoo.org> tk-8.4.15-r1.ebuild:
  Sparc stable --- security Bug #192539 --- has been running fine.

  20 Sep 2007; Brent Baude <ranger@gentoo.org> tk-8.4.15-r1.ebuild:
  keywording tk-8.4.15-r1 ppc64 for bug#190697

  17 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> tk-8.4.15-r1.ebuild:
  ppc stable, bug #192539

  17 Sep 2007; Raúl Porcel <armin76@gentoo.org> tk-8.4.15-r1.ebuild:
  alpha/ia64 stable wrt security #192539

  16 Sep 2007; Christoph Mende <angelos@gentoo.org> tk-8.4.15-r1.ebuild:
  Stable on amd64 wrt security bug #192539

  16 Sep 2007; Markus Meier <maekke@gentoo.org> tk-8.4.15-r1.ebuild:
  x86 stable, security bug #192539

  16 Sep 2007; Jeroen Roovers <jer@gentoo.org> tk-8.4.15-r1.ebuild:
  Stable for HPPA (bug #192539).

*tk-8.5_alpha6-r1 (16 Sep 2007)
*tk-8.4.15-r1 (16 Sep 2007)

  16 Sep 2007; MATSUU Takuto <matsuu@gentoo.org>
  -files/tk-8.3.5-tclm4-soname.patch, +files/tk-CVE-2007-4851.patch,
  -tk-8.4.14.ebuild, -tk-8.4.14-r1.ebuild, +tk-8.4.15-r1.ebuild,
  +tk-8.5_alpha6-r1.ebuild:
  Fixed CVE-2007-4851, bug #192539.
  Removed old versions.

  21 Aug 2007; Christoph Mende <angelos@gentoo.org> tk-8.4.15.ebuild:
  Stable on amd64 wrt bug #178320

  18 Aug 2007; nixnut <nixnut@gentoo.org> tk-8.4.15.ebuild:
  Stable on ppc wrt bug 178320

  15 Aug 2007; Jeroen Roovers <jer@gentoo.org> tk-8.4.15.ebuild:
  Stable for HPPA (bug #178320).

  14 Aug 2007; Markus Rothe <corsair@gentoo.org> tk-8.4.15.ebuild:
  Stable on ppc64; bug #178320

  14 Aug 2007; Raúl Porcel <armin76@gentoo.org> tk-8.4.15.ebuild:
  alpha/ia64/x86 stable wrt #178320

  13 Aug 2007; Ferris McCormick <fmccor@gentoo.org> tk-8.4.15.ebuild:
  Sparc stable --- Bug #178320 --- no problems.

  22 Jul 2007; Hans de Graaff <graaff@gentoo.org> tk-8.4.9.ebuild,
  tk-8.4.14.ebuild:
  Drop virtual/x11 references.

*tk-8.5_alpha6 (20 Jul 2007)
*tk-8.4.15 (20 Jul 2007)

  20 Jul 2007; MATSUU Takuto <matsuu@gentoo.org>
  +files/tk-8.4.15-tclm4-soname.patch,
  +files/tk-8.5_alpha6-tclm4-soname.patch, +tk-8.4.15.ebuild,
  +tk-8.5_alpha6.ebuild:
  Version bumped, Bug #173467, #181597.

*tk-8.4.14-r1 (12 Jul 2007)

  12 Jul 2007; MATSUU Takuto <matsuu@gentoo.org> +tk-8.4.14-r1.ebuild:
  Fixed library filenames issue, bug #149037.

  25 May 2007; Brent Baude <ranger@gentoo.org> tk-8.4.14.ebuild:
  Marking tk-8.4.14 ppc64 stable for bug 178320

  20 May 2007; nixnut <nixnut@gentoo.org> tk-8.4.14.ebuild:
  Stable on ppc wrt bug 178320

  16 May 2007; Christian Faulhammer <opfer@gentoo.org> tk-8.4.14.ebuild:
  stable amd64, bug 178320

  15 May 2007; Raúl Porcel <armin76@gentoo.org> tk-8.4.14.ebuild:
  alpha/ia64/x86 stable wrt #178320

  15 May 2007; Ferris McCormick <fmccor@gentoo.org> tk-8.4.14.ebuild:
  Sparc stable --- Bug #178320 --- Has been without problems for over 4 months.

  15 May 2007; Jeroen Roovers <jer@gentoo.org> tk-8.4.14.ebuild:
  Stable for HPPA (bug #178320).

  27 Apr 2007; MATSUU Takuto <matsuu@gentoo.org>
  -files/remove-control-v.diff, tk-8.4.9.ebuild, -tk-8.4.11-r1.ebuild,
  -tk-8.4.12.ebuild, -tk-8.4.13.ebuild, tk-8.4.14.ebuild:
  Fixed SONAME issue, bug #125971.
  Fixed tkConfig.sh issue, bug #164649.
  Added tc-export CC, bug #154328.
  Removed old versions.

  26 Mar 2007; Alec Warner <antarus@gentoo.org> tk-8.4.9.ebuild,
  tk-8.4.11-r1.ebuild, tk-8.4.12.ebuild, tk-8.4.13.ebuild, tk-8.4.14.ebuild:
  Remove dependency on portage: ref bug 162516

*tk-8.4.14 (06 Jan 2007)

  06 Jan 2007; MATSUU Takuto <matsuu@gentoo.org> -tk-8.3.4-r1.ebuild,
  +tk-8.4.14.ebuild:
  Version bumped.

  26 Dec 2006; Mike Frysinger <vapier@gentoo.org> tk-8.4.13.ebuild:
  Clean up src_install() to use proper ebuild commands rather than running
  `install` and use relative symlinks for libraries.

*tk-8.4.13 (03 Jun 2006)

  03 Jun 2006; MATSUU Takuto <matsuu@gentoo.org>
  +files/tk-8.3.5-tclm4-soname.patch, +tk-8.4.13.ebuild:
  Version bumped, Bug 128681.
  Added debug USE flag, Bug 123444.
  Added soname patch, Bug 125971.

  30 May 2006; Diego Pettenò <flameeyes@gentoo.org> tk-8.4.12.ebuild:
  Add ~x86-fbsd keyword.

  24 Mar 2006; Aron Griffis <agriffis@gentoo.org> tk-8.3.4-r1.ebuild,
  tk-8.4.9.ebuild:
  Copy bash-3 fix from tk-8.4.11-r1.ebuild to tk-8.4.9.ebuild #117982. Port
  tk-8.3.4-r1 to modular X

*tk-8.4.12 (03 Mar 2006)

  03 Mar 2006; MATSUU Takuto <matsuu@gentoo.org>
  -files/remove-control-v-8.4.diff, -files/tk-wm-maxsize.patch,
  -tk-8.4.6.ebuild, -tk-8.4.6-r1.ebuild, -tk-8.4.11.ebuild,
  +tk-8.4.12.ebuild:
  Version bumped, Bug 117122.
  Removed old versions.

  26 Feb 2006; Joshua Kinard <kumba@gentoo.org> tk-8.4.9.ebuild:
  Marked stable on mips.

  03 Feb 2006; Mike Frysinger <vapier@gentoo.org>
  +files/tk-configure-LANG.patch, tk-8.4.9.ebuild, tk-8.4.11.ebuild,
  tk-8.4.11-r1.ebuild:
  Fix nls breakage #120133 by J.

  30 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> tk-8.4.6.ebuild,
  tk-8.4.6-r1.ebuild, tk-8.4.9.ebuild:
  more modular X dependencies

*tk-8.4.11-r1 (08 Jan 2006)

  08 Jan 2006; MATSUU Takuto <matsuu@gentoo.org> +tk-8.4.11-r1.ebuild:
  Fixed fails with bash3.1, Bug 117982

  11 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; tk-8.4.11.ebuild:
  Fix them.

  11 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; tk-8.4.11.ebuild:
  Add modular X dependencies.

  03 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> tk-8.4.9.ebuild:
  Stable on alpha.

*tk-8.4.11 (02 Jul 2005)

  02 Jul 2005; MATSUU Takuto <matsuu@gentoo.org>
  +files/tk-8.4.11-multilib.patch, +tk-8.4.11.ebuild:
  Version bumped.
  Added multilib patch.

  06 Jun 2005; Markus Rothe <corsair@gentoo.org> tk-8.4.9.ebuild:
  Stable on ppc64

  03 Jun 2005; Mike Frysinger <vapier@gentoo.org> tk-8.4.9.ebuild:
  Touchup libdir usage to get rid of all the // gremlins.

  27 May 2005; Joseph Jezak <josejx@gentoo.org> tk-8.4.9.ebuild:
  Marked ppc stable.

  09 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> tk-8.4.9.ebuild:
  Stable on sparc

  08 May 2005; Marcus D. Hanwell <cryos@gentoo.org> tk-8.4.9.ebuild:
  Stable on amd64.

  07 May 2005; Aron Griffis <agriffis@gentoo.org> tk-8.4.9.ebuild:
  stable on ia64

  07 May 2005; MATSUU Takuto <matsuu@gentoo.org> tk-8.4.9.ebuild:
  Stable on x86.

*tk-8.4.9 (19 Mar 2005)

  19 Mar 2005; MATSUU Takuto <matsuu@gentoo.org>
  +files/remove-control-v-8.4.9.diff, +files/tk-8.4.9-man.patch,
  +tk-8.4.9.ebuild:
  Version bumped, #83816

  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  21 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> tk-8.4.6-r1.ebuild:
  Multilib fixes.

  10 Nov 2004; Joseph Jezak <josejx@gentoo.org> tk-8.4.6-r1.ebuild:
  Marked ppc stable.

  06 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> tk-8.4.6-r1.ebuild:
  Stable on alpha.

  21 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> tk-8.4.6-r1.ebuild:
  Marked stable on amd64.

  14 Sep 2004; Guy Martin <gmsoft@gentoo.org> tk-8.4.6-r1.ebuild:
  Stable on hppa.

  09 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> tk-8.4.6-r1.ebuild:
  Keyworded sparc

  06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> tk-8.3.4-r1.ebuild,
  tk-8.4.6-r1.ebuild, tk-8.4.6.ebuild:
  Switch to use epause and ebeep, bug #62950

  30 Aug 2004; Tom Gall <tgall@gentoo.org> tk-8.4.6-r1.ebuild:
  stable on ppc64, bug #61745

  25 Aug 2004; Doug Goldstein <cardoe@gentoo.org> tk-8.4.6-r1.ebuild:
  Stable on x86

  18 Aug 2004; Aron Griffis <agriffis@gentoo.org> tk-8.4.6.ebuild:
  stable on alpha and ia64

*tk-8.4.6-r1 (07 Aug 2004)

  07 Aug 2004; Doug Goldstein <cardoe@gentoo.org> tk-8.4.6-r1.ebuild
  +files/tk-wm-maxsize.patch, +tk-8.4.6-r1.ebuild:
  Fixed bug #56229. KDE 3.2 missing maximize button with tk apps.
  http://bugs.kde.org/show_bug.cgi?id=67577
  http://sourceforge.net/tracker/index.php?func=detail&aid=915350&group_id=12997
  &atid=112997

  15 Jun 2004; Ferris McCormick <fmccor@gentoo.org> tk-8.4.6.ebuild:
  Marked stable for sparc.

  04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> tk-8.4.6.ebuild:
  ppc64 needs a stable virtual/x11 first.  Removed keyword

  31 May 2004; Tom Gall <tgall@gentoo.org> tk-8.4.6.ebuild:
  stable on ppc64

  02 May 2004; <tuxus@gentoo.org> tk-8.4.6.ebuild:
  Stable on mips

  25 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> tk-8.3.4-r1.ebuild,
  tk-8.4.6.ebuild:
  don't depend on use echo

  24 Apr 2004; Ian Leitch <port001@gentoo.org> tk-8.3.4-r1.ebuild,
  tk-8.4.6.ebuild:
  Enable threads with local USE flag 'threads'. #2024

  20 Apr 2004; Ian Leitch <port001@gentoo.org> tk-8.4.6.ebuild:
  Marked stable on amd64

  20 Apr 2004; Ian Leitch <port001@gentoo.org> -tk-8.3.3-r2.ebuild,
  -tk-8.3.3-r3.ebuild, -tk-8.3.3.ebuild, -tk-8.3.4.ebuild, -tk-8.4.3.ebuild,
  -tk-8.4.4.ebuild, -tk-8.4.5.ebuild:
  Removed stale ebuilds

  31 Mar 2004; Tom Gall <tgall@gentoo.org> tk-8.4.5.ebuild,  tk-8.4.6.ebuild:
  remove ppc64 for now, we're not ready

*tk-8.4.6 (04 Mar 2004)

  04 Mar 2004; Martin Holzer <mholzer@gentoo.org> tk-8.4.6.ebuild:
  Verison bumped.

  04 Jan 2004; <tuxus@gentoo.org> tk-8.4.3.ebuild:
  Added mips to KEYWORDS

  03 Jan 2004; Aron Griffis <agriffis@gentoo.org> tk-8.4.5.ebuild:
  Add ~alpha

  03 Jan 2004; Brian Jackson <iggy@gentoo.org> tk-8.3.4-r1.ebuild:
  repoman still complaining, 8.3.4 to ia64 to match tcl

  03 Jan 2004; Brian Jackson <iggy@gentoo.org> tk-8.3.3-r2.ebuild,
  tk-8.3.3-r3.ebuild, tk-8.3.3.ebuild, tk-8.3.4-r1.ebuild, tk-8.3.4.ebuild,
  tk-8.4.3.ebuild, tk-8.4.4.ebuild, tk-8.4.5.ebuild:
  adding ~ia64 keywords, it's installed on the releng ia64 box, so I assume it's
  safe, needed for bitkeeper

  19 Dec 2003; David Holm <dholm@gentoo.org> tk-8.4.5.ebuild:
  Added to ~ppc.

*tk-8.4.5 (07 Dec 2003)

  07 Dec 2003; Martin Holzer <mholzer@gentoo.org> tk-8.4.5.ebuild:
  Version bumped.

  07 Dec 2003; Martin Holzer <mholzer@gentoo.org> tk-8.4.3.ebuild,
  tk-8.4.4.ebuild:
  changing to sf

  16 Nov 2003; Brad House <brad_mssw@gentoo.org> tk-8.4.4.ebuild:
  mark stable on amd64

*tk-8.4.4 (22 Oct 2003)

  22 Oct 2003; Martin Holzer <mholzer@gentoo.org> tk-8.4.4.ebuild:
  Version bumped.

*tk-8.4.3 (30 Jun 2003)

  30 Sep 2003; Joshua Kinard <kumba@gentoo.org> tk-8.4.3.ebuild:
  Added ~sparc & ~mips to KEYWORDS

  30 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> tk-8.4.3.ebuild :
  Version bump.

*tk-8.4.2-r1 (19 May 2003)

  19 May 2003; Stanislav Brabec <utx@gentoo.org> tk-8.4.2-r1.ebuild:
  Fixed man-pages installation (worked around bug in mkLinks script - unset
  variable S for installation).

*tk-8.4.2 (17 Apr 2003)

  17 Apr 2003; Stanislav Brabec <utx@gentoo.org> tk-8.4.2.ebuild,
  files/remove-control-v-8.4.diff:
  Updated to version 8.4.2 (bug #18483) and updated Control-V remove patch.

*tk-8.3.4-r1 (28 Mar 2003)

  28 Mar 2003; Seemant Kulleen <seemant@gentoo.org> tk-8.3.4-r1.ebuild:
  fixed sed expression, hopefully closes bug #18300 by Marc 'huz' REYNES
  <marc.reynes@tuxfamily.org>

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords

*tk-8.3.4 (18 Dec 2002)

  20 Mar 2003; Zach Welch <zwelch@gentoo.org> tk-8.3.4.ebuild:
  add arm keyword

  08 Mar 2003; Guy Martin <gmsoft@gentoo.org> tk-8.3.4.ebuild :
  Added hppa to keywords.

  18 Dec 2002; Stefan Jones <cretin@gentoo.org>
  New revision.

*tk-8.3.3-r3 (11 Nov 2002)

  20 Mar 2003; Zach Welch <zwelch@gentoo.org> tk-8.3.3-r3.ebuild:
  add arm keyword

  11 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
  tk-8.3.3-r3.ebuild files/digest-tk-8.3.3-r3:
  Some legacy code for default handling of the Control-V keypress is now
  patched away. Fixes #10154.

*tk-8.3.3-r2 (25 Sep 2002)

  25 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
  tk-8.3.3-r2.ebuild files/digest-tk-8.3.3-r2:
  -r1 placed header files in the wrong place, applied patch from
  Scott Lampert <scott@lampert.org> to fix it. Fixes #8054.

  Removed tk-8.3.3-r1.ebuild files/digest-tk-8.3.3-r1

*tk-8.3.3-r1 (13 Jul 2002)

  02 Aug 2002; mark Guertin <gerk@gentoo.org> tk-8.3.3-r1.ebuild :
  Added ppc to keywords

  13 Jul 2002; Seemant Kulleen <seemant@gentoo.org> tk-8.3.3-r1.ebuild
  files/digest-tk-8.3.3-r1 :

  Symlink for the .so was not being created.  Thanks to
  j_r_fonseca@yahoo.co.uk (Jose' Fonseca) in bug #4946 for the catch and
  fix.


  25 Apr 2002; Seemant Kulleen <seemant@gentoo.org> tk-8.3.3.ebuild :

  Fixed bug #2112 from arndtc@theeggbeater.dyndns.org (Chris Arndt) to reflect
  that the required tcl version may have a revision number on its ebuild

*tk-8.3.3 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.