summaryrefslogtreecommitdiff
blob: 8b9e4e8cc4571c0502a1fdfc1391830b85151046 (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
# ChangeLog for app-office/libreoffice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.153 2011/09/29 14:27:25 scarabeus Exp $

  29 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999-r1.ebuild, libreoffice-9999-r1.ebuild, metadata.xml:
  Add pdfimport useflag.

  29 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-poppler-0.18.0.patch:
  Cleanup the patch not to apply that much changes.

  29 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  +files/libreoffice-poppler-0.18.0.patch, libreoffice-3.4.3.2-r1.ebuild:
  Add patch to make libreoffice build with poppler-0.18.

  29 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Also ignore check status on install

  26 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Bump required version of libtextcat to reflect reality.

  25 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Update ebuild to pass under both -java and +java cases.

  23 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Try to enable tests again.

  23 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Remove textcat as we move to libexttextcat.

  23 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Virga is just a build dependency.

  22 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Goodbye to custom-cflags, cleanup a bit.

  22 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Depend on liberation and libertine fonts to ensure some basic types.

  20 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Run only build when compiling, and exclude it on install.

  18 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Hack around the gdb printer install.

  17 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999-r1.ebuild, libreoffice-9999-r1.ebuild, metadata.xml:
  Add jemalloc useflag.

  17 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Hsqldb is actually required with +java.

  17 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Stop warning about -java as it is used just for few wizards and stuff.

  17 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Switch between jobs and cpus, it should be way smarter this way.

  17 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Remove no longer needed patches.

  17 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  More smple cleanups.

  17 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Cleanup the build a bit to reflect the changes in the buildsystem.

  16 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-9999-r1.ebuild:
  Drop patches that were merged upstream.

  08 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999-r1.ebuild, libreoffice-9999-r1.ebuild:
  Add missing die

  08 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999-r1.ebuild, libreoffice-9999-r1.ebuild:
  Use bashcomp-r1 eclass instead of old one.

  08 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2-r1.ebuild, libreoffice-3.4.9999-r1.ebuild,
  libreoffice-9999-r1.ebuild, +files/libreoffice-java.patch:
  Fix the case of passing without-system-libs when using -java.

  06 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2-r1.ebuild, libreoffice-3.4.9999-r1.ebuild,
  +files/libreoffice-honor-strip.patch:
  Apply patch to disable striping, we handle it by PM.

  05 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2-r1.ebuild, libreoffice-3.4.9999-r1.ebuild,
  libreoffice-9999-r1.ebuild:
  Depend on latest icu to ensure fixing of bug #381327.

  05 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.3.4.ebuild, libreoffice-3.4.3.2-r1.ebuild,
  libreoffice-3.4.9999-r1.ebuild, libreoffice-9999-r1.ebuild:
  Update the check-reqs eclass usage. Remove obsolete warning about jobs.

  04 Sep 2011; Tony Vroon <chainsaw@gentoo.org> libreoffice-3.3.4.ebuild:
  Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
  Lazkani & Tomáš "Mepho" Pružina in bug #381547 filed by Tomáš
  "scarabeus" Chvátal.

  04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  libreoffice-3.3.4.ebuild:
  x86 stable wrt bug #381547

  04 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2-r1.ebuild, libreoffice-3.4.9999-r1.ebuild,
  libreoffice-9999-r1.ebuild:
  Make cups harddep to solve build system issues. Also harddep for 3.5 and
  later anyway.

  04 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2-r1.ebuild, libreoffice-3.4.9999-r1.ebuild,
  libreoffice-9999-r1.ebuild:
  Ensure that helppack is not integrated.

*libreoffice-9999-r1 (03 Sep 2011)
*libreoffice-3.4.9999-r1 (03 Sep 2011)
*libreoffice-3.4.3.2-r1 (03 Sep 2011)

  03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  -libreoffice-3.4.3.2.ebuild, +libreoffice-3.4.3.2-r1.ebuild,
  -libreoffice-3.4.9999.ebuild, +libreoffice-3.4.9999-r1.ebuild,
  -libreoffice-9999.ebuild, +libreoffice-9999-r1.ebuild:
  Revision bump in order to REALLY avoid the collisions, the -l10n will block
  the non-revisioned versions.

  03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild:
  Fix l10n collision with the non-recompiled-yet libreoffice.

  03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild, metadata.xml:
  Use the split l10n package instead of compiling the translations.

  02 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.3.2.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild:
  Should not be required as we use system poppler.

  01 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  -libreoffice-3.4.2.3.ebuild, -files/libreoffice-fix-sandbox-install.patch,
  -files/libreoffice-respect-destdir.patch:
  Remove libreoffice-3.4.2. 3.4.3 is stable candidate.

  31 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.3.2.ebuild,
  libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild:
  Fix bash completion placement. Fixes bug #380977.

*libreoffice-3.4.3.2 (23 Aug 2011)

  23 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  -libreoffice-3.4.3.1.ebuild, +libreoffice-3.4.3.2.ebuild:
  Bump to 3.4.3.2 and drop 3.4.3.1

  23 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild:
  Cups is harddep starting from 3.5.

  19 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.3.1.ebuild,
  +files/libreoffice-respect-destdir.patch:
  Add fix for bug #379817. Sent upstream and will hopefully be even in 3.4.3.

  19 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.3.1.ebuild,
  libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild:
  Properly specify the docdir.

*libreoffice-3.3.4 (17 Aug 2011)

  17 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  -libreoffice-3.3.1.ebuild, libreoffice-3.3.3.ebuild,
  +libreoffice-3.3.4.ebuild:
  Stable 3.3.3 on x86. Add testing 3.3.4. Remove 3.3.1.

*libreoffice-3.4.3.1 (17 Aug 2011)

  17 Aug 2011; Justin Lecher <jlec@gentoo.org> +libreoffice-3.4.3.1.ebuild,
  metadata.xml:
  Non-maintainer bump as proxy for scarabeus

  15 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild:
  3.5 branch uses just system-sane without the header stuff

  14 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild:
  Update the versions to have something recent that the build tests are done
  against.

  14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> libreoffice-3.3.3.ebuild:
  Stable on amd64 wrt bug #379067

  14 Aug 2011; Jonathan Callen <abcd@gentoo.org> libreoffice-3.4.2.3.ebuild,
  libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild:
  "--without-system-sane" is now "--without-system-sane-header" for 3.4+

  13 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-append-no-avx.patch:
  Fix bool check on AVX patch.

  12 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild:
  Really drop the cppunit dep and also get rid of sane-backends dependency to
  make people happy.

  11 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-kill-cppunit.patch:
  Bump the cppunit patch to actualy work. Smaller and smarter :)

  11 Aug 2011; Mark Loeser <halcy0n@gentoo.org> libreoffice-3.3.3.ebuild:
  Stable for ppc

  11 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild:
  Restrict the tests as whole, until someone fix them to work on most setups.

  11 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild, +files/libreoffice-kill-cppunit.patch:
  First attempt to kill cppunit execution during make phase.

  11 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild,
  libreoffice-9999.ebuild:
  liblayout is not needed for our builds at all, remove from bundled list.

  10 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild:
  Depend on translate toolkit that is also external dependency.

  10 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild:
  Fix version number in libvisio dep.

  09 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild:
  Depend on system libvisio.

  09 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild:
  Depend on added libtextcat and reorder deps.

  09 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild:
  Drop packages that can be done externally (yes i know this thing won't
  compile now, which is no change from the previous state :)).

  09 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999.ebuild:
  Disable the python useflag properly on live ebuild.

  08 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild:
  Remove patches accepted in the master branch. declare kde-scm to git so we
  never depend on subversion.

  07 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999.ebuild:
  Actually 3.4 is still using old repos, only master is moved...

  07 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999.ebuild:
  Drop useless blank line

  07 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> libreoffice-3.4.2.3.ebuild,
  libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild:
  force make-3.82 for 3.4.*, see:
  http://lists.freedesktop.org/archives/libreoffice/2011-May/012523.html

*libreoffice-9999 (07 Aug 2011)

  07 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.9999.ebuild, +libreoffice-9999.ebuild:
  Add live master branch ebuild (WON'T WORK, bugs only with attached patches),
  adapt the live branch ebuild for new repo layout.

  06 Aug 2011; Matt Turner <mattst88@gentoo.org> libreoffice-3.4.2.3.ebuild,
  libreoffice-3.4.9999.ebuild:
  Replace LINGUAS_OOO with LO_LANGUAGES, bug 378007.

  06 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild:
  Update branding to version 0.3. Fixes bug #377899. Sync the live and release
  ebuilds.

  05 Aug 2011; Michał Górny <mgorny@gentoo.org>
  files/libreoffice-check-for-avx.patch:
  Fix avx patch wrt bug #377845. Proxied for scarabeus.

  04 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
  libreoffice-3.4.2.3.ebuild, +files/libreoffice-binfilter-as-needed.patch:
  Add as-needed patch, on request from scarabeus; fixes bug 376985

  04 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild:
  media-libs/libwpg to app-text/libwpg

  04 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, +files/libreoffice-check-for-avx.patch,
  files/libreoffice-append-no-avx.patch:
  Update avx patchset and fix the linguas detection.

  03 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-32b-qt4-libdir.patch:
  Update the qt patch as the 3.4 branch lacks quite few commits.

  03 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild,
  +files/libreoffice-32b-qt4-libdir.patch:
  Fix finding qt libraries on 32b platform. Fixes bug #377377.

  01 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, +files/libreoffice-append-no-avx.patch:
  Append no-avx to fix segmentation fault.

  31 Jul 2011; Matt Turner <mattst88@gentoo.org> libreoffice-3.4.9999.ebuild:
  Remove seemingly unnecessary fonts from -3.4.9999 also.

  31 Jul 2011; Matt Turner <mattst88@gentoo.org> libreoffice-3.4.2.3.ebuild:
  Remove seemingly unnecessary fonts.

  30 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, libreoffice-3.4.9999.ebuild:
  Drop one more place where wrapper.in was used.

*libreoffice-3.4.9999 (30 Jul 2011)

  30 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild, +libreoffice-3.4.9999.ebuild:
  Add support for live ebuilds. Add live ebuild from 3.4 branch. Master branch
  needs A LOT more work so it won't appear soon.

  29 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild,
  +files/libreoffice-installed-files-permissions.patch:
  Fix permissions of installed files to be more sane.

  28 Jul 2011; Mark Loeser <halcy0n@gentoo.org> libreoffice-3.4.2.3.ebuild:
  Set num_cpus to 1, and max_jobs to the jobs from MAKEOPTS, otherwise you end
  up with way more jobs running than intended

  28 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-as-needed-gtk.patch:
  Fix building with gtk by appending no-as-needed on quickstarter. Fixes bug
  #376609.

  28 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild:
  Respect the jobs more by not running emake in compile phase

  28 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild:
  Alter uri calculations to sattisfy even old tarballs. Fixes bug #376683 for
  future.

  28 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild:
  STLPort should not be used anywhere thus we don't need to fetch it sources.

  28 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-fix-sandbox-install.patch:
  Update sandbox violation patch to shut another one.

  27 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild:
  When building nsplugin symlink it to system location. Fixes bug #375299. Also
  put branding only into one location.

  27 Jul 2011; Matt Turner <mattst88@gentoo.org> libreoffice-3.4.2.3.ebuild:
  Update branding version.

  27 Jul 2011; Matt Turner <mattst88@gentoo.org> libreoffice-3.4.2.3.ebuild:
  Remove old comment about no graphite package in gentoo.

  27 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.3.ebuild:
  Bump branding as there was borked sofficerc in the 0.1.

  27 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-as-needed-gtk.patch:
  Use proper gb call to add GTK_LIBS, this should fix bug #376609.

*libreoffice-3.4.2.3 (27 Jul 2011)

  27 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  -libreoffice-3.3.2.ebuild, -libreoffice-3.4.1.ebuild,
  -libreoffice-3.4.2.2.ebuild, +libreoffice-3.4.2.3.ebuild:
  Version bump to 3.4.2.3. Punt older versions that are overshadowed.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Enhance REQUIRED_USE comment as nsplugins needs gtk too, so we are ready in
  eapi4 future.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Printproto seriously should not be dependency. Fixes bug #321119.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild, +files/libreoffice-gbuild-use-cxxflags.patch:
  Force proper variable usage. Just saw this in gekis overlay so adding to main
  tree too.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild,
  +files/libreoffice-translate-toolkit-parallel-solenv.patch:
  Aparently it looks like translate-toolkit require solenv to not fail in
  parallel build. Fixes bug #376387.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild, metadata.xml:
  Enable optional support for graphite via graphite2 package.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Introduce branding useflag, yay gentoo screen and about, Thanx to Ian Whyman
  for this.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-fix-sandbox-install.patch:
  Update sandbox fix to honour TMPDIR variable instead of placing it to
  distdir.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  -files/libreoffice-as-needed-gtk-2.patch, libreoffice-3.4.2.2.ebuild,
  +files/libreoffice-fix-sandbox-install.patch,
  files/libreoffice-as-needed-gtk.patch:
  Fix the gtk patch, add patch for sandbox violation during install, enforce
  not-stripping of solver, portage handle it himself.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Set default theme to crystal, set jobs to 1 if the sed does not find any
  value, and rename the variable to not collide with bash jobs command.

  26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  +files/libreoffice-as-needed-gtk-2.patch, libreoffice-3.4.2.2.ebuild,
  +files/libreoffice-as-needed-gtk.patch:
  Fix as-needed linking on the quickstarter. Patches backported from upstream
  trunk. Fixes gentoo bug #376469.

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild, -files/libreoffice-unfigured-options.txt,
  metadata.xml:
  Make vba scripting optional. Punt undecided.txt file with unknown opts as we
  set all those that we require.

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Disable pch (precompiled headers) support as it creates just build crashes.

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Do not pre-strip the binaries, check for proper reqs, update install phase to
  use distro-pack-install (smaller yay).

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  files/libreoffice-solenv-build-crash.patch:
  Fix solenv patch. Accidentally added html page instead of the patch.

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Upgrade jobs parsing per bug 375761. Thx to Drake Wyrm for the sed.

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild, +files/libreoffice-solenv-build-crash.patch,
  +files/libreoffice-vbaobj-visibility-fix.patch:
  Add build fixes for crash in solenv and vbahelper fix for gcc-4.6.

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Split out junit check so it does not die without test enabled. Fixes bug
  #376293.

  24 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild, +files/libreoffice-svx.patch:
  Quick&Dirty hack to fix svx build crash i observed on my desktop (definitely
  not a solution for upstream).

  24 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Add missing inherits.

  24 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Enable junit only when building with tests and java enabled.

  24 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.2.2.ebuild:
  Silence repoman warnings.

*libreoffice-3.4.2.2 (24 Jul 2011)

  24 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  +libreoffice-3.4.2.2.ebuild, +files/libreoffice-unfigured-options.txt,
  metadata.xml:
  Add 3.4.2_rc2 to the main tree (from my dev overlay). This still contains A
  LOT rough edges.

  19 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.1.ebuild:
  Fix variable name in templates condition resulting it never being true.

  18 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.4.1.ebuild:
  Non-maintainer commit. Remove double environment calls, cleanup global
  variables by unsetting them where possible, add missing dies during install,
  run eautoreconf and econf instead of autogen.sh, sort the deps
  alphabetically, add base eclass and PATCHES array support (and epatch_user),
  run emake instead of make. Mostly fixed all issues i had during the time i
  compiled it. Still good idea would be to migrate most parts of this ebuild to
  elbits. PS: debuging something in package that builds for 3 hours is major
  pita.

  14 Jul 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.4.1.ebuild:
  Extensions now build fine again without java

  14 Jul 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.4.1.ebuild:
  Bring back templates support. The credit for this really goes to geki!

  14 Jul 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.4.1.ebuild:
  Fix env problem that messed up some peoples builds, see bug #374243

  06 Jul 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.4.1.ebuild,
  metadata.xml:
  Introduce "offlinehelp" use flag similar to libreoffice-bin. If not set the
  LibreOffice Wiki will 
  be used instead of the local help files. Also remove some useless downloads.

  06 Jul 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.4.1.ebuild:
  You should not listen to repoman in every case. Build fix.

*libreoffice-3.4.1 (06 Jul 2011)

  06 Jul 2011; Andreas Proschofsky <suka@gentoo.org> +libreoffice-3.4.1.ebuild,
  +files/libreoffice-3.4.1-salfix.diff, +files/wrapper.in:
  LibreOffice 3.4.1. New build system so took some time, but will (hopefully)
  make everything quite 
  a bit easier in the long run. Still masked for some further bugfixing and
  testing.

  20 Jun 2011; Jonathan Callen <abcd@gentoo.org> -files/gentoo-3.3.3.diff:
  Remove unused file

  17 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  libreoffice-3.3.3.ebuild:
  It is dumb to copy files in filesdir 1:1. Rather use fixed version in the
  ebuild.

  17 Jun 2011; Lars Wendler <polynomial-c@gentoo.org> +files/gentoo-3.3.3.diff:
  Non-maintainer commit: Added missing patch file with kind permission from
  suka (bug #371969).

*libreoffice-3.3.3 (16 Jun 2011)

  16 Jun 2011; Andreas Proschofsky <suka@gentoo.org> +libreoffice-3.3.3.ebuild:
  Add LibreOffice 3.3.3, another bugfix release.

  22 May 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.2.ebuild,
  +files/libreoffice-3.3.2-bison25.diff:
  Fix build with bison 2.5, bug #367963

  07 Apr 2011; Joseph Jezak <josejx@gentoo.org> libreoffice-3.3.2.ebuild:
  Marked ~ppc for bug #359883.

  27 Mar 2011; Christian Faulhammer <fauli@gentoo.org>
  libreoffice-3.3.1.ebuild:
  stable x86, bug 358907

*libreoffice-3.3.2 (22 Mar 2011)

  22 Mar 2011; Andreas Proschofsky <suka@gentoo.org>
  -libreoffice-3.3.2_rc2.ebuild, +files/gentoo-3.3.2.diff,
  +files/libreoffice-libdb5-fix-check.diff, +libreoffice-3.3.2.ebuild,
  -files/gentoo-3.3.2_rc2.diff:
  Bump to LibreOffice 3.3.2, also fix db-5 support

  18 Mar 2011; Andreas Proschofsky <suka@gentoo.org>
  libreoffice-3.3.2_rc2.ebuild:
  Some more changes for custom-cflags

*libreoffice-3.3.2_rc2 (18 Mar 2011)

  18 Mar 2011; Andreas Proschofsky <suka@gentoo.org>
  -libreoffice-3.3.2_rc1.ebuild, +libreoffice-3.3.2_rc2.ebuild,
  -files/gentoo-3.3.2_rc1.diff, +files/gentoo-3.3.2_rc2.diff:
  New release candidate, also brings some further improvements to the ebuild
  *) Add custom-optimization flag, thanks mostly to geki <h.mth@web.de>
   bug #355981
  *) Fixed dependency on cairo, we really want that not to be optional
  *) Bunch of cleanups

  17 Mar 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.1.ebuild,
  libreoffice-3.3.2_rc1.ebuild:
  Fix Homepage entry

  16 Mar 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.1.ebuild,
  libreoffice-3.3.2_rc1.ebuild:
  Remove old style virtuals PROVIDE, bug #358895

  16 Mar 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.1.ebuild,
  libreoffice-3.3.2_rc1.ebuild:
  Update icon caches after installation

  16 Mar 2011; Markos Chandras <hwoarang@gentoo.org> libreoffice-3.3.1.ebuild:
  Stable on amd64 wrt bug #358907

*libreoffice-3.3.2_rc1 (13 Mar 2011)

  13 Mar 2011; Andreas Proschofsky <suka@gentoo.org>
  +libreoffice-3.3.2_rc1.ebuild, +files/gentoo-3.3.2_rc1.diff:
  Add first release candidate for LibreOffice 3.3.2, masked for now

  13 Mar 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.1.ebuild:
  Properly slot gtk+-2 dependencies, also move pre-compilation checks to right
  stage, bug #358491

  02 Mar 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.1.ebuild,
  +files/libreoffice-3.3.1-neon_remove_SSPI_support.diff:
  Fix build with neon supporting SSPI, bug #356581

  24 Feb 2011; Andreas Proschofsky <suka@gentoo.org> -libreoffice-3.3.0.ebuild,
  -files/gentoo-3.3.0.diff, libreoffice-3.3.1.ebuild,
  +files/libreoffice-3.3-libpng-1.5.diff, -files/libreoffice-3.3-prefix.patch:
  Fix build with libpng 1.5 #356281, also remove outdated ebuild 

*libreoffice-3.3.1 (23 Feb 2011)

  23 Feb 2011; Andreas Proschofsky <suka@gentoo.org>
  -libreoffice-3.3.1_rc1.ebuild, +libreoffice-3.3.1.ebuild,
  -files/gentoo-3.3.1_rc1.diff, +files/gentoo-3.3.1.diff:
  Bump to LibreOffice 3.3.1, bugfix release

  17 Feb 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild,
  +files/libreoffice-3.3.0_libxmlsec_fix_extern_c.diff,
  libreoffice-3.3.1_rc1.ebuild:
  Fix build problem with libxml2[+icu], thanks to Neil Cathey <cneil@yahoo.com>
  for the patch, bug #354911 

*libreoffice-3.3.1_rc1 (12 Feb 2011)

  12 Feb 2011; Andreas Proschofsky <suka@gentoo.org>
  +libreoffice-3.3.1_rc1.ebuild, +files/gentoo-3.3.1_rc1.diff:
  Release Candidate for LibreOffice 3.3.1

  08 Feb 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild:
  Until we have a better fix, disable extensions for -java build, preventing
  breakage, bug #352812

  05 Feb 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild,
  +files/libreoffice-3.3-prefix.patch:
  Another bunch of prefix fixes

  05 Feb 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild,
  files/gentoo-3.3.0.diff:
  Cleanup work: Prefix fixes, remove outated deps and config-flags, fix pax
  stuff

  02 Feb 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild:
  Fix desktop files, thanks to Sanders Sweers <Sander.Sweers@gmail.com>, see
  bug #352955

  25 Jan 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild:
  Fix jpeg-dep and some ebuild cleanups

  25 Jan 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild:
  Ooops, another little fix for bash-completion

  25 Jan 2011; Andreas Proschofsky <suka@gentoo.org> libreoffice-3.3.0.ebuild:
  Fix bash_completion installation, bug #352656

*libreoffice-3.3.0 (25 Jan 2011)

  25 Jan 2011; Andreas Proschofsky <suka@gentoo.org>
  -libreoffice-3.3.0_rc4.ebuild, +libreoffice-3.3.0.ebuild,
  -files/gentoo-3.3.0_rc4.diff, +files/gentoo-3.3.0.diff:
  Bump to final release of LibreOffice 3.3.0

  24 Jan 2011; Andreas Proschofsky <suka@gentoo.org>
  libreoffice-3.3.0_rc4.ebuild, +files/sdext-presenter.diff:
  Fix extensions stuff, patch from bug #339057

  24 Jan 2011; Andreas Proschofsky <suka@gentoo.org>
  libreoffice-3.3.0_rc4.ebuild:
  Fix the Homepage entry

*libreoffice-3.3.0_rc4 (24 Jan 2011)

  24 Jan 2011; Andreas Proschofsky <suka@gentoo.org>
  +libreoffice-3.3.0_rc4.ebuild, +files/gentoo-3.3.0_rc4.diff,
  +files/enable-startup-notification.diff, +files/env_log.diff,
  +files/fix-ooo-collision.diff, +files/gentoo-pythonpath.diff,
  +files/scrap-pixmap-links.diff, +metadata.xml:
  Initial ebuild for LibreOffice, masked for now as it needs some testing.
  Also:

  * Extensions are not built atm, otherwise this breaks the build
  * ebuild needs some cleanups

  Thanks especially to Hanno Meyer-Thurow (geki) which did a lot of the ground
  work in his overlay!