summaryrefslogtreecommitdiff
blob: 73a4df511072dbd6e2f04e5ee538f2b7a7383175 (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
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
# ChangeLog for dev-python/wxpython
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.181 2013/08/13 09:31:28 ago Exp $

  13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> wxpython-2.8.12.1-r1.ebuild:
  Stable for amd64, wrt bug #477480

  22 Apr 2013; Michał Górny <mgorny@gentoo.org>
  +files/wxpython-2.8.12.1-disable-egging-mode.patch,
  wxpython-2.8.12.1-r1.ebuild, wxpython-2.9.4.1-r1.ebuild:
  Fix alternating install design by the egg_info command. Fixes bug #466302.

  10 Apr 2013; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.12.1-r1.ebuild,
  -wxpython-2.9.4.1.ebuild, wxpython-2.9.4.1-r1.ebuild:
  Add slot operator to libpng dep.

  26 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.12.1-r1.ebuild,
  +files/wxpython-2.8-no-preservatives-added.patch, wxpython-2.9.3.1.ebuild,
  wxpython-2.9.4.1-r1.ebuild:
  Prevent build system from considering preserved libs when checking wxGTK
  features. (bug #376339).

  19 Mar 2013; Michał Górny <mgorny@gentoo.org> wxpython-2.8.12.1-r1.ebuild,
  wxpython-2.9.4.1-r1.ebuild:
  Use separate platlib & purelib build directory, fixes bug #455332.

  04 Mar 2013; Ian Delaney <idella4@gentoo.org>
  files/wxpython-2.8.12-drop-categories.patch:
  Correction to patch wrt Bug #457586

  04 Mar 2013; Ian Delaney <idella4@gentoo.org>
  +files/wxpython-2.8.12-drop-categories.patch, wxpython-2.8.12.1-r1.ebuild:
  Patch added wrt Bug #457586 by Ago

*wxpython-2.9.4.1-r1 (06 Feb 2013)
*wxpython-2.8.12.1-r1 (06 Feb 2013)

  06 Feb 2013; Michał Górny <mgorny@gentoo.org> +wxpython-2.8.12.1-r1.ebuild,
  +wxpython-2.9.4.1-r1.ebuild:
  Migrate to distutils-r1. Reviewed by Ryan Hill in bug #455332.

  05 Sep 2012; Justin Lecher <jlec@gentoo.org> wxpython-2.8.12.1.ebuild,
  wxpython-2.9.3.1.ebuild, wxpython-2.9.4.1.ebuild:
  Use doicon instead insinto + doins to install icon files

  05 Sep 2012; Justin Lecher <jlec@gentoo.org> wxpython-2.8.12.1.ebuild,
  wxpython-2.9.3.1.ebuild, wxpython-2.9.4.1.ebuild:
  Use domenu instead insinto + doins to install .desktop files

  08 Aug 2012; Ryan Hill <dirtyepic@gentoo.org>
  +files/wxpython-2.8.11-drop-editra.patch:
  Restore lost patch (bug #430288).

*wxpython-2.9.4.1 (28 Jul 2012)

  28 Jul 2012; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.9.4.1.ebuild,
  +files/wxpython-2.9.4.1-wxversion-scripts.patch:
  Version bump.

  28 Jul 2012; Ryan Hill <dirtyepic@gentoo.org> -wxpython-2.8.11.0.ebuild,
  -files/wxpython-2.8.11-drop-editra.patch, -wxpython-2.8.12.0.ebuild,
  -wxpython-2.9.1.1.ebuild:
  Remove old.

  29 May 2012; Alexis Ballier <aballier@gentoo.org> wxpython-2.8.12.1.ebuild:
  keyword ~amd64-fbsd

  06 May 2012; Justin Lecher <jlec@gentoo.org> wxpython-2.8.11.0.ebuild,
  wxpython-2.8.12.0.ebuild, wxpython-2.8.12.1.ebuild:
  Add workaround to respect CXXFLAGS

  04 May 2012; Patrick Lauer <patrick@gentoo.org> wxpython-2.8.11.0.ebuild,
  wxpython-2.8.12.0.ebuild, wxpython-2.8.12.1.ebuild, wxpython-2.9.1.1.ebuild,
  wxpython-2.9.3.1.ebuild:
  Migrating dev-util/pkgconfig -> virtual/pkgconfig

  25 Mar 2012; Raúl Porcel <armin76@gentoo.org> wxpython-2.8.12.1.ebuild:
  alpha/ia64/sh/sparc stable wrt #403235

  08 Mar 2012; Brent Baude <ranger@gentoo.org> wxpython-2.8.12.1.ebuild:
  Marking wxpython-2.8.12.1 ppc64 for bug 403235

  28 Feb 2012; Brent Baude <ranger@gentoo.org> wxpython-2.8.12.1.ebuild:
  Marking wxpython-2.8.12.1 ppc for bug 403235

  22 Feb 2012; Jeroen Roovers <jer@gentoo.org> wxpython-2.8.12.1.ebuild:
  Stable for HPPA (bug #403235).

  22 Feb 2012; Patrick Lauer <patrick@gentoo.org> wxpython-2.8.11.0.ebuild,
  wxpython-2.8.12.0.ebuild, wxpython-2.8.12.1.ebuild, wxpython-2.9.1.1.ebuild,
  wxpython-2.9.3.1.ebuild:
  Restricting pypy

  16 Feb 2012; Markus Meier <maekke@gentoo.org> wxpython-2.8.12.1.ebuild:
  arm stable, bug #403235

  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  wxpython-2.8.12.1.ebuild:
  x86 stable wrt bug #403235

  13 Feb 2012; Agostino Sarubbo <ago@gentoo.org> wxpython-2.8.12.1.ebuild:
  Stable for amd64, wrt bug #403235

*wxpython-2.9.3.1 (12 Feb 2012)

  12 Feb 2012; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.9.3.1.ebuild:
  Version bump (bug #384037 by radhermit).

  08 Jan 2012; Markos Chandras <hwoarang@gentoo.org> wxpython-2.8.12.1.ebuild:
  Fix a typo. Patch by Arfrever

  06 Jan 2012; Markos Chandras <hwoarang@gentoo.org> wxpython-2.8.12.1.ebuild,
  wxpython-2.9.1.1.ebuild:
  Synchronize ebuilds. Use distutils.eclass. Patch by Arfrever.

  06 Jan 2012; Markos Chandras <hwoarang@gentoo.org> wxpython-2.8.12.1.ebuild,
  wxpython-2.9.1.1.ebuild:
  Don't inherit unused eclass. Properly set local variables. Patch by Arfrever.

  09 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
  -files/scripts-multiver-2.6.1.0.diff, -wxpython-2.6.4.0-r2.ebuild:
  old

*wxpython-2.8.12.1 (09 Dec 2011)

  09 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.8.12.1.ebuild:
  Version bump.

  09 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> -wxpython-2.8.10.1.ebuild,
  -files/wxpython-2.8-drop-editra.patch:
  Remove old.

  16 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> wxpython-2.8.11.0.ebuild:
  ppc64 stable wrt #364203

  28 Jun 2011; Brent Baude <ranger@gentoo.org> wxpython-2.8.11.0.ebuild:
  Marking wxpython-2.8.11.0 ppc for bug 364203

  04 Jun 2011; Raúl Porcel <armin76@gentoo.org> wxpython-2.8.11.0.ebuild:
  alpha/ia64/sh/sparc stable wrt #364203

  21 May 2011; Thomas Kahle <tomka@gentoo.org> wxpython-2.8.11.0.ebuild:
  x86 stable per bug 364203

  13 May 2011; Markus Meier <maekke@gentoo.org> wxpython-2.8.11.0.ebuild:
  arm stable, bug #364203

  27 Apr 2011; Christoph Mende <angelos@gentoo.org> wxpython-2.8.11.0.ebuild:
  Stable on amd64 wrt bug #364203

  26 Apr 2011; Jeroen Roovers <jer@gentoo.org> wxpython-2.8.11.0.ebuild:
  Stable for HPPA (bug #364203).

  22 Apr 2011; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.11.0.ebuild,
  wxpython-2.8.12.0.ebuild:
  Don't install non-working binary stuff into DOCDIR (bug #364393 by ago).

*wxpython-2.8.12.0 (20 Apr 2011)

  20 Apr 2011; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.8.12.0.ebuild,
  +files/wxpython-2.8.12-drop-editra.patch:
  Version bump (bug #363319).

  29 Mar 2011; Christoph Mende <angelos@gentoo.org> wxpython-2.6.4.0-r2.ebuild,
  wxpython-2.8.10.1.ebuild:
  Fixed slot deps

  27 Feb 2011; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.10.1.ebuild,
  wxpython-2.8.11.0.ebuild, wxpython-2.9.1.1.ebuild:
  Slot gnome stuff.

*wxpython-2.9.1.1 (23 Jan 2011)

  23 Jan 2011; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.9.1.1.ebuild,
  +files/wxpython-2.9-wxversion-demo.patch,
  +files/wxpython-2.9-wxversion-scripts.patch:
  Version bump.

  12 Dec 2010; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r2.ebuild,
  wxpython-2.8.10.1.ebuild, wxpython-2.8.11.0.ebuild:
  media-libs/jpeg -> virtual/jpeg (bug #347958)

  27 Jul 2010; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r2.ebuild,
  wxpython-2.8.10.1.ebuild:
  Depend on wxGTK[X] (bug #327795 by Arttu Valo).

*wxpython-2.8.11.0 (27 May 2010)

  27 May 2010; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.8.11.0.ebuild,
  +files/wxpython-2.8.11-drop-editra.patch:
  Version bump.
  http://wxpython.org/recentchanges.php

  05 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r2.ebuild,
  wxpython-2.8.10.1.ebuild:
  Port 2.6 ebuild to SUPPORT_PYTHON_ABIS. Use EAPI 2. Add missing setuptools
  RDEPEND. Drop use of deprecated python functions.

  17 Feb 2010; Ryan Hill <dirtyepic@gentoo.org>
  -files/wxpython-2.8.8-wxversion-scripts.patch,
  -wxpython-2.8.9.1-r2.ebuild, -wxpython-2.8.9.1-r3.ebuild,
  -wxpython-2.8.9.2.ebuild:
  Drop old.

  25 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
  wxpython-2.8.10.1.ebuild:
  Require SLOT="0" of media-libs/jpeg for headers.

  02 Jan 2010; Brent Baude <ranger@gentoo.org> wxpython-2.8.10.1.ebuild:
  Marking wxpython-2.8.10.1 ppc64 for bug 284996

  26 Oct 2009; Raúl Porcel <armin76@gentoo.org> wxpython-2.8.10.1.ebuild:
  ia64/sh/sparc stable wrt #284996

  21 Oct 2009; Markus Meier <maekke@gentoo.org> wxpython-2.8.10.1.ebuild:
  arm stable, bug #284996

  01 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
  wxpython-2.8.10.1.ebuild:
  Stable on alpha, bug #284996

  27 Sep 2009; nixnut <nixnut@gentoo.org> wxpython-2.8.10.1.ebuild:
  ppc stable #284996

  22 Sep 2009; Markus Meier <maekke@gentoo.org> wxpython-2.8.10.1.ebuild:
  amd64/x86 stable, bug #284996

  18 Sep 2009; Jeroen Roovers <jer@gentoo.org> wxpython-2.8.10.1.ebuild:
  Stable for HPPA (bug #284996).

  06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
  -files/wxpython-2.8.7-wxversion-scripts.patch,
  -files/wxpython-2.8.8.1-musthaveapp.patch, -files/wxpy-config.py:
  Remove unused patches.

  30 Aug 2009; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.10.1.ebuild:
  Revert usage of += operators. They're a bash-3.1 feature and PMS is stuck
  at bash-3.0.

  29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  wxpython-2.8.10.1.ebuild:
  Set SUPPORT_PYTHON_ABIS. Add missing dependency on dev-python/setuptools.

*wxpython-2.8.10.1 (18 May 2009)

  18 May 2009; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.8.10.1.ebuild:
  Version bump.

*wxpython-2.8.9.2 (21 Feb 2009)

  21 Feb 2009; Ryan Hill <dirtyepic@gentoo.org>
  +files/wxpython-2.8.9-wxversion-scripts.patch,
  +files/wxpython-2.8-drop-editra.patch, +wxpython-2.8.9.2.ebuild:
  Version bump.
  Split editra out into its own package: app-editors/editra
  Install desktop entries for utilities.

  15 Feb 2009; Ryan Hill <dirtyepic@gentoo.org> ChangeLog, Manifest:
  Fix broken commit.

  15 Feb 2009; Ryan Hill <dirtyepic@gentoo.org> ChangeLog, Manifest:
  Remove old.

  15 Feb 2009; Brent Baude <ranger@gentoo.org> wxpython-2.8.9.1-r2.ebuild:
  Marking wxpython-2.8.9.1-r2 ppc for bug 254696

  07 Feb 2009; Raúl Porcel <armin76@gentoo.org> wxpython-2.8.9.1-r2.ebuild,
  wxpython-2.8.9.1-r3.ebuild:
  arm/ia64/sh/sparc stable wrt #254696

  06 Feb 2009; Jeroen Roovers <jer@gentoo.org> wxpython-2.8.9.1-r3.ebuild:
  Stable for HPPA (bug #254696).

  28 Jan 2009; Brent Baude <ranger@gentoo.org> wxpython-2.8.9.1-r2.ebuild:
  Marking wxpython-2.8.9.1-r2 ppc64 for bug 254696

  24 Jan 2009; Ryan Hill <dirtyepic@gentoo.org> -wxpython-2.6.4.0.ebuild:
  Remove ancient ebuild.

  24 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  wxpython-2.6.4.0-r2.ebuild:
  keyword ~x86-fbsd

  22 Jan 2009; Raúl Porcel <armin76@gentoo.org> wxpython-2.6.4.0-r2.ebuild,
  wxpython-2.8.9.1-r3.ebuild:
  Readd ~arm/~sh

  19 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  wxpython-2.8.9.1-r3.ebuild:
  keyword ~x86-fbsd, bug #254696

  18 Jan 2009; Markus Meier <maekke@gentoo.org> wxpython-2.8.9.1-r2.ebuild:
  amd64/x86 stable, bug #254696

  18 Jan 2009; Tobias Klausmann <klausman@gentoo.org>
  wxpython-2.8.9.1-r2.ebuild:
  Stable on alpha, bug #254696

*wxpython-2.8.9.1-r3 (18 Jan 2009)

  18 Jan 2009; Ryan Hill <dirtyepic@gentoo.org>
  +files/wxpython-2.8-cache-writable.patch,
  +files/wxpython-2.8-wxversion-demo.patch, metadata.xml,
  wxpython-2.6.4.0.ebuild, -wxpython-2.6.4.0-r1.ebuild,
  -wxpython-2.8.7.1.ebuild, +wxpython-2.8.9.1-r3.ebuild:
  Integrate dev-python/wxpython-docs into wxpython ebuild for bug #230305.
  Remove old and drop all keywords except arm, sh, and x86-fbsd on the
  2.6.4.0 ebuild.

*wxpython-2.8.9.1-r2 (26 Nov 2008)

  26 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> -wxpython-2.8.9.1-r1.ebuild,
  +wxpython-2.8.9.1-r2.ebuild:
  Fix build options not getting passed to src_compile due to mypyconf being
  declared locally in src_configure.

  27 Oct 2008; Jeroen Roovers <jer@gentoo.org> wxpython-2.8.8.1.ebuild:
  Stable for HPPA (bug #242088).

*wxpython-2.8.9.1-r1 (18 Oct 2008)

  18 Oct 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.9.1.ebuild,
  +wxpython-2.8.9.1-r1.ebuild:
  Revert to EAPI 1 for stable candidate and add -r1 using EAPI 2.

  18 Oct 2008; Raúl Porcel <armin76@gentoo.org> wxpython-2.8.8.1.ebuild:
  alpha/ia64/sparc stable wrt #242088

  16 Oct 2008; Markus Meier <maekke@gentoo.org> wxpython-2.8.8.1.ebuild:
  amd64/x86 stable, bug #242088

  15 Oct 2008; Markus Rothe <corsair@gentoo.org> wxpython-2.8.8.1.ebuild:
  Stable on ppc64; bug #242088

  15 Oct 2008; Ferris McCormick <fmccor@gentoo.org> wxpython-2.8.8.1.ebuild:
  Sparc stable, part of Bug #242088.

  15 Oct 2008; Brent Baude <ranger@gentoo.org> wxpython-2.8.8.1.ebuild:
  Marking wxpython-2.8.8.1 ppc for bug 242088

*wxpython-2.8.9.1 (14 Oct 2008)

  14 Oct 2008; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.8.9.1.ebuild:
  Version bump. EAPI 2. New cairo USE flag.

  04 Oct 2008; Brent Baude <ranger@gentoo.org> wxpython-2.6.4.0-r2.ebuild:
  stable ppc64, bug 238437

  02 Oct 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.8.1.ebuild:
  Remove old comment.

  30 Sep 2008; Raúl Porcel <armin76@gentoo.org> wxpython-2.6.4.0-r2.ebuild:
  alpha/ia64 stable wrt #238437

  28 Sep 2008; Markus Meier <maekke@gentoo.org> wxpython-2.6.4.0-r2.ebuild:
  amd64/x86 stable, bug #238437

  27 Sep 2008; nixnut <nixnut@gentoo.org> wxpython-2.6.4.0-r2.ebuild:
  Stable on ppc wrt bug 238437

  23 Sep 2008; Ferris McCormick <fmccor@gentoo.org>
  wxpython-2.6.4.0-r2.ebuild:
  Sparc stable --- Bug #238437 --- it's been around over 6 weeks now.

  23 Sep 2008; Jeroen Roovers <jer@gentoo.org> wxpython-2.6.4.0-r2.ebuild:
  Stable for HPPA (bug #238437).

*wxpython-2.6.4.0-r2 (28 Jul 2008)

  28 Jul 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  +wxpython-2.6.4.0-r2.ebuild, wxpython-2.8.7.1.ebuild:
  Revision bump.

  28 Jul 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0.ebuild,
  wxpython-2.6.4.0-r1.ebuild, wxpython-2.8.7.1.ebuild,
  wxpython-2.8.8.1.ebuild:
  Work around aliasing bug in GCC 4.1 by building with -fno-strict-aliasing.
  Manifested as 'TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected
  for item' errors in various apps.
  
  Bug #233154, reported by Henrik Sankala.

*wxpython-2.8.8.1 (25 Jul 2008)

  25 Jul 2008; Ryan Hill <dirtyepic@gentoo.org>
  +files/wxpython-2.8.8.1-musthaveapp.patch,
  +files/wxpython-2.8.8-wxversion-scripts.patch, +wxpython-2.8.8.1.ebuild:
  Version bump.

  29 May 2008; Ali Polatel <hawking@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  Fix python_mod_optimize usage.

  21 Mar 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  Move wxaddons module into version-specific directories to fix bug #213819.

  17 Mar 2008; Peter Volkov <pva@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  amd64 stable, bug #207648.

  16 Mar 2008; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  Fix modules getting installed into lib rather than lib64 on multilib
  systems w/ python-2.4.

  29 Jan 2008; nixnut <nixnut@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  Stable on ppc wrt bug 207648

  28 Jan 2008; Jeroen Roovers <jer@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  Stable for HPPA (bug #207648).

  28 Jan 2008; Raúl Porcel <armin76@gentoo.org> metadata.xml:
  Replace wxwindows with wxwidgets in metadata

  27 Jan 2008; Raúl Porcel <armin76@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  alpha/ia64/sparc stable wrt #207648

  27 Jan 2008; Brent Baude <ranger@gentoo.org> wxpython-2.6.4.0-r1.ebuild,
  wxpython-2.8.7.1.ebuild:
  Marking wxpython-2.6.4.0-r1 and wxpython-2.8.7.1 ppc64 stable per bug 207648

  27 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
  wxpython-2.8.7.1.ebuild:
  stable x86, bug 207648

  27 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
  wxpython-2.6.4.0-r1.ebuild:
  stable x86, bug 207648

  10 Jan 2008; Ryan Hill <dirtyepic@gentoo.org> -wxpython-2.6.3.3.ebuild:
  Remove old.

  25 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0.ebuild:
  Make sure we set WX_GTK_VER before calling check_wxuse. Bug #203298 by Fabio
  Rossi.

  24 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.8.7.1.ebuild:
  Re-add dropped ppc keyword, touch up deps.

*wxpython-2.8.7.1 (24 Dec 2007)

  24 Dec 2007; Ryan Hill <dirtyepic@gentoo.org>
  +files/wxpython-2.8.7-wxversion-scripts.patch, +wxpython-2.8.7.1.ebuild:
  Version bump.  Masked for testing.

  22 Dec 2007; nixnut <nixnut@gentoo.org> wxpython-2.6.4.0-r1.ebuild:
  Added ~ppc wrt bug 199594

  22 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.3.3.ebuild,
  wxpython-2.6.4.0.ebuild, wxpython-2.6.4.0-r1.ebuild:
  Lock DEPEND to wxGTK-2.6 for bug #202998.

  13 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild:
  Drop arm, ppc, sh, and x86-fbsd keywords for bug #199594.

  04 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.4.0-r1.ebuild:
  Remove EA_ADD_OPTS=0 from configuration, leftover from testing.

*wxpython-2.6.4.0-r1 (25 Nov 2007)

  25 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.6.4.0-r1.ebuild:
  Add 2.6.4.0-r1, masked for testing.

  04 Nov 2007; Christoph Mende <angelos@gentoo.org> wxpython-2.6.4.0.ebuild:
  Stable on amd64 wrt bug #197186

  30 Oct 2007; Jeroen Roovers <jer@gentoo.org> wxpython-2.6.4.0.ebuild:
  Stable for HPPA (bug #197186).

  29 Oct 2007; Raúl Porcel <armin76@gentoo.org> wxpython-2.6.4.0.ebuild:
  alpha/ia64/sparc stable wrt #197358

  28 Oct 2007; Markus Rothe <corsair@gentoo.org> wxpython-2.6.4.0.ebuild:
  Stable on ppc64; bug #197186

  28 Oct 2007; Markus Meier <maekke@gentoo.org> wxpython-2.6.4.0.ebuild:
  x86 stable, bug #197186

  27 Oct 2007; nixnut <nixnut@gentoo.org> wxpython-2.6.4.0.ebuild:
  Stable on ppc wrt bug 197186

  22 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.3.3.ebuild,
  wxpython-2.6.4.0.ebuild:
  Adjust deps.

  19 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.3.3.ebuild,
  wxpython-2.6.4.0.ebuild:
  Lock deps further to wxGTK-${PV} for wxpython.

  19 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.3.3.ebuild,
  wxpython-2.6.4.0.ebuild:
  lock wxGTK depend to 2.6

*wxpython-2.6.4.0 (01 Sep 2007)

  01 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> +wxpython-2.6.4.0.ebuild:
  Version bump. No major groundbreakery. Masked due to dep on
  =x11-libs/wxGTK-2.6.4.0.

  07 May 2007; Bryan Østergaard <kloeri@gentoo.org>
  wxpython-2.6.3.3.ebuild:
  Add missing category to built_with_use call. Bug reported by kimrhh on irc.

  01 May 2007; Mart Raudsepp <leio@gentoo.org>
  -files/scripts-multiver-2.6.0.0.diff, -files/wxversion.py,
  -wxpython-2.6.1.0.ebuild:
  Remove old version and stale patches

  01 May 2007; Torsten Veller <tove@gentoo.org> Manifest:
  Recreated old Manifest. Fix #176649.

  30 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org>
  wxpython-2.6.3.3.ebuild:
  Stable on alpha although there is a known bug in wxDirDialog. See #136924
  for details.

  29 Apr 2007; Ryan Hill <dirtyepic@gentoo.org>
  -files/wxpython-2.4.2.4-64bit.patch, -wxpython-2.4.2.4-r3.ebuild,
  -wxpython-2.4.2.4-r4.ebuild:
  Remove wxpython-2.4 from the tree.  Bug #146073.

  07 Apr 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.6.3.3.ebuild:
  When USE="opengl" make sure wxGTK was built with opengl support.

  10 Feb 2007; Simon Stelling <blubb@gentoo.org> wxpython-2.6.3.3.ebuild:
  stable on amd64; bug 136924

*wxpython-2.4.2.4-r4 (03 Feb 2007)

  03 Feb 2007; Simon Stelling <blubb@gentoo.org>
  +files/wxpython-2.4.2.4-64bit.patch, +wxpython-2.4.2.4-r4.ebuild:
  fix 64bit issues; bug 117885

  23 Jan 2007; Jeroen Roovers <jer@gentoo.org> wxpython-2.6.3.3.ebuild:
  Stable for HPPA (bug #136924).

  16 Jan 2007; Joseph Jezak <josejx@gentoo.org> wxpython-2.6.3.3.ebuild:
  Marked ppc stable for bug #136924.

  15 Jan 2007; Raúl Porcel <armin76@gentoo.org> wxpython-2.6.3.3.ebuild:
  x86 stable, wrt bug 136924

  15 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  wxpython-2.6.3.3.ebuild:
  Stable on sparc wrt #136924

  14 Jan 2007; Markus Rothe <corsair@gentoo.org> wxpython-2.6.3.3.ebuild:
  Stable on ppc64; bug #136924

  05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> wxpython-2.4.2.4-r3.ebuild,
  wxpython-2.6.1.0.ebuild, wxpython-2.6.3.3.ebuild:
  einfo -> elog

*wxpython-2.6.3.3 (29 Dec 2006)

  29 Dec 2006; Tiziano Müller <dev-zero@gentoo.org>
  -wxpython-2.6.3.2.ebuild, +wxpython-2.6.3.3.ebuild:
  Version bump (bug #156805), fixes bugs #154505, #148399, #158050

  15 Oct 2006; Mart Raudsepp <leio@gentoo.org> -wxpython-2.4.2.4.ebuild,
  -wxpython-2.6.0.0-r1.ebuild:
  Drop old versions

  06 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
  wxpython-2.6.3.2.ebuild:
  Add ~x86-fbsd keyword.

  27 Aug 2006; Mart Raudsepp <leio@gentoo.org> metadata.xml:
  Change primary herd to wxwindows.

  03 Aug 2006; Mart Raudsepp <leio@gentoo.org> wxpython-2.6.3.2.ebuild:
  Change wxGTK depend to avoid dependency problems after a version bump.

  14 Apr 2006; Mark Loeser <halcy0n@gentoo.org> wxpython-2.6.3.2.ebuild:
  Fix dependencies so that wxpython and wxGTK versions always match; bug #129937

*wxpython-2.6.3.2 (13 Apr 2006)

  13 Apr 2006; Mark Loeser <halcy0n@gentoo.org> +wxpython-2.6.3.2.ebuild:
  Bump to new upstream version 2.6.3.2; bug #121856

  18 Dec 2005; Markus Rothe <corsair@gentoo.org> wxpython-2.6.1.0.ebuild:
  Stable on ppc64

  29 Nov 2005; Luis Medinas <metalgod@gentoo.org>
  wxpython-2.4.2.4-r3.ebuild:
  Stable on amd64. Fixes bug #113893.

  29 Nov 2005; Luis Medinas <metalgod@gentoo.org> wxpython-2.6.1.0.ebuild:
  Stable on amd64.

  25 Nov 2005; Tom Gall <tgall@gentoo.org>
  wxpython-2.6.1.0.ebuild:
  added ~ppc64

  11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org>
  wxpython-2.6.1.0.ebuild:
  Stable on ppc.

  17 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  wxpython-2.6.1.0.ebuild:
  Stable on sparc

  17 Oct 2005; Aron Griffis <agriffis@gentoo.org> wxpython-2.6.1.0.ebuild:
  Mark 2.6.1.0 stable on alpha

  15 Oct 2005; Rob Cakebread <pythonhead@gentoo.org>
  wxpython-2.6.1.0.ebuild:
  Stable x86. Fixed wxGTK dep

*wxpython-2.4.2.4-r3 (11 Oct 2005)

  11 Oct 2005; Rob Cakebread <pythonhead@gentoo.org>
  +wxpython-2.4.2.4-r3.ebuild:
  Fixes bug #108643

  10 Sep 2005; Aron Griffis <agriffis@gentoo.org>
  wxpython-2.4.2.4-r2.ebuild:
  Mark 2.4.2.4-r2 stable on alpha

  07 Sep 2005; Simon Stelling <blubb@gentoo.org> wxpython-2.4.2.4.ebuild,
  wxpython-2.4.2.4-r2.ebuild, wxpython-2.6.0.0-r1.ebuild,
  wxpython-2.6.1.0.ebuild:
  make multilib-strict aware; bug 103535

*wxpython-2.6.1.0 (12 Jul 2005)

  12 Jul 2005; Rob Cakebread <pythonhead@gentoo.org>
  +files/scripts-multiver-2.6.1.0.diff, +wxpython-2.6.1.0.ebuild:
  Version bump.

  17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
  wxpython-2.4.2.4-r2.ebuild:
  Stable on ppc.

  06 Jun 2005; Markus Rothe <corsair@gentoo.org> wxpython-2.4.2.4-r2.ebuild:
  Stable on ppc64

  22 May 2005; Jason Wever <weeve@gentoo.org> wxpython-2.4.2.4-r2.ebuild:
  Stable on SPARC.

  22 May 2005; Rene Nussbaumer <killerfox@gentoo.org>
  wxpython-2.4.2.4-r2.ebuild:
  Stable on hppa

  18 May 2005; Rob Cakebread <pythonhead@gentoo.org>
  wxpython-2.4.2.4-r2.ebuild:
  Marked stable x86

*wxpython-2.6.0.0-r1 (11 May 2005)

  11 May 2005; Rob Cakebread <pythonhead@gentoo.org>
  -wxpython-2.6.0.0.ebuild, +wxpython-2.6.0.0-r1.ebuild:
  Changed to non-monolithic build. bug# 91574, removed monolithic ebuild

*wxpython-2.6.0.0 (02 May 2005)
*wxpython-2.4.2.4-r2 (02 May 2005)

  02 May 2005; Rob Cakebread <pythonhead@gentoo.org>
  +files/scripts-multiver-2.6.0.0.diff, files/wxpy-config.py,
  +wxpython-2.4.2.4-r2.ebuild, -wxpython-2.5.3.1.ebuild,
  +wxpython-2.6.0.0.ebuild:
  Version bump. Now using SLOTs.

  25 Jan 2005; Rob Cakebread <pythonhead@gentoo.org>
  wxpython-2.4.2.4.ebuild:
  Moved to SLOT 2.4

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

  11 Dec 2004; Rob Cakebread <pythonhead@gentoo.org>
  wxpython-2.5.3.1.ebuild:
  Put headers in a better place. Closes #74019

  13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org>
  wxpython-2.5.3.1.ebuild:
  Fixed site_pkgs location

  13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org>
  wxpython-2.4.2.4.ebuild:
  Pegged deps on wxGTK at 2.4*

  13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org>
  wxpython-2.4.2.4-r1.ebuild, wxpython-2.5.3.1.ebuild:
  wxpy-config.py wasn't being copied. bug# 71043

*wxpython-2.4.2.4-r1 (12 Nov 2004)

  12 Nov 2004; Rob Cakebread <pythonhead@gentoo.org> +files/wxpy-config.py,
  +files/wxversion.py, +wxpython-2.4.2.4-r1.ebuild,
  +wxpython-2.5.3.1.ebuild:
  Version bump, retrofitted with SLOTs, bug# 47810

  05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
  Fixed ChangeLog header.

  18 Aug 2004; Tom Gall <tgall@gentoo.org> wxpython-2.4.2.4.ebuild:
  stable on ppc64, bug #58420

  06 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> -wxpython-2.4.0.7.ebuild,
  -wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild:
  Removed obsolete versions, changed 2.4.2.4 to use new wxwidgets eclass

  02 Aug 2004; Rob Cakebread <pythonhead@gentoo.org>
  +files/controsl2.py.patch:
  Added missing controls2.py.patch

  02 Aug 2004; Ferris McCormick <fmccor@gentoo.org> wxpython-2.4.2.4.ebuild:
  Stable for sparc.  This version runs fine, and the previous stable
  version (2.4.1.2) no longer builds because its patch file is missing.
  This version runs both +gtk2, -gtk2.  Also, it (and wxGTK) build with
  gcc-3.3.3, hardened gcc-3.3.4-r1 as of the date of this entry, and run.

  20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild,
  wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild:
  dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies
  accordingly.

  05 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> wxpython-2.4.2.4.ebuild:
  Clarified USE='gtk2' messages. Bug# 56153

  03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild,
  wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild:
  Fix error messages.

*wxpython-2.4.2.4 (03 Jul 2004)

  03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +wxpython-2.4.0.7.ebuild,
  +wxpython-2.4.1.2.ebuild, +wxpython-2.4.2.4.ebuild:
  Follow naming policy, rename wxPython to wxpython.

  30 Jun 2004; Guy Martin <gmsoft@gentoo.org> wxPython-2.4.2.4.ebuild:
  Marked stable on hppa.

  22 Jun 2004; Rob Cakebread <pythonhead@gentoo.org> wxPython-2.4.2.4.ebuild:
  Marked stable on x86

  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> wxPython-2.4.0.7.ebuild,
  wxPython-2.4.1.2.ebuild, wxPython-2.4.2.4.ebuild:
  Fix use invocation

  25 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
  wxPython-2.4.0.7.ebuild:
  don't use deprecated ? : use syntax

  17 Feb 2004; Aron Griffis <agriffis@gentoo.org> wxPython-2.4.0.7.ebuild,
  wxPython-2.4.1.2.ebuild, wxPython-2.4.2.4.ebuild:
  stable on alpha and ia64

  17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> :
  manifest fix

  16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> wxPython-2.4.2.4.ebuild:
  set ppc in keywords

  29 Dec 2003; Guy Martin <gmsoft@gentoo.org> wxPython-2.4.1.2.ebuild:
  Marked stable on hppa.

  25 Dec 2003; Jason Wever <weeve@gentoo.org> wxPython-2.4.1.2.ebuild:
  Marked stable on sparc.

  12 Oct 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.2.4.ebuild:
  add unicode support to match wxGTK-2.4.2 thanks to Vaclav Slavik
  <vaclav.slavik@matfyz.cz> (#30768)

  08 Oct 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.1.2.ebuild,
  wxPython-2.4.2.4.ebuild:
  added debug config wx*-config and stable bumped wxPython-2.4.1.2

  08 Oct 2003; Seemant Kulleen <seemant@gentoo.org> wxPython-2.4.1.2.ebuild,
  wxPython-2.4.2.4.ebuild:
  the dependency is tiff, not libtiff

*wxPython-2.4.2.4 (08 Oct 2003)

  08 Oct 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.7.ebuild,
  wxPython-2.4.1.2.ebuild, wxPython-2.4.2.4.ebuild:
  version bump. incorporating license changes thanks to Vaclav Slavik
  <vaclav.slavik@matfyz.cz> (#28697)

  10 Jul 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.1.2.ebuild,
  files/controls2.py.patch:
  Added a tiny patch to fix a typo in controls2.py

*wxPython-2.4.1.2 (09 Jul 2003)

  09 Jul 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.1.2.ebuild:
  new version. needs wxGTK-2.4.1

  08 Jul 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.2.ebuild:
  removed non-functional patch from wxWindows-2.4.0.2

  07 Jul 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.7.ebuild:
  bump to stable

  07 May 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.6.ebuild,
  wxPython-2.4.0.7.ebuild:
  Detect non-unicode wxGTK

*wxPython-2.4.0.7 (27 Apr 2003)

  27 Apr 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.7.ebuild:
  version bump

*wxPython-2.4.0.6 (16 Mar 2003)

  26 Mar 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.6.ebuild:
  Fixed typo that disallows wxPython from merging. Fixes #18203.

  26 Mar 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.6.ebuild:
  add check to make sure wxGTK is compiled with the right use flags

  16 Mar 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.6.ebuild:
  version bump

*wxPython-2.4.0.2 (01 Feb 2003)

  01 Feb 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.2.ebuild :
  Version bump.  Bug fixes.

*wxPython-2.4.0.1 (12 Jan 2003)

  15 Jan 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.1.ebuild :
  Marked stable for x86.

  13 Jan 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.1.ebuild :
  Added gtk2 support based on code submitted  by Jose Fonseca on bug
  #13860

  12 Jan 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.1.ebuild,
  files/digest-wxPython-2.4.0.1 :
  A much needed upgrade.  Works with the latest wxGTK release.
  As we have had much problems with the 2.3.4 wxGTK series I am hoping
  this may actually make into the stable 1.4 release or we need to bump
  back to to 2.3.3 series of wxGTK.

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

*wxPython-2.3.3.1-r2 (30 Oct 2002)

  30 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
  Removed all the crap put into the first 2.3.3.1 ebuild to build wxGTK and
  updated the patch to remove glcanvas

*wxPython-2.3.3.1-r1 (29 Oct 2002)

  29 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
  added some changes per discussion on #9693

*wxPython-2.3.3.1 (28 Oct 2002)

  28 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
  This version bump was nasty rough ...
  They added configure/make scripts to this package now, so mirrored much of
  the configure setup after wxGTK ...

*wxPython-2.3.2.1-r2 (29 Aug 2002)

  13 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
  Moved glcanvas patch from -r1 as specifying GLCANVAS=0 doesn't disable
  the opengl portion of the build fully.  Should fix bug #7777.

  11 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
  tightened wxGTK dependancy to wxGTK-2.3.2*

  01 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
  Updated ebuild with missing ${myconf}'s

  29 Aug 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild,
  file/digest-wxPython-2.3.2.1-r2, files/ledctrl.diff :
  GLCANVAS and GIZMOS extensions are now re-enabled and we should have a
  full-featured ebuild of wxPython.

*wxPython-2.3.2.1-r1 (2 Jul 2002)

  22 Aug 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r1.ebuild,
  files/noglcanvas.diff, files/nogizmos.diff :
  Ebuild disables glcancas and gizmos extensions as they currently are
  not building correctly.

  2 Jul 2002; Jon Nelson <jnelson@gentoo.org> wxPython-2.3.2.1-r1:
  Make lintool happy
  expressly don't build GLCANVAS

*wxPython-2.3.2.1 (11 Apr 2002)

  11 Apr 2002; Spider <spider@gentoo.org>
  Update all glib dependencies to use glib-1.2*  in preparation of
  unmasking the glib-2.0.1 packages

*wxPython-2.3.2.1 (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.