summaryrefslogtreecommitdiff
blob: 3ca1f85e8a6a9df3db028c59beb5eae57c42d5cb (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
# ChangeLog for dev-java/ant-core
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.107 2010/11/05 02:44:42 halcy0n Exp $

# Ant-core blocks lower/older versions of ant-tasks, 
# since it will not run when there is a version mismatch betwean the 2 packages
# Please unemerge ant-tasks when updating ant-core.

  05 Nov 2010; Mark Loeser <halcy0n@gentoo.org> ant-core-1.8.1.ebuild:
  Stable for ppc64; bug #305929

  07 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  ant-core-1.8.1.ebuild:
  stable x86, bug 305929

  29 Jun 2010; Christoph Mende <angelos@gentoo.org> ant-core-1.8.1.ebuild:
  Stable on amd64 wrt bug #305929

*ant-core-1.8.1 (15 May 2010)

  15 May 2010; Vlastimil Babka <caster@gentoo.org> +ant-core-1.8.1.ebuild:
  Version bump.

*ant-core-1.8.0-r2 (19 Mar 2010)

  19 Mar 2010; Vlastimil Babka <caster@gentoo.org> -ant-core-1.8.0.ebuild,
  +ant-core-1.8.0-r2.ebuild:
  Add upstream svn patches to fix ant -diagnostics without xerces/xalan and
  workaround for sigbus with gcj. Upstream bugs #48782 and #48894.

*ant-core-1.8.0-r1 (28 Feb 2010)
*ant-core-1.7.1-r5 (28 Feb 2010)

  28 Feb 2010; Vlastimil Babka <caster@gentoo.org> -files/1.7.1-ant-r1,
  +ant-core-1.7.1-r5.ebuild, -files/1.7.1-jdk4-javadoc.patch,
  +ant-core-1.8.0-r1.ebuild, -files/1.7.1-pkg-info.patch,
  ant-core-1.7.1-r4.ebuild:
  Revbump to apply prefix changes from bug #306425 by Fabian Groffen
  <grobian@gentoo.org>. Put everything from FILESDIR into the gentoo
  distfiles.

*ant-core-1.8.0 (21 Feb 2010)

  21 Feb 2010; Vlastimil Babka <caster@gentoo.org> +ant-core-1.8.0.ebuild:
  Version bump, bug #305929.

  08 Oct 2009; Vlastimil Babka <caster@gentoo.org>
  -ant-core-1.7.1-r2.ebuild:
  Remove old.

  04 Jul 2009; Brent Baude <ranger@gentoo.org> ant-core-1.7.1-r4.ebuild:
  Marking ant-core-1.7.1-r4 ppc64 for bug 270005

  28 May 2009; Raúl Porcel <armin76@gentoo.org> ant-core-1.7.1-r4.ebuild:
  ia64 stable wrt #270005

  24 May 2009; Markus Meier <maekke@gentoo.org> ant-core-1.7.1-r4.ebuild:
  amd64/x86 stable, bug #270005

  21 May 2009; Brent Baude <ranger@gentoo.org> ant-core-1.7.1-r4.ebuild:
  stable ppc, bug 270005

  15 May 2009; Vlastimil Babka <caster@gentoo.org> -files/1.7.0-ant,
  -ant-core-1.7.0.ebuild, -ant-core-1.7.0-r1.ebuild,
  -ant-core-1.7.0-r2.ebuild, -files/1.7.1-ant,
  -files/ant-core-1.7.0-services.patch, -ant-core-1.7.1-r1.ebuild:
  Removing ant 1.7.0, bug #261563.

  10 May 2009; Raúl Porcel <armin76@gentoo.org> ant-core-1.7.1-r2.ebuild:
  ia64 stable

*ant-core-1.7.1-r4 (17 Mar 2009)

  17 Mar 2009; Petteri Räty <betelgeuse@gentoo.org>
  +files/1.7.1-jdk4-javadoc.patch, files/1.7.1-pkg-info.patch,
  -ant-core-1.7.1-r3.ebuild, +ant-core-1.7.1-r4.ebuild:
  Fix javadoc for sun-jdk-1.4. Fixes bug #217102. Update patch for bug
  #262511 to work with 1.4 JDKs. Thanks to Martin von Gagern
  <Martin.vGagern@gmx.net>.

*ant-core-1.7.1-r3 (15 Mar 2009)

  15 Mar 2009; Petteri Räty <betelgeuse@gentoo.org>
  +files/1.7.1-pkg-info.patch, +ant-core-1.7.1-r3.ebuild:
  Add patch from trunk for an issue with pkg-info files. Fixes bug #262511.
  Thanks to John W Eckhart <jweckhart@gmail.com> for reporting.

  07 Jan 2009; Brent Baude <ranger@gentoo.org> ant-core-1.7.1-r2.ebuild:
  Marking ant-core-1.7.1-r2 ppc64 for bug 252819

  21 Dec 2008; Markus Meier <maekke@gentoo.org> ant-core-1.7.1-r2.ebuild:
  x86 stable, bug #250466

  20 Dec 2008; Kenneth Prugh <ken69267@gentoo.org> ant-core-1.7.1-r2.ebuild:
  amd64 stable, bug #250466

  20 Dec 2008; nixnut <nixnut@gentoo.org> ant-core-1.7.1-r2.ebuild:
  Stable on ppc wrt bug 250446

  11 Dec 2008; Vlastimil Babka <caster@gentoo.org> ant-core-1.7.1-r2.ebuild:
  Fix building with gcj-jdk.

*ant-core-1.7.1-r2 (09 Nov 2008)

  09 Nov 2008; Vlastimil Babka <caster@gentoo.org> +files/1.7.1-ant-r1,
  +ant-core-1.7.1-r2.ebuild:
  Revbump to respect JAVA_HOME setting if ANT_RESPECT_JAVA_HOME is set, bug
  #151884.

  16 Jul 2008; Vlastimil Babka <caster@gentoo.org> ant-core-1.7.1-r1.ebuild:
  Rewrite build.xml for 1.4 bytecode. Fixes bug #196080.

*ant-core-1.7.1-r1 (16 Jul 2008)

  16 Jul 2008; Vlastimil Babka <caster@gentoo.org> files/1.7.1-ant,
  -ant-core-1.7.1.ebuild, +ant-core-1.7.1-r1.ebuild:
  Revbump to update ant version in startup script to fix detection of
  optional tasks. Fixes bug #231968.

  14 Jul 2008; Vlastimil Babka <caster@gentoo.org> ant-core-1.7.1.ebuild:
  Add note about removed ant-tasks to pkg_postinst messages.

*ant-core-1.7.1 (14 Jul 2008)

  14 Jul 2008; Vlastimil Babka <caster@gentoo.org> +files/1.7.1-ant,
  +ant-core-1.7.1.ebuild:
  Version bump, bug #231776.

*ant-core-1.7.0-r2 (16 Jun 2008)

  16 Jun 2008; Petteri Räty <betelgeuse@gentoo.org>
  +files/ant-core-1.7.0-services.patch, +ant-core-1.7.0-r2.ebuild:
  Revision bump with patch for upstream bug with the jar task. Fixes bug #227465.

  12 Apr 2008; nixnut <nixnut@gentoo.org> ant-core-1.7.0-r1.ebuild:
  Stable on ppc wrt bug 216258

  07 Apr 2008; Markus Rothe <corsair@gentoo.org> ant-core-1.7.0-r1.ebuild:
  Stable on ppc64; bug #216258

  06 Apr 2008; Markus Meier <maekke@gentoo.org> ant-core-1.7.0-r1.ebuild:
  amd64/x86 stable, bug #216258

  03 Mar 2008; Vlastimil Babka <caster@gentoo.org> -files/1.6.5-ant,
  -files/build.sh-exit-fix.patch, -ant-core-1.6.5-r14.ebuild:
  Remove ant 1.6.5. Java packages already depend on 1.7.0.

  28 Nov 2007; Petteri Räty <betelgeuse@gentoo.org>
  ant-core-1.7.0-r1.ebuild:
  Quote variables.

*ant-core-1.7.0-r1 (28 Nov 2007)

  28 Nov 2007; Petteri Räty <betelgeuse@gentoo.org>
  +ant-core-1.7.0-r1.ebuild:
  Fix Javadoc links in the manual using the new --symlink feature to
  dojavadoc. Fixes bug #185694.

  12 May 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  ant-core-1.7.0.ebuild:
  Stable on amd64, bug #176856

  06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  ant-core-1.7.0.ebuild:
  ppc stable

  05 May 2007; Andrej Kacian <ticho@gentoo.org> ant-core-1.7.0.ebuild:
  Stable on x86, bug #176856.

  03 May 2007; Markus Rothe <corsair@gentoo.org> ant-core-1.7.0.ebuild:
  Stable on ppc64; bug #176856

  03 May 2007; Raúl Porcel <armin76@gentoo.org> ant-core-1.7.0.ebuild:
  ia64 stable wrt 176856

  25 Apr 2007; Vlastimil Babka <caster@gentoo.org> ant-core-1.7.0.ebuild:
  Update the URL in elog to the new xmlfied guide.

  24 Feb 2007; Vlastimil Babka <caster@gentoo.org> ant-core-1.7.0.ebuild:
  Block on <dev-java/ant-1.7.0 to beat one possible source of bug #166077.
  Add java-ant-2 to inherit.

  27 Jan 2007; Vlastimil Babka <caster@gentoo.org> ant-core-1.7.0.ebuild:
  Add ~ia64 keyword, bug #159820.

  26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ant-core-1.7.0.ebuild:
  Added ~ppc.

  25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  ant-core-1.7.0.ebuild:
  Added ~amd64 keyword

  22 Jan 2007; Markus Rothe <corsair@gentoo.org> ant-core-1.7.0.ebuild:
  Added ~ppc64; bug #159820

  22 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ant-core-1.7.0.ebuild:
  Add ~x86-fbsd keyword. popd

  21 Jan 2007; Vlastimil Babka <caster@gentoo.org>
  ant-core-1.6.5-r14.ebuild:
  Disable self-dependency that would be caused by soon-to-come
  java-ant-2.eclass change.

*ant-core-1.7.0 (21 Jan 2007)

  21 Jan 2007; Vlastimil Babka <caster@gentoo.org> +files/1.7.0-ant,
  +ant-core-1.7.0.ebuild:
  Version bump, bug #159820.

  09 Dec 2006; Vlastimil Babka <caster@gentoo.org>
  ant-core-1.6.5-r14.ebuild:
  Block on dev-java/ant-optional because some people still seem to have it. If
  you get the block, unmerge ant-optional.

  06 Dec 2006; Vlastimil Babka <caster@gentoo.org> -files/1.6.2-ant,
  -files/1.6.2-scp.patch, -files/rpmbuild.patch, -ant-core-1.6.2-r5.ebuild,
  -ant-core-1.6.5-r2.ebuild:
  Remove obsolete version to force people to update and prevent bugs like
  #147863.

  29 Nov 2006; Vlastimil Babka <caster@gentoo.org>
  ant-core-1.6.5-r14.ebuild:
  Better quoting, removed stray RDEPEND from DEPEND.

  15 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  ant-core-1.6.5-r14.ebuild:
  ppc stable. bug #147254

  15 Oct 2006; Joshua Nichols <nichoj@gentoo.org> ant-core-1.6.5-r14.ebuild:
  Stabilizing on ia64 as part of new Java system, bug #147254.

  14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> ant-core-1.6.5-r14.ebuild:
  Stabilizing on amd64 as part of new Java system, bug #147254.

  14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> ant-core-1.6.5-r14.ebuild:
  Stabilizing on ppc64 as part of new Java system, bug #147254.

  14 Oct 2006; Joshua Jackson <tsunam@gentoo.org> ant-core-1.6.5-r14.ebuild:
  New java stable on x86; bug #147254

  05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  ant-core-1.6.2-r5.ebuild, ant-core-1.6.5-r2.ebuild,
  ant-core-1.6.5-r14.ebuild:
  Dropping sparc keywords, see #96229

  02 Oct 2006; Vlastimil Babka <caster@gentoo.org>
  ant-core-1.6.5-r14.ebuild:
  Block on older ant-tasks to prevent breakages during update, solves bug
  #149661.

  16 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
  ant-core-1.6.5-r2.ebuild:
  stable on ppc, thanks to report by Carl Hudkins (Bug #147754)

*ant-core-1.6.5-r14 (13 Sep 2006)

  13 Sep 2006; Vlastimil Babka <caster@gentoo.org> files/1.6.5-ant,
  -ant-core-1.6.5-r13.ebuild, +ant-core-1.6.5-r14.ebuild:
  Added xml-commons-external-1.3 into CLASSPATH in ant's startup script to fix
  bug #82561. Also fixes javadoc path wrt bug #112106.

  02 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
  ant-core-1.6.5-r2.ebuild, ant-core-1.6.5-r13.ebuild:
  Fix ~x86-fbsd keywording.

  23 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
  ant-core-1.6.5-r2.ebuild:
  Add ~x86-fbsd keyword.

  22 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> files/1.6.5-ant:
  Replace arch with uname -m for Gentoo/FreeBSD compatibility. See bug #141424.

  22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org>
  ant-core-1.6.5-r13.ebuild:
  ant_src_unpack -> src_unpack

  01 Jul 2006; Petteri Räty <betelgeuse@gentoo.org>
  ant-core-1.6.2-r5.ebuild, ant-core-1.6.5-r2.ebuild,
  ant-core-1.6.5-r13.ebuild:
  Removed useless dependencies on virtual/libc.

  26 Jun 2006; Joshua Nichols <nichoj@gentoo.org> ant-core-1.6.5-r13.ebuild:
  Fixed patch location.

*ant-core-1.6.5-r13 (25 Jun 2006)

  25 Jun 2006; <nichoj@gentoo.org> files/1.6.5-ant, ant-core-1.6.5-r13.ebuild:
  Revision bump to add support for new Java system.

  12 Mar 2006; <nichoj@gentoo.org> -files/1.5.4-ant,
  -ant-core-1.5.4-r2.ebuild:
  Removing older version with same keywords.

  05 Feb 2006; Simon Stelling <blubb@gentoo.org>
  +files/build.sh-exit-fix.patch, -files/build.sh-exit-fix.patch.gz,
  +files/rpmbuild.patch, -files/rpmbuild.patch.gz, ant-core-1.5.4-r2.ebuild,
  ant-core-1.6.2-r5.ebuild, ant-core-1.6.5-r2.ebuild:
  no need to gzip smallish patches

  20 Jan 2006; Joshua Nichols <nichoj@gentoo.org> ant-core-1.5.4-r2.ebuild:
  No longer exports CLASSPATH as per bug #50306.

  21 Dec 2005; Petteri Räty <betelgeuse@gentoo.org> files/1.6.5-ant:
  Fixed a quoting problem in the error message which is shown when JAVA_HOME
  is not defined.

*ant-core-1.6.5-r2 (11 Sep 2005)
*ant-core-1.6.2-r5 (11 Sep 2005)

  11 Sep 2005; Thomas Matthijs <axxo@gentoo.org> files/1.6.2-ant,
  files/1.6.5-ant, -ant-core-1.6.2-r3.ebuild, -ant-core-1.6.2-r4.ebuild,
  +ant-core-1.6.2-r5.ebuild, -ant-core-1.6.5-r1.ebuild,
  +ant-core-1.6.5-r2.ebuild:
  Fix wrapper script (again)

  10 Sep 2005; Thomas Matthijs <axxo@gentoo.org> ant-core-1.5.4-r2.ebuild,
  ant-core-1.6.2-r3.ebuild, ant-core-1.6.2-r4.ebuild,
  ant-core-1.6.5-r1.ebuild:
  Block older dev-java/ant bug #104197

  25 Aug 2005; Aron Griffis <agriffis@gentoo.org> ant-core-1.6.5-r1.ebuild:
  add ~ia64

  14 Aug 2005; Saleem Abdulrasool <compnerd@gentoo.org>
  ant-core-1.6.5-r1.ebuild:
  Updated to use toolchain-func eclass to determine arch, minor style change

*ant-core-1.6.5-r1 (23 Jul 2005)

  23 Jul 2005; Thomas Matthijs <axxo@gentoo.org> -ant-core-1.6.5.ebuild,
  +ant-core-1.6.5-r1.ebuild:
  revision bump too make sure ppl have the new wrapper

*ant-core-1.6.2-r4 (25 Jul 2005)

  25 Jul 2005;  Karl Trygve Kalleberg <karltk@gentoo.org>
  ant-core-1.6.2-r4.ebuild:
  Fixed -lib issue in the script file. Can now depend on the new
  script. Gone straight to stable since it's pretty major.

  09 Jul 2005; Thomas Matthijs <axxo@gentoo.org> ant-core-1.5.4-r2.ebuild,
  ant-core-1.6.2-r3.ebuild, ant-core-1.6.5.ebuild:
  Fix deps, add source useflag

  02 Jun 2005; Thomas Matthijs <axxo@gentoo.org> -files/1.6.3-ant,
  -files/1.6.4-ant, -ant-core-1.6.3-r1.ebuild, -ant-core-1.6.4.ebuild:
  prune

*ant-core-1.6.5 (02 Jun 2005)

  02 Jun 2005; Thomas Matthijs <axxo@gentoo.org> +files/1.6.5-ant,
  +ant-core-1.6.5.ebuild:
  version bump

*ant-core-1.6.4 (23 May 2005)

  23 May 2005; Thomas Matthijs <axxo@gentoo.org> +files/1.6.4-ant,
  +ant-core-1.6.4.ebuild:
  version bump

*ant-core-1.6.3-r1 (14 May 2005)
*ant-core-1.6.2-r3 (14 May 2005)

  14 May 2005; Jan Brinkmann <luckyduck@gentoo.org> files/1.6.2-ant,
  files/1.6.3-ant, -ant-core-1.6.2-r2.ebuild, +ant-core-1.6.2-r3.ebuild,
  -ant-core-1.6.3.ebuild, +ant-core-1.6.3-r1.ebuild:
  updated commons-beanutils dependency to reflect new slotting. see #71952

*ant-core-1.6.3 (28 Apr 2005)

  28 Apr 2005; Thomas Matthijs <axxo@gentoo.org>
  -ant-core-1.6.3_beta1.ebuild, +ant-core-1.6.3.ebuild:
  version bump

  03 Apr 2005; Thomas Matthijs <axxo@gentoo.org> +files/1.6.3-ant,
  ant-core-1.6.2-r2.ebuild, ant-core-1.6.3_beta1.ebuild:
  die when wrapper cant be found

*ant-core-1.6.3_beta1 (03 Apr 2005)

  03 Apr 2005; Thomas Matthijs <axxo@gentoo.org>
  +ant-core-1.6.3_beta1.ebuild:
  version bump

*ant-core-1.6.2-r2 (03 Apr 2005)

  03 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> files/1.6.2-ant,
  -ant-core-1.6.2-r1.ebuild, +ant-core-1.6.2-r2.ebuild:
  updated java-config call in the wrapper script to reflect oro->jakarta-oro
  move.

  27 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> ant-core-1.6.2-r1.ebuild:
  corrected installation of the ant wrapper script for the new revision, fixes
  #86887

*ant-core-1.6.2-r1 (27 Mar 2005)

  27 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> files/1.6.2-ant,
  +ant-core-1.6.2-r1.ebuild, -ant-core-1.6.2.ebuild:
  moved from dev-java/regexp to dev-java/jakarta-regexp dependency. see #71336

  04 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> ant-core-1.6.2.ebuild:
  improved support of the doc useflag, now also the api doc is getting
  installed. fixes #80762

  04 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> files/1.6.2-ant:
  added commons-collections to the java-config -p call in the ant wrapper. see
  #72932

  03 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> +files/1.6.2-scp.patch,
  ant-core-1.6.2.ebuild:
  applied an patch to fix scp with openssh-3.9. also see #77365

  29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> files/1.6.2-ant:
  updated java-config -p call in 1.6.2-ant to reflect the new rhino slots.

  26 Jan 2005; Markus Rothe <corsair@gentoo.org> ant-core-1.6.2.ebuild:
  Stable on ppc64

  18 Dec 2004; Markus Rothe <corsair@gentoo.org> ant-core-1.6.2.ebuild:
  added ~ppc64 to KEYWORDS

  16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> ant-core-1.5.4-r2.ebuild,
  ant-core-1.6.2.ebuild:
  use java-pkg_dohtml instead of dohtml to also install the package-list in
  case of api docs: #50740

  16 Oct 2004; Dylan Carlson <absinthe@gentoo.org> ant-core-1.6.2.ebuild:
  Stable on amd64.

*ant-core-1.5.4-r2 (22 Sep 2004)

  22 Sep 2004; Thomas Matthijs <axxo@gentoo.org> -ant-core-1.5.4-r1.ebuild,
  +ant-core-1.5.4-r2.ebuild:
  ant wrapper wasn't being installed, sorry.

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

*ant-core-1.5.4-r1 (17 Sep 2004)

  17 Sep 2004; Thomas Matthijs <axxo@gentoo.org> files/1.5.4-ant,
  +ant-core-1.5.4-r1.ebuild, -ant-core-1.5.4.ebuild:
  fix classpath in wrapper script, bug 64410

  17 Sep 2004; Thomas Matthijs <axxo@gentoo.org> files/1.6.2-ant:
  respect JAVA_HOME, bug 61665

  11 Sep 2004; Thomas Matthijs <axxo@gentoo.org> ant-core-1.6.2.ebuild:
  removed pkg_setup, not used anyway, moved the ppc threads_flags to
  src_compile. Don't use global classpath when compiling

*ant-core-1.6.2 (10 Sep 2004)
*ant-core-1.5.4 (10 Sep 2004)

  10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> +metadata.xml,
  +files/1.5.4-ant, +files/1.6.2-ant, +files/build.sh-exit-fix.patch.gz,
  +files/rpmbuild.patch.gz, +ant-core-1.5.4.ebuild, +ant-core-1.6.2.ebuild:
  Moved from dev-java/ant

  06 Sep 2004; Thomas Matthijs <axxo@gentoo.org> -files/1.6.0-r3/ant,
  -files/1.6.1/ant, -files/1.6.2-r2/ant, -files/1.6.2-r3/ant,
  -ant-1.6.0-r3.ebuild, -ant-1.6.1-r1.ebuild, -ant-1.6.1.ebuild,
  -ant-1.6.2-r2.ebuild, -ant-1.6.2-r3.ebuild, ant-1.6.2-r5.ebuild:
  remove older ebuild that use ant-optional

  04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> files/1.6.2-r5/ant,
  ant-1.6.2-r5.ebuild:
  move jython-bin -> jython, regexp-bin -> regexp

  01 Sep 2004; Thomas Matthijs <axxo@gentoo.org> files/1.6.2-r5/ant,
  ant-1.6.2-r5.ebuild:
  remove ant-optional from wrapper, move block on optional to tasks, add block
  on older ant-tasks

  31 Aug 2004; Thomas Matthijs <axxo@gentoo.org> -files/1.6.2-r4/ant,
  -ant-1.6.2-r4.ebuild:
  remove since its broken

*ant-1.6.2-r5 (31 Aug 2004)

  31 Aug 2004; Thomas Matthijs <axxo@gentoo.org> +files/1.6.2-r5/ant,
  +ant-1.6.2-r5.ebuild:
  fix ant wrapper script to use ant-tasks,and some (-bin)

  31 Aug 2004; Thomas Matthijs <axxo@gentoo.org> ant-1.6.2-r4.ebuild:
  block ant-optional, depending on new ant-tasks-1.6.2-r3

*ant-1.6.2-r4 (30 Aug 2004)

  30 Aug 2004; Karl Trygve Kalleberg <karltk@gentoo.org> 
  Fixed dependency on ant-optional to ant-tasks.

  27 Aug 2004; Thomas Matthijs <axxo@gentoo.org>
  -files/1.5.3/1_6_backport-jdk142.patch.gz, -files/1.5.3/ant,
  -files/1.6.0-r2/ant, -files/1.6.2/ant, -files/1.6.2-r1/ant,
  -ant-1.5.3-r5.ebuild, -ant-1.6.0-r2.ebuild, -ant-1.6.2-r1.ebuild,
  -ant-1.6.2.ebuild:
  remove older versions

  27 Aug 2004; Thomas Matthijs <axxo@gentoo.org> metadata.xml,
  ant-1.6.2-r3.ebuild:
  x86

  27 Aug 2004; <SeJo@gentoo.org> ant-1.6.0-r3.ebuild, ant-1.6.2-r2.ebuild:
  stable on ppc

*ant-1.6.2-r3 (27 Aug 2004)

  27 Aug 2004; Thomas Matthijs <axxo@gentoo.org> +files/1.6.2-r3/ant,
  +ant-1.6.2-r3.ebuild:
  fix bug 60991

*ant-1.6.2-r2 (29 Jul 2004)

  29 Jul 2004; Thomas Matthijs <axxo@gentoo.org> +files/1.6.2-r2/ant,
  +ant-1.6.2-r2.ebuild:
  actualy use the fixed wrapper script

*ant-1.6.2-r1 (23 Jul 2004)

  23 Jul 2004; Thomas Matthijs <axxo@gentoo.org> +files/1.6.2-r1/ant,
  +ant-1.6.2-r1.ebuild:
  fix ant script wrapper script and depends

  18 Jul 2004; Thomas Matthijs <axxo@gentoo.org> ant-1.6.2.ebuild:
  added ~amd64

*ant-1.6.2 (17 Jul 2004)

  17 Jul 2004; Thomas Matthijs <axxo@gentoo.org> +files/1.6.2/ant,
  +ant-1.6.2.ebuild:
  Version bump

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ant-1.5.3-r5.ebuild,
  ant-1.5.4-r1.ebuild, ant-1.6.0-r2.ebuild, ant-1.6.0-r3.ebuild,
  ant-1.6.1-r1.ebuild, ant-1.6.1.ebuild:
  virtual/glibc -> virtual/libc

  12 Jun 2004; Karl Trygve Kalleberg <karltk@gentoo.org> ant-1.6.1.ebuild,
  ant-1.6.1-r1.ebuild: Added some extra symlinks. Fixes #49128.

  16 May 2004; Chris Aniszczyk <zx@gentoo.org> ant-1.6.1-r1.ebuild,
  ant-1.6.1.ebuild:
  Updated license to Apache 2.0

  09 May 2004; Jason Wever <weeve@gentoo.org> ant-1.6.1-r1.ebuild:
  Added ~sparc keyword, helps resolve bug #50407.

  04 May 2004; <SeJo@gentoo.org> ant-1.6.1.ebuild:
  added ~ppc keyword to the ant-1.6.1.ebuild

  23 Mar 2004; David Holm <dholm@gentoo.org> ant-1.6.1-r1.ebuild:
  Backed out from ~ppc.

  22 Mar 2004; David Holm <dholm@gentoo.org> ant-1.6.1-r1.ebuild:
  Added to ~ppc.

  20 Mar 2004; Chris Aniszczyk <zx@gentoo.org> files/1.6.1/ant:
  Updated ant to use the new launcher interface.
  Thanks to Thomas Wutsch <twutsch@iicm.edu> for the updates. Closes #44804

*ant-1.6.1-r1 (17 Mar 2004)

  11 Mar 2004; Chris Aniszczyk <zx@gentoo.org> ant-1.6.0-r2.ebuild,
  ant-1.6.1.ebuild:
  Added some fixes. Thanks to Pavel <hlobil@sympatico.ca> for some input.

*ant-1.6.1 (10 Mar 2004)

  10 Mar 2004; Chris Aniszczyk <zx@gentoo.org> ant-1.5.4-r1.ebuild,
  ant-1.6.1.ebuild:
  Version bump + fixes. Closes #43398, #42850, #41414

  25 Feb 2004; Dylan Carlson <absinthe@gentoo.org> ant-1.5.4-r1.ebuild,
  ant-1.6.0-r2.ebuild, ant-1.6.0-r3.ebuild:
  Added amd64 keyword to ant-1.5.4-r1.   removed ~ppc from 1.6.0-r3 due to bad 
  dependencies.  1.6.0 seems broken for PropertyFile tasks anyway, so it is
  being moved into package.mask.

  16 Feb 2004; David Holm <dholm@gentoo.org> ant-1.6.0-r3.ebuild:
  Ok, lets try adding this to ~ppc one more time. Someone needs a lecture in CVS
  and how to handle conflicts. ;)

  16 Feb 2004; Chris Aniszczyk <zx@gentoo.org> ant-1.6.0-r3.ebuild:
  Bug Fix #39021

*ant-1.6.0-r3 (10 Feb 2004)

  10 Feb 2004; Adrian Almenar <strider@gentoo.org> ant-1.6.0-r3.ebuild:
  Removed some USE flags for this package since people dont use them,
  and create a lot of bug reports about it.

  20 Jan 2004; Adrian Almenar <strider@gentoo.org> ant-1.6.0-r2.ebuild:
  Added ~x86 keyword.

  19 Jan 2004; Adrian Almenar <strider@gentoo.org> ant-1.6.0-r2.ebuild:
  Added amd64 keyword.

  18 Jan 2004; Adrian Almenar <strider@gentoo.org> files/1.6.0-r2/ant:
  Redirect java-config stderr output to /dev/null.

*ant-1.6.0-r2 (18 Jan 2004)

  18 Jan 2004; Adrian Almenar <strider@gentoo.org> ant-1.6.0-r2.ebuild:
  New method for building ant.

*ant-1.6.0 (25 Dec 2003)

  25 Dec 2003; Adrian Almenar <strider@gentoo.org> ant-1.6.0-r1.ebuild, ant-1.6.0.ebuild,
  files/1.6.0/ant:
  Updated ant to latest available version.

  20 Nov 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.4-r1.ebuild:
  Moved to stable on all arches.

  20 Oct 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.4-r1.ebuild,
  ant-1.5.4-r2.ebuild:
  This should fix bug #31545, Thanks Azarah for your help.

*ant-1.5.4-r2 (18 Oct 2003)

  18 Oct 2003; root <strider@gentoo.org> ant-1.5.4-r2.ebuild:
  New process to build ant from sources.

  18 Oct 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.3-r5.ebuild,
  ant-1.5.4-r1.ebuild, ant-1.5.4.ebuild, files/1.5.3/ant, files/1.5.4/ant:
  Fixes bug #31006

*ant-1.5.4-r1 (13 Oct 2003)

  13 Oct 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.4-r1.ebuild:
  Thanks to Gunnlaugur Thor Briem <gthb@hi.is>.
  Fix http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14650
  (RPM package builds using rpm task failed with newer rpm versions
  such as the current stable one in portage)

*ant-1.5.4 (21 Sep 2003)

  21 Sep 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.3-r3.ebuild,
  ant-1.5.3-r4.ebuild, ant-1.5.3-r5.ebuild, ant-1.5.4.ebuild, files/1.5.4/ant:
  Added but masked 1.5.4, updated ant ebuild so now can use bcel support if
  available, also updated patches

  11 Aug 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.3-r5.ebuild:
  Updating ant as its working ok, has been tested.

*ant-1.5.3-r5 (08 Aug 2003)

  08 Aug 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.3-r5.ebuild,
  files/build.sh-exit-fix.patch.gz, files/1.5.3/1_6_backport-jdk142.patch.gz:
  Added new ebuild with patches from Carsten Frewert <gentoo@frewert.de>.
  Thanks. Marked as testing. It also solves bug #23874.

*ant-1.5.3-r4 (26 May 2003)

  26 May 2003; Dylan Carlson <absinthe@gentoo.org> ant-1.5.3-r4.ebuild:
  Time to unmask 1.5.3. -r4 includes a fix to include the supporting scripts to
  close bug #19885.

*ant-1.5.3-r3 (26 Apr 2003)

  26 Apr 2003; Dylan Carlson <absinthe@gentoo.org> :
  Switched to java-pkg eclass; added detection routines for antlr, beanutils,
  junitreport, oro and xerces classes for optional ant tasks.

*ant-1.5.3-r2 (23 Apr 2003)

  26 Apr 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.3-r2.ebuild:
  Updated SRC_URI so this ebuild uses apache mirrors.
  
  23 Apr 2003; Dylan Carlson <absinthe@gentoo.org> ant-1.5.3-r2.ebuild:
  Many fixes, improvements:
   - ant now builds from source instead of using the binaries
     (thanks to Ryan Shaw in # 10364, belatedly)
   - fixed SRC_URI
   - fixed HOMEPAGE (ant.apache.org now)
   - improved DESCRIPTION

*ant-1.5.3-r1 (18 Apr 2003)

  26 Apr 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.3-r1.ebuild:
  Updated SRC_URI so this ebuild uses apache mirrors. Updated Homepage.

  18 Apr 2003; Dylan Carlson <absinthe@gentoo.org> ant-1.5.3-r1.ebuild,
  ant-1.5.3.ebuild, ant-1.5.3.ebuild:
  Version bump to close #19505.  Still masked for testing.

*ant-1.5.3 (15 Apr 2003)

  15 Apr 2003; Dylan Carlson <absinthe@gentoo.org> ant-1.5.3.ebuild,
  files/1.5.3/ant:
  Version bump.  Closes # 17097.

*ant-1.5.2 (21 Mar 2003)

  26 Apr 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.2.ebuild:
  Updated SRC_URI so this ebuild uses apache mirrors. Updated Homepage.

  06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> ant-1.5.2.ebuild:
  ppc sparc moved to stable.

  21 Mar 2003; Dylan Carlson <absinthe@gentoo.org> ant-1.5.2.ebuild, 
  files/1.5.2/ant:
  Version bump.  Unmasked for x86.

*ant-1.5.1-r4 (16 Mar 2003)

  17 Mar 2003; Pieter Van den Abeele <pvdabeel@gentoo.org> ant-1.5.1-r4.ebuild:
  Added ~ppc keyword

  16 Mar 2003; Dylan Carlson <absinthe@gentoo.org> ant-1.5.1-r4.ebuild:
  Added 'doc' USE flag for developer's documentation.

*ant-1.5.1-r3 (01 Dec 2002)

  05 Mar 2003; Will Woods <wwoods@gentoo.org> ant-1.5.1-r3.ebuild:
  Added ~alpha keyword

  20 Feb 2003; Adrian Almenar <strider@gentoo.org> ant-1.5.1-r3.ebuild :
  Changed to stable keyword only on x86.

  08 Dec 2002; Adrian Almenar <strider@gentoo.org> ant-1.5.1-r3.ebuild :
  Added Sparc keyword "~sparc" after testing it.

  07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> ant-1.5.1-r2.ebuild, ant-1.4.1-r3.ebuild :
  Changed sparc64 to sparc keyword
  
  01 Dec 2002; Adrian Almenar <strider@gentoo.org> ant-1.5.1-r3.ebuild
  Doesnt need to download from a gentoo mirror.

  01 Dec 2002; Adrian Almenar <strider@gentoo.org> ant-1.5.1-r3.ebuild files/digest-ant-1.5.1-r3
  I have created this ebuild cause building it from sources causes circular
  dependencies (See bug #10360 and #10364) cause optional.jar doesnt have
  all classes compiled. KEYWORDS are set only to "~x86". This ebuild should
  fix some strange errors with ant. If somebody complains about this please
  let me know. Also ant project changed how them distribute their files so we
  need to mirror it now (Cant be downloaded automatically from their site).
  Fixed ebuild to follow policy (Missing IUSE, Missing RDEPEND).

*ant-1.5.1-r2 (18 Nov 2002)
  
  25 Nov 2002; Adrian Almenar <strider@gentoo.org> ant-1.5.1-r2.ebuild
  Unmasking ant for sparc64, as it looks like its working very well.

  22 Nov 2002; Adrian Almenar <strider@gentoo.org> ant-1.5.1-r2.ebuild
  Changed Keywords "~x86 ~ppc" to "x86 ppc", inserting "~sparc64". Needs more
  tests on sparc64 not only me.

  18 Nov 2002; Adrian Almenar <strider@gentoo.org> ant-1.5.1-r2.ebuild files/digest-ant-1.5.1-r2: Added (Marked for Testing)
  files/1.5.1/ant: Changed
  User Classpath get overwrited by "gentooized" ant script, Fixes bug #10061.

*ant-1.5.1-r1 (02 Nov 2002)

  02 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ant-1.5.1-r1.ebuild files/digest-ant-1.5.1-r1:
  Now uses Green threads on PPC. Fixes #7706.
  Removed ant-1.5.1.ebuild files/digest-ant-1.5.1

  16 Oct 2002; Karl Trygve Kalleberg <karltk@gentoo.org> files/1.5/ant:
  Improved slightly, thanks to #9394.

*ant-1.5.1 (25 Oct 2002)

  25 Oct 2002; Maik Schreiber <blizzy@gentoo.org> ant-1.5.1.ebuild,
  files/1.5.1/ant: New version.

  25 Oct 2002; Maik Schreiber <blizzy@gentoo.org> ant-1.5.ebuild: Changed
  KEYWORDS to "x86 ~ppc".

  18 Oct 2002; Karl Trygve Kalleberg <karltk@gentoo.org> files/1.5/ant:
  Fixed nasty oversight in script.

  14 Oct 2002; Karl Trygve Kalleberg <karltk@gentoo.org> files/1.5/ant:
  Fixed bugs with script as reported in #7732. Marked for testing. 

*ant-1.5 (26 Jul 2002)

  26 Jul 2002; William McArthur <sandymac@gentoo.org> ant-1.5.ebuild,
  files/1.5/ant: Upgraded to Ant 1.5, rewrote the Gentoo specific ant script to
  take avantage of java-config. It also looked like the Gentoo ant-1.4.1
  script was based an older version of ant.

  26 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ant-1.4.1-r3.ebuild:
  Added test in pkg_setup() to ensure that a proper system VM is installed. 
  This is a special-case, we should not bother about adding similar tests to
  all other java packages.

  24 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ant-1.4.1-r3.ebuild:
  Added extra install-time test to verify that all files install properly. 
  Some users manage to install a faulty ant, for some reason.

  13 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> ant-1.4.1-r3.ebuild:
  added ppc keyword

  01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ant-1.4.1-r3.ebuild:
  Added SLOT, KEYWORDS and LICENSE. Ebuild originally submitted by Achim
  Gottinger <achim@gentoo.org>.

*ant-1.4.1-r3 (03 May 2002)

  03 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ant-1.4.1-r3.ebuild:
  Now handles the case of multiple occurrences of JAVA_HOME in the Java
  environment setting, thanks to Florian L. Klein <kleinf@gmx.de>.

  Removed ant-1.4.1-r2.ebuild files/digest-ant-1.4.1-r2

*ant-1.4.1-r2 (10 Apr 2002)

  10 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ant-1.4.1-r2.ebuild:
  The JAVA_HOME env var is now picked from $HOME/.gentoo/java-env if it exists,
  /etc/env.d/20java if not. An error is emitted if both files are missing.

  Removed ant-1.4.1-r1.ebuild files/digest-ant-1.4.1-r1

*ant-1.4.1-r1 (01 Feb 2002)

  01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog:
  Added initial ChangeLog.