summaryrefslogtreecommitdiff
blob: 3d10441f907f6a3c7cae338d2a1302f08bc9c8a4 (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
# ChangeLog for kde-base/kdelibs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.185 2005/01/23 01:39:48 cryos Exp $

  23 Jan 2005; Marcus D. Hanwell <cryos@gentoo.org>
  kdelibs-3.4.0_beta1.ebuild:
  Added some extra logic to create correct symlink for multilib.

  19 Jan 2005; Marcus Hanwell <cryos@gentoo.org> kdelibs-3.3.2-r2.ebuild:
  Added some extra logic to create correct symlink for multilib.

  18 Jan 2005; Gregorio Guidi <greg@gentoo.org> kdelibs-3.4.0_beta1.ebuild:
  Added optional support for spellcheckers.

*kdelibs-3.4.0_beta1 (14 Jan 2005)

  14 Jan 2005; Gregorio Guidi <greg@gentoo.org>
  +files/reference-list-rev-1.3.diff, +kdelibs-3.4.0_beta1.ebuild:
  Introducing kde-3.4.0_beta1. Removed dependency on openldap: code moved to
  kdebase. Added optional support for jpeg2000 and for openexr file format.
  Dependencies cleanup. Remove the file that sets KDEDIR in /etc/env.d, since it
  is obsoleted.

  03 Jan 2005; Guy Martin <gmsoft@gentoo.org> kdelibs-3.3.2-r2.ebuild:
  Stable on hppa.

  03 Jan 2005; Guy Martin <gmsoft@gentoo.org> kdelibs-3.3.2-r2.ebuild:
  Stable on hppa.

*kdelibs-3.3.2-r2 (03 Jan 2005)

  03 Jan 2005; Caleb Tennis <caleb@gentoo.org>
  +files/post-3.2.3-kdelibs-kioslave.patch,
  +files/post-3.3.2-kdelibs-kioslave.patch, -kdelibs-3.2.3-r4.ebuild,
  +kdelibs-3.2.3-r5.ebuild, -kdelibs-3.3.2-r1.ebuild,
  +kdelibs-3.3.2-r2.ebuild:
  Add a patch for security bug #73759

  29 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
  kdelibs-3.3.2-r1.ebuild:
  Stable on alpha, bug 72750.

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

  28 Dec 2004; Dylan Carlson <absinthe@gentoo.org> kdelibs-3.3.2-r1.ebuild:
  Stable on amd64.

  27 Dec 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.3.2-r1.ebuild:
  x86 stable

  18 Dec 2004; Markus Rothe <corsair@gentoo.org> kdelibs-3.3.1-r2.ebuild:
  Stable on ppc64

  13 Dec 2004; Caleb Tennis <caleb@gentoo.org> -kdelibs-3.2.3-r2.ebuild,
  -kdelibs-3.2.3-r3.ebuild, -kdelibs-3.3.1-r1.ebuild, -kdelibs-3.3.1.ebuild,
  -kdelibs-3.3.2.ebuild:
  Remove older revisions

*kdelibs-3.2.3-r4 (13 Dec 2004)

  13 Dec 2004; Caleb Tennis <caleb@gentoo.org>
  +files/post-3.2.3-kdelibs-htmlframes2.patch,
  +files/post-3.3.1-kdelibs-htmlframes2.patch,
  +files/post-3.3.2-kdelibs-htmlframes2.patch, +kdelibs-3.2.3-r4.ebuild,
  +kdelibs-3.3.1-r2.ebuild, +kdelibs-3.3.2-r1.ebuild:
  Rev bump for security bug fix #73869

*kdelibs-3.3.1-r1 (09 Dec 2004)

  09 Dec 2004; Caleb Tennis <caleb@gentoo.org>
  +files/post-3.2.3-kdelibs-khtml.diff, +files/post-3.2.3-kdelibs-kio.diff,
  +files/post-3.3.1-kdelibs-khtml.diff, +files/post-3.3.1-kdelibs-kio.diff,
  +kdelibs-3.2.3-r3.ebuild, +kdelibs-3.3.1-r1.ebuild:
  Add patches (with new ebuild rev) for security bug #72804

*kdelibs-3.3.2 (08 Dec 2004)

  08 Dec 2004; Caleb Tennis <caleb@gentoo.org> +kdelibs-3.3.2.ebuild:
  Version bump

  06 Dec 2004; Jason Huebel <jhuebel@gentoo.org> kdelibs-3.3.1.ebuild:
  stable on amd64

  02 Dec 2004; Carsten Lohrke <carlo@gentoo.org> kdelibs-3.3.0.ebuild,
  kdelibs-3.3.1.ebuild:
  block kde-misc/kgamma

  27 Nov 2004; Philip Walls <malverian@gentoo.org> kdelibs-3.3.1.ebuild:
  Migrate to virtual/fam

  17 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> kdelibs-3.3.1.ebuild:
  Stable on alpha.

  08 Nov 2004; Joseph Jezak <josejx@gentoo.org> kdelibs-3.3.1.ebuild:
  Marked ppc stable.

  04 Nov 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.3.1.ebuild:
  Stable on sparc wrt security bug #69936.

  03 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> kdelibs-3.3.1.ebuild:
  ~alpha keyword.

  03 Nov 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.3.1.ebuild:
  x86 stable

*kdelibs-3.3.1 (12 Oct 2004)

  12 Oct 2004; Caleb Tennis <caleb@gentoo.org> +kdelibs-3.3.1.ebuild:
  Version bump

  04 Oct 2004; Guy Martin <gmsoft@gentoo.org> kdelibs-3.3.0.ebuild:
  Stable on hppa.

  19 Sep 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.3.0.ebuild:
  Add kerberos support (Bug #52994)

  19 Sep 2004; Malcolm Lashley <malc@gentoo.org> kdelibs-3.3.0.ebuild:
  Stable on amd64

  14 Sep 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.3.0.ebuild:
  Stable on sparc.

  09 Sep 2004; Caleb Tennis <caleb@gentoo.org> -kdelibs-3.2.1.ebuild,
  -kdelibs-3.2.2.ebuild, -kdelibs-3.2.3-r1.ebuild, -kdelibs-3.2.3.ebuild:
  Remove stale versions, mark 3.3.0 x86 stable

  30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  kdelibs-3.1.5-r1.ebuild, kdelibs-3.2.1.ebuild, kdelibs-3.2.2.ebuild,
  kdelibs-3.2.3.ebuild, kdelibs-3.3.0.ebuild:
  Masked kdelibs-3.3.0.ebuild stable for ppc

  30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  kdelibs-3.1.5-r1.ebuild, kdelibs-3.2.1.ebuild, kdelibs-3.2.2.ebuild,
  kdelibs-3.2.3.ebuild:
  Masked kdelibs-3.2.3.ebuild stable for ppc

  30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  kdelibs-3.1.5-r1.ebuild, kdelibs-3.2.1.ebuild, kdelibs-3.2.2.ebuild:
  Masked kdelibs-3.2.2.ebuild stable for ppc

  30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  kdelibs-3.1.5-r1.ebuild, kdelibs-3.2.1.ebuild:
  Masked kdelibs-3.2.1.ebuild stable for ppc

  30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  kdelibs-3.1.5-r1.ebuild:
  Masked kdelibs-3.1.5-r1.ebuild stable for ppc

  23 Aug 2004; psi29a <psi29a@gentoo.org> kdelibs-3.3.0.ebuild:
  Added to ~mips

*kdelibs-3.2.3-r2 (23 Aug 2004)

  23 Aug 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.3-r2.ebuild,
  files/post-3.2.3-kdelibs-kcookiejar.patch:
  Version bump to pull in revised kcookiejar patch (Bug #61389)

  22 Aug 2004; Tom Gall <tgall@gentoo.org> kdelibs-3.3.0.ebuild:
  stable on ppc64, bug #58179

*kdelibs-3.3.0 (19 Aug 2004)

  19 Aug 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.3.0.ebuild,
  kdelibs-3.3.0_beta2.ebuild:
  3.3.0 final

*kdelibs-3.3.0_rc2 (10 Aug 2004)

  10 Aug 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.3.0_rc1.ebuild,
  kdelibs-3.3.0_rc2.ebuild:
  add _rc2, remove _rc1

*kdelibs-3.3.0_rc1 (06 Aug 2004)

  06 Aug 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.3.0_rc1.ebuild:
  New _rc1, minor dep differences from _beta2.

*kdelibs-3.2.3-r1 (06 Aug 2004)

  06 Aug 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.3-r1.ebuild,
  kdelibs-3.3.0_beta1.ebuild, files/post-3.2.3-kdelibs-dcopserver.patch,
  files/post-3.2.3-kdelibs-htmlframes.patch,
  files/post-3.2.3-kdelibs-kcookiejar.patch,
  files/post-3.2.3-kdelibs-kstandarddirs.patch:
  Add a new _rc1.
  Remove the _beta1.
  Add a 3.2.3-r1 which incorporates some security fixes.

  26 Jul 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.3.0_beta2.ebuild:
  add dep to libidn. Maybe this can be use flagged later, but it's such a small
  library that for now I'm just going to put it in and see what happens.

*kdelibs-3.3.0_beta2 (23 Jul 2004)

  23 Jul 2004; Caleb Tennis <caleb@gentoo.org> +kdelibs-3.3.0_beta2.ebuild:
  new beta

*kdelibs-3.3.0_beta1 (08 Jul 2004)

  08 Jul 2004; Caleb Tennis <caleb@gentoo.org> -kdelibs-3.3.0_alpha1.ebuild,
  +kdelibs-3.3.0_beta1.ebuild:
  New beta, remove alpha

  07 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> kdelibs-3.2.2-r1.ebuild:
  Stable on alpha.

*kdelibs-3.2.3 (10 Jun 2004)

  10 Jun 2004; Caleb Tennis <caleb@gentoo.org> +kdelibs-3.2.3.ebuild:
  Version bump

  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> kdelibs-3.2.0.ebuild:
  Fix use invocation

  01 Jun 2004; Travis Tilley <lv@gentoo.org> kdelibs-3.2.2-r1.ebuild:
  stable on amd64

*kdelibs-3.3.0_alpha1 (25 May 2004)

  25 May 2004; Caleb Tennis <caleb@gentoo.org> +kdelibs-3.3.0_alpha1.ebuild:
  3.3alpha1 - hardmasked

  23 May 2004; Daniel Ostrow <dostrow@forbes.com> kdelibs-3.2.2-r1.ebuild:
  Stable on ppc.

  15 May 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.2.2.ebuild:
  Stable on sparc.

*kdelibs-3.1.5-r1 (17 May 2004)
*kdelibs-3.2.2-r1 (17 May 2004)

  17 May 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.5-r1.ebuild,
  kdelibs-3.1.5.ebuild, kdelibs-3.2.2-r1.ebuild,
  files/post-3.1.5-kdelibs-kapplication.patch,
  files/post-3.1.5-kdelibs-ktelnetservice.patch,
  files/post-3.2.2-kdelibs-kapplication.patch,
  files/post-3.2.2-kdelibs-ktelnetservice.patch:
  Add two patches for KDE security update, 3.2.2 and 3.1.5

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> kdelibs-3.1.5.ebuild,
  kdelibs-3.2.0.ebuild, kdelibs-3.2.2.ebuild:
  Add inherit eutils

  24 Apr 2004; Bret Curtis <psi29a@gentoo.org> kdelibs-3.2.2.ebuild:
  Added to ~mips

  21 Apr 2004; Caleb Tennis <caleb@gentoo.org> files/kdelibs-3.2.2-su.cpp.diff:
  Fix the patch

  20 Apr 2004; Caleb Tennis <caleb@gentoo.org>
  -files/kdelibs-3.0.5b-http.patch, -files/kdelibs-3.0.5b-khtml.patch,
  -files/kdelibs-3.0.5b-libxml2-2.5.2.diff, -kdelibs-3.0.5b-r1.ebuild:
  Remove old version

  20 Apr 2004; Caleb Tennis <caleb@gentoo.org>
  +files/kdelibs-3.2.2-su.cpp.diff:
  Add a patch which fixes kcmshell root password asking

*kdelibs-3.2.2 (19 Apr 2004)

  19 Apr 2004; Caleb Tennis <caleb@gentoo.org> +kdelibs-3.2.2.ebuild:
  Version bump

  17 Apr 2004; Travis Tilley <lv@gentoo.org> kdelibs-3.2.1.ebuild:
  marked stable on amd64

  01 Apr 2004; Travis Tilley <lv@gentoo.org> kdelibs-3.2.1.ebuild:
  added lib64 symlink on amd64

  16 Mar 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.0.5b-r1.ebuild:
  Change to virtual/alsa

  15 Mar 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.2.1.ebuild:
  Marked stable on sparc.

  15 Mar 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.2.1.ebuild:
  Marked stable on sparc.

  12 Mar 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.4.ebuild,
  kdelibs-3.2.1.ebuild, files/kdelibs-3.1.4-alsafix.diff,
  files/kdelibs-3.1.4-kjs-alphaev6-gcc3-workaround.patch:
  x86 stable and version cleanup

*kdelibs-3.2.1 (09 Mar 2004)

  09 Mar 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.1.ebuild:
  Version bump

  03 Mar 2004; <agriffis@gentoo.org> kdelibs-3.2.0.ebuild:
  stable on alpha and ia64

  28 Feb 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.1.5.ebuild:
  Marked stable on sparc.

  15 Feb 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.2.0.ebuild:
  Marked stable on sparc.

  10 Feb 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0.ebuild:
  x86 stable

  10 Feb 2004; Lars Weiler <pylon@gentoo.org> kdelibs-3.2.0.ebuild:
  Stable on ppc.

  10 Feb 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0.ebuild,
  files/qt-3.3-printfix.patch:
  Add a patch to fix printing problems with Qt 3.3

  05 Feb 2004; Luca Barbato <lu_zero@gentoo.org> kdelibs-3.2.0.ebuild:
  Marked ~ppc

  05 Feb 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0.ebuild,
  files/animated-gif-fix.patch:
  Fix animated gif problems.

*kdelibs-3.2.0 (02 Feb 2004)

  02 Feb 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0.ebuild,
  kdelibs-3.2.0_rc1.ebuild:
  New version, remove _rc

  29 Jan 2004; Aron Griffis <agriffis@gentoo.org> kdelibs-3.1.5.ebuild:
  stable on alpha and ia64

  18 Jan 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.0.4-r1.ebuild,
  kdelibs-3.1.2-r1.ebuild, kdelibs-3.2.0_beta1.ebuild,
  kdelibs-3.2.0_beta2.ebuild, files/kdelibs-3.1.2-http.patch,
  files/kdelibs-3.1.2-khtml.patch,
  files/kdelibs-3.1.2-kjs-alphaev6-gcc3-workaround.patch:
  New version, removing older versions

  16 Jan 2004; Martin Guy <gmsoft@gentoo.org> kdelibs-3.1.5.ebuild:
  Marked stable on hppa.

*kdelibs-3.1.5 (14 Jan 2004)

  14 Jan 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.5.ebuild,
  files/kdelibs-3.1.5-kjs-alphaev6-gcc3-workaround.patch:
  New version

  13 Jan 2004; Aron Griffis <agriffis@gentoo.org> kdelibs-3.1.4.ebuild:
  stable on alpha

  10 Jan 2004; Aron Griffis <agriffis@gentoo.org> kdelibs-3.1.4.ebuild:
  require autoconf-2.58 now that it's marked stable on all arches where
  kdelibs-3.1.4 is marked stable

  08 Jan 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.4.ebuild:
  Hopefully this will stop so many bugs from being reported
  until autoconf becomes stable.

  04 Jan 2004; Jason Wever <weeve@gentoo.org> kdelibs-3.2.0_beta2.ebuild:
  Added ~sparc keyword.

  03 Jan 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.4.ebuild,
  files/kdelibs-3.1.4-alsafix.diff:
  Make it compile with alsa 1.0

  03 Jan 2004; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.4.ebuild,
  kdelibs-3.2.0_beta2.ebuild:
  make alsa dep <= 0.9.8

  27 Dec 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.4.ebuild,
  kdelibs-3.2.0_beta2.ebuild:
  minor dep cleanups

  24 Dec 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.4.ebuild,
  kdelibs-3.2.0_beta2.ebuild:
  Make alsa dependency < version 1.0.0 as kdelibs doesn't support it yet

  24 Dec 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0_beta2.ebuild:
  minor cleanups

  09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> kdelibs-3.0.4-r1.ebuild,
  kdelibs-3.0.5b-r1.ebuild, kdelibs-3.1.2-r1.ebuild, kdelibs-3.1.4.ebuild,
  kdelibs-3.2.0_beta1.ebuild, kdelibs-3.2.0_beta2.ebuild:
  changed app-text/ghostscript to virtual/ghostscript

*kdelibs-3.2.0_beta2 (01 Dec 2003)

  07 Dec 2003; foser <foser@gentoo.org> kdelibs-*.ebuild :
  Fix fam-oss dep to fam, due to move

  01 Dec 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0_alpha2.ebuild,
  kdelibs-3.2.0_beta2.ebuild:
  New beta version, remove old alpha version

  20 Nov 2003; Luca Barbato <lu_zero@gentoo.org> kdelibs-3.1.4.ebuild:
  Marked ppc

  08 Nov 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0_beta1.ebuild:
  Add back in kdelibs apidocs compilation is the user has the doc flag set.

*kdelibs-3.2.0_beta1 (01 Nov 2003)

  01 Nov 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0_beta1.ebuild:
  New beta version

  13 Oct 2003; Paul de Vrieze <pauldv@gentoo.org> kdelibs-3.2.0_alpha2.ebuild:
  Change alsa_driver dependency to depend on virtual/alsa

  04 Oct 2003; Brad House <brad_mssw@gentoo.org> kdelibs-3.1.4.ebuild:
  add ~amd64 flag

  30 Sep 2003; Luca Barbato <lu_zero@gentoo.org> files/kdelibs-3.1.2-*:
  recovered the patches needed by kdelibs-3.1.2-r1
  
  27 Sep 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-2.2.2a-r2.ebuild,
  kdelibs-2.2.2a-r2.ebuild, kdelibs-3.0.5b.ebuild, kdelibs-3.0.5b.ebuild,
  kdelibs-3.1.1a.ebuild, kdelibs-3.1.1a.ebuild, kdelibs-3.1.2.ebuild,
  kdelibs-3.1.2.ebuild, kdelibs-3.1.3-r1.ebuild, kdelibs-3.1.3-r1.ebuild,
  kdelibs-3.1.3.ebuild, kdelibs-3.1.3.ebuild,
  files/kdelibs-2.2.2a-crosside.diff, files/kdelibs-2.2.2a-gentoo.diff,
  files/kdelibs-3.1.2-http.patch, files/kdelibs-3.1.2-khtml.patch:
  removing stale versions

  26 Sep 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.1.4.ebuild:
  Added sparc keyword.

*kdelibs-3.2.0_alpha2 (25 Sep 2003)

  25 Sep 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.2.0_alpha1.ebuild,
  kdelibs-3.2.0_alpha1.ebuild, kdelibs-3.2.0_alpha2.ebuild:
  new alpha version

  25 Sep 2003; root <root@gentoo.org> kdelibs-3.1.4.ebuild:
  marking x86 stable

  16 Sep 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.1.3.ebuild:
  Marked stable for sparc.

*kdelibs-3.1.4 (19 Sep 2003)

  19 Sep 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.4.ebuild:
  make dependency on virtual/alsa

*kdelibs-3.2.0_alpha1 (12 Sep 2003)

  12 Sep 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.2.0_alpha1.ebuild:
  Marking as unusable as not all dependecies are met and hasn't been tested yet.

  07 Sep 2003; Caleb Tennis <caleb@gentoo.org> kdelibs-3.1.3-r1.ebuild:
  x86 stable

*kdelibs-3.1.3-r1 (05 Aug 2003)

  05 Aug 2003; Paul de Vrieze <pauldv@gentoo.org> kdelibs-3.1.3-r1.ebuild,
  files/kdelibs-3.1.3-render_root.patch:
  Fix the horizontal scrollbar issue with khtml-3.1.3

*kdelibs-3.0.5b-r1 (20 Jul 2003)
*kdelibs-3.1.2-r1 (20 Jul 2003)

  20 Jul 2003; Caleb Tennis <caleb@gentoo.org: kdelibs-3.1.2-r1.ebuild, kdelibs-3.0.5b-r1.ebuild:
  Adding two security patches.

*kdelibs-3.1.3 (20 Jul 2003)

  30 Jul 2003; Caleb Tennis <caleb@gentoo.org>: kdelibs-3.1.3.ebuild:
  Add a dep that Qt version != 3.2.0, or kde bombs out.
  Also remove an old portage version dep.

  20 Jul 2003; Caleb Tennis <caleb@gentoo.org>: kdelibs-3.1.3.ebuild:
  New version

  21 Jun 2003; Caleb Tennis <caleb@gentoo.org>:
  Removed old ebuilds: 2.2.2a-r1, 3.0.5a-r1, 3.1, 3.1-r2, 3.1-r3, 3.1.1, 3.1.1-r1
    and assorted patch/diff files that go along with them.

  16 Jun 2003; Will Woods <wwoods@gentoo.org> kdelibs-3.1.2.ebuild:
  Marked stable for alpha

  20 May 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.1.2.ebuild:
  Changed ~sparc keyword to sparc.

*kdelibs-3.1.2 (19 May 2003)

  19 May 2003; Dan Armak <danarmak@gentoo.org> kdelibs-3.1.2.ebuild:
  New version of KDE.

  16 Mai 2003; Lars Weiler <pylon@gentoo.org> kdelibs-3.1.1a.ebuild:
  Set ppc in KEYWORDS

  27 Apr 2003; Dan Armak <danarmak@gentoo.org> kdelibs-2.2.2a-r1.ebuild,
  kdelibs-2.2.2a-r2.ebuild, kdelibs-3.0.4-r1.ebuild, kdelibs-3.0.5a-r1.ebuild,
  kdelibs-3.0.5b.ebuild, kdelibs-3.1-r2.ebuild, kdelibs-3.1-r3.ebuild,
  kdelibs-3.1.1-r1.ebuild, kdelibs-3.1.1.ebuild, kdelibs-3.1.1a.ebuild,
  kdelibs-3.1.ebuild:
  Adapt for changes in kde eclasses: don't inherit kde.org, and don't call
  newdepend /c.

  28 Apr 2003; Lars Weiler <pylon@gentoo.org> kdelibs-3.1.1-r1.ebuild:
  Set ppc in KEYWORDS

*kdelibs-2.2.2a-r2 (11 Apr 2003)

  11 Apr 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-2.2.2a-r2.ebuild:
  security fix

*kdelibs-3.1.1a (08 Apr 2003)

  08 Apr 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1.1a.ebuild:
  The same security fixes for kde 3.1.1.

*kdelibs-3.0.5b (08 Apr 2003)

  08 Apr 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.0.5b.ebuild,
  files/kdelibs-3.0.5b-libxml2-2.5.2.diff:

  A security patch release fixing a kghostview vulnerability. See GLSA.
  Also includes misc other fixes.

  27 Mar 2003; Dan Armak <danarmak@gentoo.org> all 3.x ebuilds:
  
  Added explicit dep on sys-devel/gettext, since it will soon be removed
  from the sysem profiles and apps will have to depend on it directly.

  21 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1.ebuild,
  kdelibs-3.1-r2.ebuild, kdelibs-3.1-r3.ebuild, kdelibs-3.1.1.ebuild,
  kdelibs-3.1.1-r1.ebuild:
  added media-libs/libart_lgpl to DEPEND, thanks to Matt Rogers
  <mattrogers@sbcglobal.net> (bug #17052)

*kdelibs-3.1.1-r1 (20 Mar 2003)

  31 Mar 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.1.1-r1.ebuild:
  Changed ~sparc keyword to sparc.

  20 Mar 2003; Dan Armak <danarmak@gentoo.org> kdelibs-3.1.1-r1.ebuild:
  
  Add patch that fixes kde bug #55571 (https authentication through proxy).

  14 Mar 2003; Dan Armak <danarmak@gentoo.org> kdelibs-3.0.5a-r1.ebuild:
  
  Add fix for #16329 to this version as well. Added the other part of the fix
  to arts-1.0.5a. No new revisions.

  14 Mar 2003; Dan Armak <danarmak@gentoo.org> kdelibs-3.1-r3.ebuild:
  
  Actually add the fix for #16329, as described two entries below. I guess I
  somehow forgot it before. Sorry...

*kdelibs-3.1.1 (14 Mar 2003)

  19 Mar 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.1.1.ebuild:
  Changed ~sparc keyword to sparc.

  14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1.1.ebuild,
  files/kdelibs-3.1.1-kjs-alphaev6-gcc3-workaround.patch,
  files/kdelibs-3.1.1-zip.diff:
  version bump

*kdelibs-3.1-r3 (11 Mar 2003)

  16 Mar 2003; Mark Guertin <gerk@gentoo.org> kdelibs-3.1-r2.ebuild,
  kdelibs-3.1-r3.ebuild:
  set ppc in keywords

  10 Mar 2003; Dan Armak <danarmak@gentoo.org>
  Fix bug #16329: make arts work without kdelibs installed. Goes together
  with new revision arts-1.1.0-r1.

  08 Mar 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.0.5a-r1.ebuild,kdelibs-3.1-r2.ebuild:
  Changed ~sparc keywords to sparc.

  28 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1-r2.ebuild:
  added fix for >=libxml2-2.5.2. closes bug #15245

  15 Feb 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.1-r2.ebuild:
  Added ~sparc keyword.

  15 Feb 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.1.ebuild
  Changed ~sparc keyword to sparc.

  28 Feb 2003; Will Woods <wwoods@gentoo.org> kdelibs-3.1-r2.ebuild:
  Added workaround for gcc3 optimization bug on alpha, removed 
  -mieee flag (old attempt to fix this bug), and added ~alpha keyword.

  13 Feb 2003; Dan Armak <danarmak@gentoo.org> kdelibs-3.1-r1.ebuild:

  Remove the change Hannes made below, it was just an emergency fix.
  The proper fix, if you have a kde 3.1+3.0.x system, is to emerge
  kdelibs-3.0.5a-r2 and kdebase-3.0.5aq-r1 if you are emerging kdelibs-3.1-r1
  and kdebase-3.1-r1 (but don't get the new 3.0.5a's if for some reason you
  aren't getting the new 3.1's !)
  Or for a quick fix to avoid all that compiling, edit /etc/env.d65kdelibs-3.0.*
  and remove the KDEDIRS= line, run env-update and restart kdm.

  13 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1-r2.ebuild:
  added KDEDIRS=${PREFIX} again to fix bug #15593

  12 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-2.2.2-r4.ebuild,
  kdelibs-2.2.2a.ebuild, kdelibs-3.0.2-r1.ebuild, kdelibs-3.0.3.ebuild,
  kdelibs-3.0.3-r1.ebuild, kdelibs-3.0.4.ebuild, kdelibs-3.1_rc6.ebuild,
  kdelibs-3.1-r1.ebuild: removed unneeded ebuilds

  05 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1-r2.ebuild:
  removing $KDEDIR/share/doc/HTML/en/kdelibs-apidocs (is provided by
  app-doc/kdelibs-apidocs), fixes bug #15102

*kdelibs-3.1-r2 (04 Feb 2003)

  04 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1-r2.ebuild:
  should fix bug #14759 and bug #14780.

  01 Feb 2003; Jack Morgan <jmorgan@gentoo.org> kdelibs-3.1.ebuild:
  added ~sparc to keywords

  30 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Change ebuilds to use kde_src_unpack() instead of base_src_unpack(). This
  does not affect in any way the compiled output, or any ebuild not suffering
  rfom the 'languageChange undeclared' bug, which it fixes.

*kdelibs-3.1-r1, kdelibs-3.0.5a-r1 (28 Jan 2003)

  28 Jan 2003; Dan Armak <danarmak@gentoo.org> ChangeLog :

  New revisions to fix bug #7179. This part of the fix removes KDEDIRS
  settings from kdelibs' env.d files. This is a bug/fix almost noone cares
  about, so no need to upgrade unless you know what this is. Masked at first
  for initial testing.

*kdelibs-2.2.2a-r1 (17 Jan 2003)

  24 Feb 2003;  <root@gentoo.org> kdelibs-2.2.2a-r1.ebuild :
  Fix bug #11732, #14432, #15635: enforce singlethreaded make (-j1).

  17 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-2.2.2a-r1.ebuild:
  new version, fixes #12520

  14 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1.ebuild:
  fixes for kde-3.1 (removed unneeded patches)

  08 Jan 2003; Mark Guertin <gerk@gentoo.org> kdelibs-3.1_rc6.ebuild:
  added ~ppc to keywords

  06 Jan 2003; Hannes Mehnert <hannes@gentoo.org> *.ebuild:
  fixed alsa dependency, added media-sound/alsa-driver if alsa is in use.
  this fixes bug #11996, thanks to fghellar@yahoo.de (Felipe Ghellar)

*kdelibs-3.1_rc6 (05 Jan 2003)

  05 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1_rc6.ebuild:
  version bump

  04 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.0.5a.ebuild:
  included patch to have no crash if compiled with debug and clicking on
  "Home" button in konqueror. no need to version bump cause most users
  don't compile with debug and most users don't use the "Home" button.

*kdelibs-3.0.5a (21 Dec 2002)

  06 Jan 2003; Jason Wever <weeve@gentoo.org> kdelibs-3.0.5a.ebuild:
  Added ~sparc keyword

  21 Dec 2002; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.0.5a.ebuild:
  version bump

  08 Dec 2002; Jack Morgan <jmorgan@gentoo.org> kdelibs-3.1_rc5.ebuild :
  Added sparc keyword

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  05 Dec 2002; Dan Armak <danarmak@gentoo.org> kdelibs-2.2.2-r4.ebuild  :

  Ditto for this older ebuild.

  04 Dec 2002; Olivier Reisch <doctomoe@gentoo.org kdelibs-3.1.ebuild:
  Added ppc keyword

  04 Dec 2002; Dan Armak <danarmak@gentoo.org> kdelibs-2.2.2a.ebuild  :

  Remove obsoltee ld.so dep. Fix #11541.

  03 Dec 2002; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1.ebuild:
  added patch to compile with USE=-ssl

  02 Dec 2002; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1.ebuild:
  added two patches for big endian (from kde-packagers list)

  30 Nov 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Return libxml2, libxslt deps to >= since the latest ebuilds now work
  again. The ebuilds of the broken versions have been deleted.

  21 Nov 2002; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.0.4-r1.ebuild:
  fixed dependencies to =libxml2-2.4.24 and =libxslt-1.0.20 (newer libs are
  broken for kde).

*kdelibs-3.0.4-r1 (14 Nov 2002)

  14 Nov 2002; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.0.4-r1.ebuild:
  this fixes security bug #10707, thanks to n2uro@aol.com (Samuel Greenfeld)
  for submission

  13 Nov 2002; Hannes Mehnert <hannes@gentoo.org> kdelibs-3.1_rc2.ebuild,
  kde-3.1_rc3.ebuild: fixed dependencies, they depend on libxml2-2.4.24,
  because 2.4.26 is broken (bug #10281). Thanks to suka_at@yahoo.de (suka)
  for submission.

*kdelibs-3.1_rc3 (12 Nov 2002)

  12 Nov 2002; Hannes Mehnert <hannes@gentoo.org> ChangeLog:
  kde-3.1_rc3

*kdelibs-3.1_rc2 (04 Nov 2002)

  04 Nov 2002; Hannes Mehnert <hannes@gentoo.org> ChangeLog:
  kde-3.1_rc2

*kdelibs-3.0.4 (09 Oct 2002)

  09 Oct 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  KDE 3.0.4, the latest bugfix release.

*kdelibs-2.2.2a (11 Sep 2002)

  11 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  The same secutiry fix that became 3.0.3a, for 2.2.2

*kdelibs-3.0.3a (10 Sep 2002)

  10 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  A bugfix and security patch release. Fixes the cross side scripting
  vulnerability in khtml. Note: there are no 3.0.3a versions of other packages,
  only of kdelibs!

*kdelibs-3.0.3-r1 (04 Sep 2002)

  04 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Fix bug #7359: add /share/config to CONFIG_PROTECT in our env.d file. After
  everyone upgrades, the setting in make.globals can go away. Because of this,
  an RDEPEND on >=sys-apps/portage-2.0.36 has been added.

*kdelibs-3.0.3 (19 Aug 2002)

  19 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  New bugfix release. Enjoy!

  02 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Narrow down arts dependencies: don't allow usage of a more recent version
  of arts than the one released with this kdelibs.

*kdelibs-3.0.2-r1 (16 Jul 2002)

  01 Aug 2002; Mark Guertin <gerk@gentoo.org> kde-3.0.2.ebuild :
  Added ppc to keywords

  16 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  New version that works well with the latest eclass updates and is fully
  forward compatible with the kde 3.1_alpha1 ebuilds now in testing. Also
  removes the trick where kde style plugins were installed into the qt
  plugin dir (it raises issues with mutliple kde versions being installed;
  you can enable the faeture manually via qtconfig).

*kdelibs-3.0.2 (03 Jul 2002)

  01 Aug 2002; Mark Guertin <gerk@gentoo.org> kde-3.0.2.ebuild :
  Added ppc to keywords

  03 Jul 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  New stability release.

*kdelibs-3.0.1.20020604 (4 Jun 2002)

  4 Jun 2002; Dan Armak <danarmak@gentoo.org> Changelog :

  This is a snapshot of the KDE CVS's KDE_3_0_x branch from June 6th.
  This branch contains only bugfixes to the 3.0 release (the 3.0.1 release
  was also of this kind).

  26 May 2002; Dan Armak <danarmak@gentoo.org> Changelog :

  Cleanup deps.

*kdelibs-3.0.1 (24 May 2002)

  24 May 2002; Dan Armak <danarmak@gentoo.org> Changelog :

  Bugfix release (KDE 3.0.1).

*kdelibs-3.0-r2 (11 May 2002)

  11 May 2002; Dan Armak <danarmak@gentoo.org> Changelog :
  
  Make ${KDEDIR}/lib/kde3/plugins (where all style plugins live) a symlink to
  /usr/qt/3/plugins. That way qt-only apps can use kde styles with the default qtconfig
  setup. Closes bug #2118, too.

  2 May 2002; Dan Armak <danarmak@gentoo.org> changelog:
  
  Add ghostscript dep (needed for printing to pdf).

  6 Apr 2002; Dan Armak <danarmak@gentoo.org> changelog:
  
  Change cups dep to >=1.1.14.

*kdelibs-3.0-r1 (5 Apr 2002)

  5 Apr 2002; Dan Armak <danarmak@gentoo.org> Changelog :
  
  Add --with-fast-malloc=full configure option for a considerable speed improvement.

*kdelibs-3.0 (4 Apr 2002)

  4 Apr 2002; Dan Armak <danarmak@gentoo.org> Changelog :

  KDE 3.0 ebuilds. Based on the well-tested kde3pre ebuild set.
  kdelibs-2.2.2-r4: added SLOT=2.

*kdelibs-2.2.2-r4 (24 Mar 2002)

  24 Mar 2002; Dan Armak <danarmak@gentoo.org> changelog:
  
  Split the env.d file into two, so that when both ked2 and kde3 are installed,
  the KDEDIR of kde3 gets exported (was the other way around till now).

  21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> kdelibs-2.2.2-r3.ebuild :

  HTML documentation is now done with dohtml instead of dodoc, so it will not
  get gzipped any longer.  This change is small as compared to the size of this
  package so the revision level for the ebuild was not bumped up.

*kdelibs-2.2.2-r3 (22 Feb 2002)

  1 Feb 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
  
  Added KDEDIRS export to env.d file - will come in handy when several KDEs are
  installed side-by-side. If you're not into that kind of thing, you don't care
  about it and needn't upgrade.
  
  Added support for customizing kde install locations. You probably don't need it,
  in which case you don't want to hear about it. Note: untested support for now,
  but doesn't break anything else.

*kdelibs-2.2.2-r2 (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.