summaryrefslogtreecommitdiff
blob: 533e8b4dbbe6123baf000a073bef753d5012ab4f (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
# ChangeLog for app-office/openoffice-ximian
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.138 2005/09/17 07:33:36 suka Exp $

*openoffice-ximian-1.3.16 (17 Sep 2005)

  17 Sep 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.5/javafix.patch, +files/1.1.5/gentoo-1.3.16.patch,
  -files/1.1.4/regcompfix.patch, +files/1.1.5/STLport-vector.patch,
  +files/1.1.5/gcc-instlib.patch, +files/1.1.5/gentoo-splash.diff,
  +files/1.1.5/getcompver.awk.patch, +files/1.1.5/hardened-link.patch,
  +files/1.1.5/newstlportfix.patch, +files/1.1.5/nptl.patch,
  +files/1.1.5/pthreadlink-fix.patch, +files/1.1.5/pyunolink-fix.patch,
  +files/1.1.5/xooffice-wrapper-1.3, +openoffice-ximian-1.3.16.ebuild:
  New patch revision, first to be based on OpenOffice.org 1.1.5. Other than
  that mostly bug fixes, see
  
  http://cvs.gnome.org/viewcvs/ooo-build/NEWS?rev=1.49.4.12&only_with_tag=ooo-
  build-1-3&view=markup
  
  for more information

  23 Aug 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9-r1.ebuild, openoffice-ximian-1.3.14.ebuild:
  Correct cp -a to cp -pPR for bug #103487

  16 Jul 2005; Joseph Jezak <josejx@gentoo.org>
  openoffice-ximian-1.3.9-r1.ebuild:
  Marked ppc stable for bug #98980.

  29 Jun 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/vcl-unx-gtk-frame-m110.diff, openoffice-ximian-1.3.14.ebuild:
  Fix for non-working dead keys, this closes bug #88868

  24 Jun 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/vcl-gtk-mainloop-m79.diff, openoffice-ximian-1.3.14.ebuild:
  Fix for broken oslCondition reset / signalling in vcl / gtk. This silently
  lifts the version to 1.3.15, just not doing a revision bump for a sole
  patch.

*openoffice-ximian-1.3.14 (17 Jun 2005)

  17 Jun 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/gentoo-1.3.14.patch, +openoffice-ximian-1.3.14.ebuild:
  New patch revision, no new features, just some more bug fixes

  31 May 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/sd-slide-naming.diff, openoffice-ximian-1.3.11.ebuild:
  Another bug fix for slide naming, in sync with upstream ooo-build 1.3.13

  19 May 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/fpicker-kde-filter-name.diff,
  openoffice-ximian-1.3.11.ebuild:
  Adding another kde-file-picker fix. No revision bump as this is a minor 
  fix, and would mean an unnecessary recompile for a lot of people. With 
  this patch this actually is no the same as the upstream ooo-build-1.3.12

*openoffice-ximian-1.3.11 (09 May 2005)

  09 May 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/gentoo-1.3.11.patch, +openoffice-ximian-1.3.11.ebuild:
  New patch release, fixes nasty crasher in calc

  03 May 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.6-r1.ebuild, openoffice-ximian-1.3.9-r1.ebuild,
  openoffice-ximian-1.3.10.ebuild:
  LIBC set in the environment breaks the build, so we manually unset it now,
  see bug #91179

*openoffice-ximian-1.3.10 (23 Apr 2005)

  23 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  +openoffice-ximian-1.3.10.ebuild:
  New patch release, for details see:
  
  http://cvs.gnome.org/viewcvs/ooo-build/NEWS?rev=1.49.4.6&only_with_tag=ooo-b
  uild-1-3&view=markup

  21 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9-r1.ebuild:
  Add missing cups dependency

  15 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.3.9-r1.ebuild:
  Stable on sparc wrt #88863

  13 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9-r1.ebuild:
  Marking stable on x86 for bug #88863

  12 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
  openoffice-ximian-1.3.6-r1.ebuild:
  Stable on ppc.

*openoffice-ximian-1.3.9-r1 (12 Apr 2005)
*openoffice-ximian-1.3.7-r1 (12 Apr 2005)
*openoffice-ximian-1.3.6-r1 (12 Apr 2005)

  12 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  +openoffice-ximian-1.3.6-r1.ebuild, +openoffice-ximian-1.3.7-r1.ebuild,
  +openoffice-ximian-1.3.9-r1.ebuild:
  Multiple revision bumps for security fix, see bug #88863

  11 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9.ebuild:
  Add ooo-build version info to the About-Dialog

  10 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9.ebuild:
  Remove system-python support for now, it tends to break the build, see bug
  #82143

  09 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9.ebuild:
  Add another addpredict, closes bug #83406

  09 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9.ebuild:
  Pushing 1.3.9 to stable on x86 as this fixes a bunch of crasher bugs

  09 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.9.ebuild:
  Add note about localized helpcontent, closes bug #87199

*openoffice-ximian-1.3.9 (05 Apr 2005)

  05 Apr 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/gentoo-1.3.9.patch, +openoffice-ximian-1.3.9.ebuild:
  New release of the patchset, which contains lots of fixes, for more details
  see here:
  
  http://cvs.gnome.org/viewcvs/ooo-build/NEWS?rev=1.49.4.5&only_with_tag=ooo-b
  uild-1-3&view=markup

  31 Mar 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.3/gcc34-nptl-fix.patch:
  Re-adding a patch which is necessary for oox-1.3.6

  28 Mar 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.3/getcompver.awk.patch, openoffice-ximian-1.3.6.ebuild,
  openoffice-ximian-1.3.7.ebuild:
  Fix bug #82385 also in older versions

  06 Mar 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.4/gentoo-1.3.8.patch, +files/1.1.4/getcompver.awk.patch,
  openoffice-ximian-1.3.8.ebuild:
  Fix some build problem related to gcc-naming, closes bug #82385, also back
  out evolution-data-server-support for the time being

  04 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  Stable on sparc and went into hiding

  17 Feb 2005; Jason Wever <weeve@gentoo.org>
  openoffice-ximian-1.3.8.ebuild:
  Added ~sparc keyword and ran like hell.

  04 Feb 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.4/gentoo-1.3.8.patch,
  +files/1.1.4/gtk-printer-update-on-focus-change.diff,
  openoffice-ximian-1.3.8.ebuild:
  Bunch of fixes / news:
  
  *) Fix for cups printing problems, taken from upstream, closes bug #78289.
  If this still doesn't work for you after rebuilding, please delete your
  user-install (~/.xopenoffice and ~/.xversionrc), should work afterwards
  
  *) If USE="gnome" is set, support for Evolution data server is now also
  built, this adds another dependency
  
  *) We are now using system-python and -nas if present, especially the first
  one should reduce build time quite a bit
  
  *) Dependency fixes

  03 Feb 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  GCC 3.4 patches also work fine with GCC 3.3.x so they are applied by default
  now. This also fixes some further problems on hardened gccs, closes bug
  #79815

  31 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.7.ebuild, openoffice-ximian-1.3.8.ebuild:
  Add another addpredict to work around Sandbox problems, closes bug #79084

  29 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.8.ebuild:
  *) Fix kde path detection, closes bug #79827.
  *) Provide virtual/ooo
  *) further ebuild cleanups

  28 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.4/gentoo-1.3.8.patch, openoffice-ximian-1.3.8.ebuild:
  The GCC 3.4 patches also work with gcc 3.3.x, so we don't have to check for
  gcc-version before applying them. That's fine cause now we can let the
  ooo-patchset do the work, which cleans up the ebuild a bit.

  28 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.8.ebuild:
  Use CXXFLAGS instead of CFLAGS, closes bug #79828

  28 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.4/gentoo-1.3.8.patch:
  Fix the -gnome -kde bug, again. Closes bug #79831

*openoffice-ximian-1.3.8 (28 Jan 2005)

  28 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.4/STLport-vector.patch, +files/1.1.4/config-db-checkfix.patch,
  +files/1.1.4/gcc-instlib.patch, +files/1.1.4/gentoo-1.3.8.patch,
  +files/1.1.4/gentoo-splash.diff, +files/1.1.4/hardened-link.patch,
  +files/1.1.4/javafix.patch, +files/1.1.4/newstlportfix.patch,
  +files/1.1.4/nptl.patch, +files/1.1.4/pthreadlink-fix.patch,
  +files/1.1.4/pyunolink-fix.patch, +files/1.1.4/regcompfix.patch,
  +files/1.1.4/xooffice-wrapper-1.3, +openoffice-ximian-1.3.8.ebuild:
  New patch version release, the first one based on OOo 1.1.4. Also includes a
  patch for a new build problem introduced in 1.3.8. A list of other changes
  and improvements can be found here:
  
  http://cvs.gnome.org/viewcvs/ooo-build/NEWS?rev=1.49.4.4&only_with_tag=ooo-b
  uild-1-3&view=auto

  24 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.3/xooffice-wrapper-1.3:
  Add check for mounted /proc to wrapper, OOo will fail without it

  24 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.3/xooffice-wrapper-1.3:
  Remove unused UPDATEFLAG from wrapper

  23 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.3/xooffice-wrapper-1.3:
  clean up the wrapper file

  22 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  The ebuild now uses the LINGUAS environment variable to determine for which
  language to build, the first one in your LINGUAS-settings that is supported
  is used for this. Please note, that the old LANGUAGE=ENUS|PORT... way does
  NOT work anymore. While doing this added some more languages to the
  supported list, see the ebuild for more infos. Also added some dependencies
  for japanese and chinese builds.
  
  This closes a number of bugs: #40896, #44209. #51331, #70302, #71216 and
  #77128

  21 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.3/gentoo-1.3.7.patch:
  Remove on patch from the buildset, which creates problems in oocalc, closes
  bug #74595

  20 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  Marking stable on x86

  18 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  -files/1.1.3/gcc34-nptl-fix.patch, +files/1.1.3/nptl.patch,
  +files/1.1.3/pyunolink-fix.patch, openoffice-ximian-1.3.7.ebuild:
  Fixes for nptl and pyuno build breakage, should close quite some bugs, if
  this works out

  17 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.3/gcc-instlib.patch, openoffice-ximian-1.3.7.ebuild:
  Mostly ebuild cleanup and sync with vanilla OOo, remove some useless stuff
  and add another patch for gccinstlib

  17 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  Add support for localized helpcontent. For it to work you will have to
  download the correct helpcontent file from one of the OOo-mirrors (it's in
  the contrib/helpcontent/ directory, for instance:
  http://ftp.stardiv.de/pub/OpenOffice.org/contrib/helpcontent/) and put it in
  you distfiles-directory. Closes bug #30668

  17 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  As everyone is now on Gnome 2.8: remove old mime stuff, add fdo-mime refresh

  16 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.3/hardened-link.patch, +files/1.1.3/pthreadlink-fix.patch,
  openoffice-ximian-1.3.7.ebuild:
  Try to fix build problems with hardened-gccs, patches provided by
  Kevin F. Quinn <co@kevquinn.com> in bug #52642

  16 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  Fix einfo message, symlink is called xoohtml not xooweb, closes bug #74594

  14 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.3.7.ebuild:
  Keyworded ~sparc

  14 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.3/javafix.patch, openoffice-ximian-1.3.7.ebuild:
  Another fix for java build problems, closes bug #77866

  14 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  files/1.1.3/gentoo-1.3.7.patch:
  Fix for building with -gnome and -kde, closes bug#77911

*openoffice-ximian-1.3.7 (13 Jan 2005)

  13 Jan 2005; Andreas Proschofsky <suka@gentoo.org>
  +files/1.1.3/gcc34-sal-link-to-libsupc++.diff,
  +files/1.1.3/gcc34_2.patch.bz2, +files/1.1.3/gentoo-1.3.7.patch,
  +files/1.1.3/nojvmfwk-fix.patch, -openoffice-ximian-1.1.55.ebuild,
  +openoffice-ximian-1.3.7.ebuild:
  New release, closes bug #73171. This mainly fixes some bugs, most
  importantly the crasher bug when deleting a line in Calc, closes bug #71600
  
  For more infos see the entry for 1.3.7 under:
  
  http://go-oo.org/ooo-build/NEWS

  08 Jan 2005; Michael Hanselmann <hansmi@gentoo.org>
  openoffice-ximian-1.3.6.ebuild:
  Stable on ppc.

  08 Jan 2005; Michael Hanselmann <hansmi@gentoo.org>
  +files/1.1.3/STLport-vector.patch, openoffice-ximian-1.3.6.ebuild:
  Added patch from bug 65883.

  18 Nov 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.3.6.ebuild:
  Added to ~ppc.

  15 Nov 2004; Andreas Proschofsky <suka@gentoo.org>
  openoffice-ximian-1.1.55.ebuild, openoffice-ximian-1.3.5-r1.ebuild,
  openoffice-ximian-1.3.6.ebuild:
  Use toolchain-funcs.eclass instead of gcc.eclass

*openoffice-ximian-1.3.6 (14 Nov 2004)

  14 Nov 2004; suka@gentoo.org +files/1.1.3/gcc34-gnome.patch,
  +files/1.1.3/gcc34-nojava-fix.patch, +files/1.1.3/gcc34-nptl-fix.patch,
  +files/1.1.3/gcc34.patch.bz2, +files/1.1.3/gentoo-1.3.6.patch,
  +files/1.1.3/gentoo-splash.diff, +files/1.1.3/newstlportfix.patch,
  +files/1.1.3/ximian-openoffice.applications,
  +files/1.1.3/ximian-openoffice.keys, +files/1.1.3/xooffice-wrapper-1.3,
  +openoffice-ximian-1.3.6.ebuild:
  New release with some major goodies. First and most importantly this should
  now compile fine with gcc 3.4.x, the credit for this goes mostly to Hanno
  Meyer-Thurow (h.mth@web.de), thanks a lot. Also this is the first version
  based on OOo 1.1.3. Added to this we have the usual round of bug fixes and
  enhancements of the ximian-patchset, see http://ooo.ximian.com/NEWS for the
  full rundown.

  12 Nov 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.3.5-r1.ebuild, openoffice-ximian-1.3.5.ebuild:
  Fix ewarn messages, closes bug #70852

  23 Oct 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.3.5-r1.ebuild, openoffice-ximian-1.3.5.ebuild:
  Filter another CFLAG which breaks the build

  18 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.3.5-r1.ebuild:
  Stable on sparc wrt #63556

  15 Oct 2004; suka@gentoo.org openoffice-ximian-1.3.5-r1.ebuild:
  Mark stable on x86 for bug #63556, also conditionalize curl dependency

*openoffice-ximian-1.3.5-r1 (12 Oct 2004)

  12 Oct 2004; suka@gentoo.org +files/1.1.2/gentoo-1.3.5-r1.patch,
  +openoffice-ximian-1.3.5-r1.ebuild:
  New patch release (1.3.5.5) mainly bugfixes, a lot of them for the kde
  integration, hope to push this into stable soon

  29 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.1.61.ebuild:
  Stable on sparc

*openoffice-ximian-1.3.5 (19 Sep 2004)

  19 Sep 2004; suka@gentoo.org -files/1.1.2/gentoo-1.3.3-r1.patch,
  -files/1.1.2/gentoo-1.3.3.patch, +files/1.1.2/gentoo-1.3.5.patch,
  -openoffice-ximian-1.3.3-r1.ebuild, -openoffice-ximian-1.3.3.ebuild,
  +openoffice-ximian-1.3.5.ebuild:
  new patch release, mainly bug fixes.

*openoffice-ximian-1.3.4 (09 Sep 2004)

  09 Sep 2004; suka@gentoo.org -files/1.1.2/gentoo-1.3.2.patch,
  +files/1.1.2/gentoo-1.3.4.patch, -openoffice-ximian-1.3.2.ebuild,
  +openoffice-ximian-1.3.4.ebuild:
  New patch version, this now also integrates all the changes from 1.3.3-r1 so
  pleas be sure to read the old Changelog entry about ooo-kde being deprecated

*openoffice-ximian-1.3.3-r1 (06 Sep 2004)

  06 Sep 2004; suka@gentoo.org +files/1.1.2/gentoo-1.3.3-r1.patch,
  +openoffice-ximian-1.3.3-r1.ebuild:
  New revision, hard masked for testing as it has some significant changes.
  
  1) Java is back: If you have java installed, java functionality will be
  available in OOo. If you don't have java installed the build will work too-
  
  2) Better optimization: The build should now be more optimized, your CFLAGS
  are used in more places
  
  3) Removal of ooo-kde local use flag: It's simply not necessary anymore, gnome
  and kde functionality is enabled through the corresponding use flags. If you
  have provide both, both native styles will be built, according to your desktop
  environment, the right one will be shown, you can force the other look by
  using OOO_FORCE_DESKTOP=KDE|gnome xoowriter. This funcitionality has only one
  drawback: If you want to have KDE icons, be sure to have -gnome +kde in your
  USE-flags, icons are not yet parallel installable.
  
  and a lot of restructuring in the ebuild

*openoffice-ximian-1.3.3 (04 Sep 2004)

  04 Sep 2004; suka@gentoo.org -files/1.1.2/fpickerkdefix.diff,
  -files/1.1.2/gentoo-1.3.0.patch, +files/1.1.2/gentoo-1.3.3.patch,
  -openoffice-ximian-1.3.0.ebuild, +openoffice-ximian-1.3.3.ebuild:
  New version of the ooo-build patchset, fixing a few problems, most notably bug
  #62611 (does not print).
  
  Also remove the quite broken 1.3.0 version

  04 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.1.61.ebuild:
  Forgot little sparc fix

  04 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.1.61.ebuild:
  Keyworded ~sparc

  02 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org>
  openoffice-ximian-1.3.2.ebuild:
  Keyworded ~sparc - but don't dream on stable since we're affected by bug #62611

  29 Aug 2004; suka@gentoo.org openoffice-ximian-1.3.2.ebuild:
  backing out parallel build stuff, seems to break the build for some :(

  28 Aug 2004; suka@gentoo.org openoffice-ximian-1.3.2.ebuild:
  At last enable parallel build! Should work fine now, although number of
  parallel processes is limited to 10, otherwise dmake will fail

*openoffice-ximian-1.3.2 (28 Aug 2004)

  28 Aug 2004; suka@gentoo.org +files/1.1.2/gentoo-1.3.2.patch,
  +openoffice-ximian-1.3.2.ebuild:
  New patch version, this solves a lot of the troubles people seemed to have
  with 1.3.0, for instance the kde file selector crash should be gone (closes
  bug #61588), also OOO_FORCE_DESKTOP=KDE|Gnome should be working fine now,
  which is especially handy for non-kde/gnome users. On the feature side, this
  adds suport for Wordperfect documents.
  
  For a full list of changes, see like always:
  
  http://ooo.ximian.com/ooo-build/NEWS

  23 Aug 2004; suka@gentoo.org files/1.1.2/gentoo-1.3.0.patch,
  openoffice-ximian-1.3.0.ebuild:
  Fixed a build problem with ooo-kde (introduced by myself in the last commit :(
  ) . In return KDE users get some added bonus features (which gnome users
  already had), like startup notfication, Lotus Document support and the removal
  of the annoying double install of menu entries, the last one should also solve
  bug #53752

  22 Aug 2004; suka@gentoo.org files/1.1.2/gentoo-1.3.0.patch,
  +files/1.1.2/gentoo-splash.diff, openoffice-ximian-1.3.0.ebuild:
  Do some branding action, or as I'd like to call it: We've now got our own
  shiny splash screen! This has been done by myself, so blame me and not
  seemant if you don't like it. (although he requested it!) ;-)

  21 Aug 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.1.61.ebuild, openoffice-ximian-1.3.0.ebuild:
  Add pam to dependencies, closes bug #57195

  21 Aug 2004; suka@gentoo.org openoffice-ximian-1.1.61.ebuild:
  push 1.1.61 to stable on x86

  21 Aug 2004; suka@gentoo.org +files/1.1.2/fpickerkdefix.diff,
  openoffice-ximian-1.3.0.ebuild:
  Fixes for the KDE stuff, so moving out of package.mask :-)

  21 Aug 2004; suka@gentoo.org +files/1.1.2/gentoo-1.3.0.patch,
  openoffice-ximian-1.3.0.ebuild:
  remove Evolution 2 stuff, as this requires evolution-data-server which is
  still in package mask, closes bug #61054

  20 Aug 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.1.61.ebuild, openoffice-ximian-1.3.0.ebuild:
  fix some sandbox issues and fix gcc-statement (this package only works with
  gcc 3.2 or gcc 3.3 atm)

*openoffice-ximian-1.3.0 (20 Aug 2004)

  20 Aug 2004; suka@gentoo.org -files/1.1.2/gentoo-1.1.60.patch,
  -files/1.1.2/nativefix.diff, -files/1.1.2/print-fontconfig.diff,
  -openoffice-ximian-1.1.60.ebuild, +openoffice-ximian-1.3.0.ebuild:
  Great new release of the Ximian patchset, which brings lots of goodies:
  Native fileselectors for GNOME and KDE are just the highlight. Take a look at
  
  http://ooo.ximian.com/NEWS
  
  for more infos.
  
  Unfortunately the ooo-kde-build is broken for the moment, so this version is
  in package.mask for now, if you don't use that use-flag you should happily be
  able to unmask it.

*openoffice-ximian-1.1.61 (01 Aug 2004)

  01 Aug 2004; suka@gentoo.org +files/1.1.2/gentoo-1.1.61.patch,
  +files/1.1.2/rm-nonexistant.diff, +openoffice-ximian-1.1.61.ebuild:
  A - late - update to 1.1.61, next version seems to take some time so providing
  this in the mean time

  01 Aug 2004; suka@gentoo.org +files/1.1.2/curlfix.patch,
  openoffice-ximian-1.1.60.ebuild:
  Fix compile with curl-7.12.0, this closes bug #58983

  17 Jul 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.1.59.ebuild, openoffice-ximian-1.1.60.ebuild:
  fix stupid sandbox troubles

  15 Jul 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.1.59.ebuild, openoffice-ximian-1.1.60.ebuild:
  Do not install unneeded old gnome and kde menu items in the user dir, thanks
  to brad[] for pointing out

  13 Jul 2004; suka@gentoo.org +files/1.1.2/nativefix.diff,
  -files/1.1.2/nativewidgets-vcl.diff, openoffice-ximian-1.1.60.ebuild:
  waste less space on the mirrors

  02 Jul 2004; suka@gentoo.org openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.1.59.ebuild, openoffice-ximian-1.1.60.ebuild:
  filter another use flag creating runtime problems: -fstack-protector

*openoffice-ximian-1.1.60 (30 Jun 2004)

  30 Jun 2004; suka@gentoo.org +files/1.1.2/fixscale.patch,
  +files/1.1.2/gentoo-1.1.60.patch, +files/1.1.2/nativewidgets-vcl.diff,
  +files/1.1.2/newstlportfix.patch, +files/1.1.2/print-fontconfig.diff,
  +files/1.1.2/ximian-openoffice.applications,
  +files/1.1.2/ximian-openoffice.keys, +files/1.1.2/xooffice-wrapper-1.3,
  +openoffice-ximian-1.1.60.ebuild:
  New patch version. The first one based on OOo 1.1.2 ! Had to do some
  workarounds as two patches are faulty, but everything should be fine now

  29 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  openoffice-ximian-1.1.51-r1.ebuild, openoffice-ximian-1.1.55.ebuild,
  openoffice-ximian-1.1.57.ebuild, openoffice-ximian-1.1.59.ebuild:
  kill sparc64 use flag

  08 Jun 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.1.59.ebuild:
  Added to ~ppc.

  07 Jun 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.1.57.ebuild:
  Added to ~ppc.

*openoffice-ximian-1.1.59 (06 Jun 2004)

  06 Jun 2004; suka@gentoo.org +files/1.1.1/gentoo-1.1.59.patch,
  openoffice-ximian-1.1.55.ebuild, +openoffice-ximian-1.1.59.ebuild:
  Mark 1.1.55 stable for x86. Also new version for unstable, mainly bugfixes

  01 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  openoffice-ximian-1.1.51-r1.ebuild, openoffice-ximian-1.1.53.ebuild,
  openoffice-ximian-1.1.54.ebuild, openoffice-ximian-1.1.55-r1.ebuild,
  openoffice-ximian-1.1.55.ebuild, openoffice-ximian-1.1.57.ebuild:
  Fix use invocation

*openoffice-ximian-1.1.57 (28 May 2004)

  28 May 2004; suka@gentoo.org +files/1.1.1/gentoo-1.1.57.patch,
  +openoffice-ximian-1.1.57.ebuild:
  Version bump, this is also the first unmasked version with the native widget
  stuff

  19 May 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.1.55.ebuild:
  Readded to ~ppc (-r1 is package-masked).

  19 May 2004; David Holm <dholm@gentoo.org>
  openoffice-ximian-1.1.55-r1.ebuild:
  Readded to ~ppc.

  12 May 2004; suka@gentoo.org +files/1.1.1/gentoo-1.1.55.patch,
  openoffice-ximian-1.1.55-r1.ebuild:
  Enable Native Widget stuff also for the gtk build, also some further cleanups

*openoffice-ximian-1.1.55-r1 (07 May 2004)

  07 May 2004; suka@gentoo.org -files/1.1.1/distro_kde.patch,
  openoffice-ximian-1.1.53.ebuild, openoffice-ximian-1.1.54.ebuild,
  +openoffice-ximian-1.1.55-r1.ebuild, openoffice-ximian-1.1.55.ebuild:
  Back out KDE integration stuff of 1.1.54 and 1.1.55, if you want to try it
  out, use 1.1.55-r1 which is hard-masked, as there are still some known
  problems

*openoffice-ximian-1.1.55 (06 May 2004)

  06 May 2004; suka@gentoo.org -files/1.1.1/neon.patch,
  +openoffice-ximian-1.1.55.ebuild:
  New version of the Ximian patchset, see:
  
  http://ooo.ximian.com/NEWS
  
  for a list of changes

  05 May 2004; suka@gentoo.org :
  First shot at KDE integration work. If you want to use the NWF and icon stuff
  for kde instead of the default Ximian look put ooo-kde in your use flags or
  emerge the ebuild with USE="ooo-kde" emerge openoffice-ximian

  This is based mainly on the work of sayap@sayap.net in bug #49042. Thanks!

  05 May 2004; suka@gentoo.org openoffice-ximian-1.1.51-r1.ebuild,
  openoffice-ximian-1.1.53.ebuild, openoffice-ximian-1.1.54.ebuild:
  Filter another evil CFLAG

*openoffice-ximian-1.1.54 (30 Apr 2004)

  30 Apr 2004; suka@gentoo.org +openoffice-ximian-1.1.54.ebuild:
  New version of the Ximian patchset, see:
  
  http://ooo.ximian.com/openoffice/NEWS
  
  for further details

*openoffice-ximian-1.1.51-r1 (25 Apr 2004)

  25 Apr 2004; suka@gentoo.org +openoffice-ximian-1.1.51-r1.ebuild,
  -openoffice-ximian-1.1.51.ebuild, -openoffice-ximian-1.1.52.ebuild:
  revision bump for security fix

  24 Apr 2004; suka@gentoo.org +files/1.1.0/neon.patch,
  +files/1.1.1/neon.patch, openoffice-ximian-1.1.51.ebuild,
  openoffice-ximian-1.1.52.ebuild:
  Security fix, see:
  http://secunia.com/advisories/11364/

  20 Apr 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.1.53.ebuild:
  Added to ~ppc.

*openoffice-ximian-1.1.53 (17 Apr 2004)

  17 Apr 2004; suka@gentoo.org +openoffice-ximian-1.1.53.ebuild:
  New patch-version, also some small bug fixes

  11 Apr 2004; suka@gentoo.org openoffice-ximian-1.1.52.ebuild,
  files/1.1.1/build.patch:
  Add temporary patch provided by scout@scoutheeten.com on bug #46945 to work
  around build breakage caused by recent sandbox problems in portage.
  Also use newer source tarball.

  04 Apr 2004; Lars Weiler <pylon@gentoo.org> openoffice-ximian-1.1.51.ebuild,
  openoffice-ximian-1.1.52.ebuild:
  1.1.51 stable on ppc, 1.1.52 masked testing on ppc

*openoffice-ximian-1.1.52 (01 Apr 2004)

  01 Apr 2004; suka@gentoo.org openoffice-ximian-1.1.52.ebuild,
  files/1.1.1/newstlportfix.patch, files/1.1.1/nptl.patch,
  files/1.1.1/openoffice-1.1.0-linux-2.6-fix.patch,
  files/1.1.1/openoffice-1.1.0-sparc64-fix.patch,
  files/1.1.1/ximian-openoffice.applications,
  files/1.1.1/ximian-openoffice.keys, files/1.1.1/xooffice-wrapper-1.3:
  New version of Ximian patchset, this is the first version that is based on
  OpenOffice.org 1.1.1! Please be aware that you will have to redo your user
  settings as some user install things have changed and so we can't migrate your
  old settigns to the new version

  07 Mar 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.1.51.ebuild:
  Added to ~ppc.

*openoffice-ximian-1.1.51 (06 Mar 2004)

  06 Mar 2004; <suka@gentoo.org> openoffice-ximian-1.1.51.ebuild:
  New version of the Ximian patchset, provides some font rendering speedups,
  lots of bug fixes and other goodies

  22 Feb 2004; <suka@gentoo.org> openoffice-ximian-1.1.50.ebuild:
  Now uses newest icon package, .desktop file installation simplified

  15 Feb 2004; David Holm <dholm@gentoo.org> openoffice-ximian-1.1.50.ebuild:
  Added to ~ppc, closing bug #40801.

  05 Feb 2004; suka <suka@gentoo.org> openoffice-ximian-1.1.50.ebuild:
  Now stripping the binaries during install, this reduces the size of the
  installation by some nice 30 MB, also should speedup startup. Additionaly
  conditionalized mime-type installation on gnome and kde use-flags

  04 Feb 2004; suka <suka@gentoo.org> openoffice-ximian-1.1.50.ebuild,
  files/1.1.0/ximian-openoffice.keys:
  GNOME mime type installation was incomplete, openoffice-ximian now registers
  itself again as default application

  03 Feb 2004; suka <suka@gentoo.org> openoffice-ximian-1.1.50.ebuild:
  This update further simplifies the ebuild and aims to fix the distcc
  problems. Even better parallel build COULD now work for you, at least it does
  for me, as it is not tested enough you will have to explicitely force the
  ebuild to build in parallel / use more cpus. If you dare to try out emerge the
  ebuild like:
  
  'ECPUS="n" emerge openoffice-ximian'
  
  where n has to be exchanged with the number of processes / CPUs you want to
  use. No guarantee whatsoever that it will work for you :-)

  28 Jan 2004; suka <suka@gentoo.org> openoffice-ximian-1.1.46.ebuild,
  openoffice-ximian-1.1.47.3.ebuild, openoffice-ximian-1.1.49.2-r1.ebuild,
  openoffice-ximian-1.1.49.2.ebuild, openoffice-ximian-1.1.50.ebuild:
  Install Ximians OpenSymbol-Font to resolve bullets (and other) problems,
  closes bug #39637

*openoffice-ximian-1.1.50 (25 Jan 2004)

  25 Jan 2004; suka <suka@gentoo.org> openoffice-ximian-1.1.50.ebuild:
  New Version, removes the need for some workarounds

  23 Jan 2004; suka <suka@gentoo.org> openoffice-ximian-1.1.49.2-r1.ebuild,
  openoffice-ximian-1.1.49.2.ebuild, files/1.1.0/norecent.patch:
  Removing borked recent-files-patch, this should close bug #39050

*openoffice-ximian-1.1.49.2-r1 (21 Jan 2004)

  21 Jan 2004; suka <suka@gentoo.org> openoffice-ximian-1.1.49.2-r1.ebuild,
  files/1.1.0/ximian-openoffice.applications, files/1.1.0/xoo-drawing.desktop,
  files/1.1.0/xoo-presentation.desktop, files/1.1.0/xoo-spreadsheet.desktop,
  files/1.1.0/xoo-textdoc.desktop, files/1.1.0/xooffice-wrapper-1.3:
  Two major changes to the ebuild: openoffice-ximian now keeps its own settings
  dir in ~/.xopenoffice, old installs are transfered over automatically. This
  means that it no longer blocks on vanilla openoffice, both can easily be
  installed alongside each other.
  
  Also the CXXFLAGS settings are now actually applied to the build, until now we
  built with generic settings, so more chance for optimizations or breakage ;-)
  
  Hard masked this for now

  19 Jan 2004; Luca Barbato <lu_zero@gentoo.org>
  openoffice-ximian-1.1.49.2.ebuild:
  Marked ~ppc

  17 Jan 2004; <suka@gentoo.org> openoffice-ximian-1.1.46.ebuild,
  openoffice-ximian-1.1.47.3.ebuild, openoffice-ximian-1.1.49.2.ebuild,
  files/1.1.0/fixed-gcc.patch, files/1.1.0/norecent.patch,
  files/1.1.0/oo_1.1-nptl.patch,
  files/1.1.0/openoffice-1.1.0-sparc64-fix.patch,
  files/1.1.0/recent-files.diff:
  Part 2 of the big clean up work:
  
  *) Fixed some dependencies
  *) Filter another flag to combat compile breakage
  *) Correct pentium4 replacement
  *) Further cleanups
  
  openoffice-ximian-1.1.49.2 got some additional love:
  
  *) Major cleanup of build process
  *) Remove need for virtualmake
  *) Fix for PPC compile breakage. Closes bug #38411

  17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org>
  openoffice-ximian-1.1.46.ebuild:
  set ppc in keywords

  14 Jan 2004; Paul de Vrieze <pauldv@gentoo.org>
  openoffice-ximian-1.1.49.2.ebuild:
  cleaned up ebuild. Not revision dumping as the time between commits is very
  short

*openoffice-ximian-1.1.49.2 (14 Jan 2004)

  14 Jan 2004; Paul de Vrieze <pauldv@gentoo.org>
  openoffice-ximian-1.1.49.2.ebuild:
  For suka <suka@t0.or.at>:
  *) Updated Ximian patchset
  *) Removed work-arounds which are not necessary anymore
  *) Some dependency cleanup

  12 Jan 2004; Seemant Kulleen <seemant@gentoo.org>
  openoffice-ximian-1.1.48.ebuild:
  1.13.92-r3 fixes the tar problem, so removed that explicit dependency

*openoffice-ximian-1.1.48 (11 Jan 2004)

  11 Jan 2004; Paul de Vrieze <pauldv@gentoo.org> openoffice-ximian-1.1.48.ebuild:
  Committing for suka@t0.or.at: 
  *) The desktop files are now provided in the Files-Dir, as Ximian 
     creates them now in their own build process (which we dont use) 
  *) There are two new patches, which I had to add, because one of the Ximian-patches breaks the build. 
  *) KDE menu entries are now created 
  *) The ebuild is now depending on <app-arch/tar-1.13.92 to bypass the 
     tar-problems 
  *) Installed Freetype is now used 
  *) ATM I have not optionalized to use the system-db, as it seemed to 
     break things for me

*openoffice-ximian-1.1.47.3 (25 Dec 2003)

  25 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
  openoffice-ximian-1.1.47.3.ebuild:
  version bump thanks to suka <suka@t0.or.at> in bug #35464

  14 Dec 2003; Luca Barbato <lu_zero@gentoo.org>
  openoffice-ximian-1.1.46.ebuild:
  Marked ~ppc

*openoffice-ximian-1.1.46 (12 Nov 2003)

  12 Nov 2003; Paul de Vrieze <pauldv@gentoo.org>
  openoffice-ximian-1.1.46.ebuild:
  New ximian version, and change the name to use ximian's version, not
  openoffices

  12 Nov 2003; Luca Barbato <lu_zero@gentoo.org>
  openoffice-ximian-1.1.0-r1.ebuild:
  Marked ~ppc

  05 Nov 2003; Paul de Vrieze <pauldv@gentoo.org>
  files/1.1.0/ooffice-wrapper-1.3:
  Fix the wrapper script for the openoffice location

*openoffice-ximian-1.1.0-r1 (04 Nov 2003)

  04 Nov 2003; Paul de Vrieze <pauldv@gentoo.org>
  openoffice-ximian-1.1.0-r1.ebuild:
  Add a revised version with newer ximian patches and without a need for java.
  Again mostly based on <suka@t0.or.at> in bug #25241

  04 Nov 2003; Paul de Vrieze <pauldv@gentoo.org>
  openoffice-ximian-1.1.0.ebuild:
  Fix a small bug indicated by suka@t0.or.at

*openoffice-ximian-1.1.0 (04 Nov 2003)

  04 Nov 2003; Paul de Vrieze <pauldv@gentoo.org> openoffice-ximian-1.1.0.ebuild :
  Initial commit based on the good work from <suka@t0.or.at>