summaryrefslogtreecommitdiff
blob: 65a7bf3fad8247fe78e5b1228f99e345d6dd0d6a (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
# ChangeLog for dev-java/ibm-jre-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog,v 1.176 2014/11/02 08:19:39 swift Exp $

  02 Nov 2014; Sven Vermeulen <swift@gentoo.org>
  ibm-jre-bin-1.6.0.9_p2-r1.ebuild, ibm-jre-bin-1.6.0.9_p2.ebuild:
  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
  #527698)

  16 May 2014; Sven Vermeulen <swift@gentoo.org> ibm-jre-bin-1.6.0.9_p1.ebuild,
  ibm-jre-bin-1.6.0.9_p2-r1.ebuild, ibm-jre-bin-1.6.0.9_p2.ebuild:
  Fix bug #509740 - Enable USE=selinux dependency to sec-policy/selinux-java

  29 Jan 2014; Michael Sterrett <mr_bones_@gentoo.org>
  -files/ibm-jre-bin-1.5.env, -ibm-jre-bin-1.5.0.12_p4.ebuild,
  -ibm-jre-bin-1.5.0.12_p5-r1.ebuild, -ibm-jre-bin-1.5.0.12_p5.ebuild:
  clean old, unused, and gtk+:1-using slot

  05 Oct 2012; Brent Baude <ranger@gentoo.org>
  ibm-jre-bin-1.6.0.9_p2-r1.ebuild:
  marking ibm-jre-bin-1.6.0.9_p2-r1 ppc

  12 Dec 2011; Ralph Sennhauser <sera@gentoo.org>
  ibm-jre-bin-1.6.0.9_p2-r1.ebuild:
  Fix USE=-nsplugin. Bug 394421.

*ibm-jre-bin-1.6.0.9_p2-r1 (23 Nov 2011)
*ibm-jre-bin-1.5.0.12_p5-r1 (23 Nov 2011)

  23 Nov 2011; Ralph Sennhauser <sera@gentoo.org>
  +ibm-jre-bin-1.5.0.12_p5-r1.ebuild, files/ibm-jre-bin-1.5.env,
  +ibm-jre-bin-1.6.0.9_p2-r1.ebuild, files/ibm-jre-bin-1.6.env:
  Bump to EAPI 4.
  Prefixify.
  Add sandbox controle file. Bug #388937
  Set pax markings. Bug #389751
  Dont call 'use' in global scope.

  27 Aug 2011; Markos Chandras <hwoarang@gentoo.org>
  ibm-jre-bin-1.5.0.12_p5.ebuild, ibm-jre-bin-1.6.0.9_p2.ebuild:
  Stable on amd64 wrt bug #377623

  19 Aug 2011; Thomas Kahle <tomka@gentoo.org> ibm-jre-bin-1.5.0.12_p5.ebuild,
  ibm-jre-bin-1.6.0.9_p2.ebuild:
  x86 stable per bug 377623

  13 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
  ibm-jre-bin-1.5.0.12_p5.ebuild, ibm-jre-bin-1.6.0.9_p2.ebuild:
  ppc/ppc64 stable wrt #377623

*ibm-jre-bin-1.6.0.9_p2 (03 Aug 2011)
*ibm-jre-bin-1.5.0.12_p5 (03 Aug 2011)

  03 Aug 2011; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.12_p3.ebuild, +ibm-jre-bin-1.5.0.12_p5.ebuild,
  -ibm-jre-bin-1.6.0.9.ebuild, +ibm-jre-bin-1.6.0.9_p2.ebuild:
  Version bump, security bug #377623.

  26 Mar 2011; Brent Baude <ranger@gentoo.org>
  ibm-jre-bin-1.5.0.12_p4.ebuild, ibm-jre-bin-1.6.0.9_p1.ebuild:
  marking ibm-jre-bin-1.6.0.9_p1 and ibm-jre-bin-1.5.0.12_p4 ppc and ppc64
  for bug 360431

  26 Mar 2011; Christian Faulhammer <fauli@gentoo.org>
  ibm-jre-bin-1.5.0.12_p4.ebuild, ibm-jre-bin-1.6.0.9_p1.ebuild:
  stable x86, security bug 360431

  26 Mar 2011; Christoph Mende <angelos@gentoo.org>
  ibm-jre-bin-1.5.0.12_p4.ebuild, ibm-jre-bin-1.6.0.9_p1.ebuild:
  Stable on amd64 wrt bug #360431

*ibm-jre-bin-1.5.0.12_p4 (25 Mar 2011)

  25 Mar 2011; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.12_p1.ebuild, +ibm-jre-bin-1.5.0.12_p4.ebuild:
  Version bump, security bug #360431.

*ibm-jre-bin-1.6.0.9_p1 (25 Mar 2011)

  25 Mar 2011; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.6.0.8_p1.ebuild, +ibm-jre-bin-1.6.0.9_p1.ebuild:
  Version bump, security bug #360431.

  25 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
  ibm-jre-bin-1.5.0.12_p3.ebuild:
  stable x86, security bug 352603

  25 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
  ibm-jre-bin-1.6.0.9.ebuild:
  stable x86, security bug 352603

  25 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
  ibm-jre-bin-1.5.0.12_p3.ebuild, ibm-jre-bin-1.6.0.9.ebuild:
  Stable on amd64 wrt bug #352603

  24 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
  ibm-jre-bin-1.5.0.12_p3.ebuild, ibm-jre-bin-1.6.0.9.ebuild:
  ppc/ppc64 stable wrt #352603

*ibm-jre-bin-1.6.0.9 (24 Jan 2011)
*ibm-jre-bin-1.5.0.12_p3 (24 Jan 2011)

  24 Jan 2011; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.5.0.12_p3.ebuild, +ibm-jre-bin-1.6.0.9.ebuild:
  Version bump, security bug #352603.

  01 Nov 2010; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.11.ebuild, -ibm-jre-bin-1.5.0.11_p1.ebuild,
  -ibm-jre-bin-1.6.0.7.ebuild, -ibm-jre-bin-1.6.0.8.ebuild:
  Remove old.

  05 Oct 2010; Markus Meier <maekke@gentoo.org>
  ibm-jre-bin-1.5.0.12_p1.ebuild, ibm-jre-bin-1.6.0.8_p1.ebuild:
  x86 stable, bug #330663

  28 Sep 2010; Brent Baude <ranger@gentoo.org>
  ibm-jre-bin-1.5.0.12_p1.ebuild, ibm-jre-bin-1.6.0.8_p1.ebuild:
  Marking -1.6.0.8_p1 and -1.5.0.12_p1 ppc64/ppc for bug 330663

  26 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
  ibm-jre-bin-1.5.0.12_p1.ebuild, ibm-jre-bin-1.6.0.8_p1.ebuild:
  Stable on amd64 wrt bug #330663

*ibm-jre-bin-1.6.0.8_p1 (26 Sep 2010)
*ibm-jre-bin-1.5.0.12_p1 (26 Sep 2010)

  26 Sep 2010; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.5.0.12_p1.ebuild, +ibm-jre-bin-1.6.0.8_p1.ebuild:
  Version bump, security bug #330663.

*ibm-jre-bin-1.6.0.8 (14 May 2010)

  14 May 2010; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.6.0.8.ebuild:
  Version bump, bug #319533.

  08 Mar 2010; Markus Meier <maekke@gentoo.org>
  ibm-jre-bin-1.5.0.11_p1.ebuild:
  amd64 stable, bug #306583

  28 Feb 2010; Brent Baude <ranger@gentoo.org>
  ibm-jre-bin-1.5.0.11_p1.ebuild:
  Marking ibm-jre-bin-1.5.0.11_p1 ppc64 for bug 306583

  24 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
  ibm-jre-bin-1.5.0.11_p1.ebuild:
  stable x86, security bug 306583

*ibm-jre-bin-1.5.0.11_p1 (23 Feb 2010)

  23 Feb 2010; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.5.0.11_p1.ebuild:
  Version bump, security bug #306583.

  22 Feb 2010; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.10.ebuild, -ibm-jre-bin-1.6.0.6.ebuild:
  Remove old.

  31 Dec 2009; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.5.0.11.ebuild,
  ibm-jre-bin-1.6.0.7.ebuild:
  amd64 stable, bug #287490

  29 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
  ibm-jre-bin-1.5.0.11.ebuild:
  stable x86, security bug 287490

  29 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
  ibm-jre-bin-1.6.0.7.ebuild:
  stable x86, security bug 287490

  28 Dec 2009; Joseph Jezak <josejx@gentoo.org> ibm-jre-bin-1.5.0.11.ebuild,
  ibm-jre-bin-1.6.0.7.ebuild:
  Marked ppc/ppc64 stable for bug #287490.

*ibm-jre-bin-1.6.0.7 (24 Dec 2009)
*ibm-jre-bin-1.5.0.11 (24 Dec 2009)

  24 Dec 2009; Vlastimil Babka <caster@gentoo.org>
  -files/ibm-jre-bin-1.4.env, -ibm-jre-bin-1.5.0.9-r1.ebuild,
  +ibm-jre-bin-1.5.0.11.ebuild, -ibm-jre-bin-1.6.0.5.ebuild,
  +ibm-jre-bin-1.6.0.7.ebuild:
  Version bump, security bug #287490.

  23 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
  -ibm-jre-bin-1.4.2.13.ebuild:
  Drop old. Per bug #287615.

  17 Nov 2009; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.6.0.6.ebuild:
  Marking ibm-jre-bin-1.6.0.6 ppc64 for bug 287490

  03 Nov 2009; Vlastimil Babka <caster@gentoo.org>
  ibm-jre-bin-1.6.0.6.ebuild:
  Pull libXt on all arches, bug #290506.

  25 Oct 2009; Mounir Lamouri <volkmar@gentoo.org>
  ibm-jre-bin-1.6.0.6.ebuild:
  Stable for ppc, bug 287490

*ibm-jre-bin-1.6.0.6 (18 Oct 2009)

  18 Oct 2009; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.6.0.4.ebuild, +ibm-jre-bin-1.6.0.6.ebuild:
  Version bump, security bug #287490.

  15 Oct 2009; Mounir Lamouri <volkmar@gentoo.org>
  ibm-jre-bin-1.5.0.10.ebuild:
  Stabilizing for ppc, bug 287490

  03 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
  ibm-jre-bin-1.5.0.10.ebuild:
  stable x86, security bug 287490

  03 Oct 2009; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.5.0.10.ebuild:
  Marking ibm-jre-bin-1.5.0.10 ppc64 for bug 287490

  06 Sep 2009; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.6.0.5.ebuild:
  Marking ibm-jre-bin-1.6.0.5 ppc64 for bug 278315

  09 Aug 2009; nixnut <nixnut@gentoo.org> ibm-jre-bin-1.6.0.5.ebuild:
  ppc stable #278315

*ibm-jre-bin-1.5.0.10 (01 Aug 2009)

  01 Aug 2009; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.5.0.10.ebuild:
  Version bump.

  07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
  ibm-jre-bin-1.6.0.5.ebuild:
  Use elog for fetch error.

*ibm-jre-bin-1.6.0.5 (19 Jun 2009)

  19 Jun 2009; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.6.0.5.ebuild:
  Version bump.

  29 May 2009; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.12.ebuild, ibm-jre-bin-1.4.2.13.ebuild,
  -ibm-jre-bin-1.5.0.9.ebuild, ibm-jre-bin-1.5.0.9-r1.ebuild,
  ibm-jre-bin-1.6.0.4.ebuild:
  Remove old versions, remove version from DESCRIPTION - bug #186276.

  01 May 2009; Markus Meier <maekke@gentoo.org>
  ibm-jre-bin-1.5.0.9-r1.ebuild:
  amd64/x86 stable, bug #252416

  22 Apr 2009; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.4.2.13.ebuild,
  ibm-jre-bin-1.5.0.9-r1.ebuild:
  Marking -1.4.2.13 && 1.5.0.9-r1 ppc and ppc64 for bug 252416

*ibm-jre-bin-1.5.0.9-r1 (22 Apr 2009)

  22 Apr 2009; Vlastimil Babka <caster@gentoo.org> ibm-jre-bin-1.5.0.9,
  +ibm-jre-bin-1.5.0.9-r1.ebuild:
  Version bump, security bug #252416. This SR9-SSU release uses same
  distfile version as the previous SR9 (1.5.0.9). To prevent the need for
  user renaming of the new version's files, the old ebuild was updated to
  expect distfiles with .old.tgz scheme.

  21 Apr 2009; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.6.0.3.ebuild:
  Redigest because IBM changed distfiles silently, bug #265760. There seems
  to be no change to the contents of the tgz, so no revbump. Also remove old
  versions.

  04 Apr 2009; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.4.2.13.ebuild:
  amd64/x86 stable, bug #252416

*ibm-jre-bin-1.4.2.13 (02 Apr 2009)

  02 Apr 2009; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.4.2.13.ebuild:
  Version bump, security bug #252416.

  30 Mar 2009; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.6.0.4.ebuild:
  Marking ibm-jre-bin-1.6.0.4 ppc64 and ppc for bug 252416

*ibm-jre-bin-1.6.0.4 (29 Mar 2009)

  29 Mar 2009; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.8a.ebuild, -ibm-jre-bin-1.6.0.2.ebuild,
  +ibm-jre-bin-1.6.0.4.ebuild:
  Version bump, security bug #252416.

  06 Jan 2009; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.5.0.9.ebuild:
  Marking ibm-jre-bin-1.5.0.9 ppc64 for bug 252416

  29 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.5.0.9.ebuild:
  ppc stable, bug #252416

  25 Dec 2008; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.5.0.9.ebuild:
  amd64/x86 stable, bug #252416

*ibm-jre-bin-1.5.0.9 (20 Dec 2008)

  20 Dec 2008; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.5.0.9.ebuild:
  Version bump.

*ibm-jre-bin-1.6.0.3 (08 Dec 2008)

  08 Dec 2008; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.6.0.3.ebuild:
  Version bump, found no changelog or security alert.

  18 Oct 2008; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.11.ebuild:
  Cleanup old versions.

  15 Oct 2008; Markus Rothe <corsair@gentoo.org>
  ibm-jre-bin-1.4.2.12.ebuild:
  Stable on ppc/ppc64; bug #233652

  12 Oct 2008; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.4.2.12.ebuild:
  amd64/x86 stable, bug #233652

*ibm-jre-bin-1.4.2.12 (11 Oct 2008)

  11 Oct 2008; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.4.2.12.ebuild:
  Version bump, security bug #233652.

*ibm-jre-bin-1.6.0.2 (16 Sep 2008)

  16 Sep 2008; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.8.ebuild, -ibm-jre-bin-1.6.0.0.ebuild,
  -ibm-jre-bin-1.6.0.1.ebuild, +ibm-jre-bin-1.6.0.2.ebuild:
  Version bump, security bug #233652.

  12 Sep 2008; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.5.0.8a.ebuild:
  x86 stable, bug #233652

  10 Sep 2008; Kenneth Prugh <ken69267@gentoo.org>
  ibm-jre-bin-1.5.0.8a.ebuild:
  amd64 stable, bug #233652

  10 Sep 2008; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.5.0.8a.ebuild:
  Marking ibm-jre-bin-1.5.0.8a ppc64 and ppc for bug 233652

*ibm-jre-bin-1.5.0.8a (08 Sep 2008)

  08 Sep 2008; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.7.ebuild, +ibm-jre-bin-1.5.0.8a.ebuild:
  Version bump, including security bugfix.

  19 Aug 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.5.0.8.ebuild:
  ppc stable, bug #233652

  07 Aug 2008; Markus Rothe <corsair@gentoo.org> ibm-jre-bin-1.5.0.8.ebuild:
  Stable on ppc64; bug #233652

  06 Aug 2008; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.5.0.8.ebuild:
  amd64/x86 stable, bug #233652

*ibm-jre-bin-1.5.0.8 (03 Aug 2008)

  03 Aug 2008; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.10.ebuild, +ibm-jre-bin-1.5.0.8.ebuild:
  Version bump, security bug #233652.

  22 Jun 2008; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.4.2.11.ebuild:
  amd64 stable, bug #216112

  21 Jun 2008; Markus Rothe <corsair@gentoo.org>
  ibm-jre-bin-1.4.2.11.ebuild:
  Stable on ppc64; bug #216112

  17 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.4.2.11.ebuild:
  ppc stable, bug #216112

  16 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
  ibm-jre-bin-1.4.2.11.ebuild:
  stable x86, security bug 216112

  15 Jun 2008; Vlastimil Babka <caster@gentoo.org> ChangeLog:
  Version bump, security bug #216112.

  02 May 2008; Vlastimil Babka <caster@gentoo.org>
  ibm-jre-bin-1.6.0.1.ebuild:
  Fix fetch instructions, bug #220012 by Tanktalus@gmail.com.

*ibm-jre-bin-1.6.0.1 (01 May 2008)

  01 May 2008; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.5.0.6-r1.ebuild, +ibm-jre-bin-1.6.0.1.ebuild:
  Version bump, security bug #216112.

  07 Apr 2008; Markus Meier <maekke@gentoo.org> ibm-jre-bin-1.5.0.7.ebuild:
  amd64/x86 stable, security bug #216112

  06 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.5.0.7.ebuild:
  ppc stable, bug #216112

  06 Apr 2008; Markus Rothe <corsair@gentoo.org> ibm-jre-bin-1.5.0.7.ebuild:
  Stable on ppc64; bug #216112

*ibm-jre-bin-1.5.0.7 (04 Apr 2008)

  04 Apr 2008; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.9.ebuild, +ibm-jre-bin-1.5.0.7.ebuild:
  Version bump, security bug #216112.

  10 Mar 2008; Peter Weller <welp@gentoo.org> ibm-jre-bin-1.4.2.10.ebuild:
  Stable on amd64; bug 198644

  05 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.4.2.10.ebuild:
  ppc stable, bug #198644

  29 Feb 2008; Brent Baude <ranger@gentoo.org> ibm-jre-bin-1.4.2.10.ebuild:
  Marking ibm-jre-bin-1.4.2.10 ppc64 for bug 198644

  28 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
  ibm-jre-bin-1.4.2.10.ebuild:
  stable x86, security bug 198644

*ibm-jre-bin-1.4.2.10 (26 Feb 2008)

  26 Feb 2008; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.4.2.10.ebuild, ibm-jre-bin-1.5.0.6-r1.ebuild,
  ibm-jre-bin-1.6.0.0.ebuild:
  Version bump, security bug #198644; remove unneeded libnet deps.

  17 Jan 2008; Tom Gall <tgall@gentoo.org> ibm-jre-bin-1.6.0.0.ebuild:
  added ~ppc64, bug #166789

  24 Dec 2007; nixnut <nixnut@gentoo.org> ibm-jre-bin-1.6.0.0.ebuild:
  Added ~ppc wrt bug 166789

  16 Dec 2007; Vlastimil Babka <caster@gentoo.org>
  ibm-jre-bin-1.4.2.9.ebuild, -ibm-jre-bin-1.5.0.6.ebuild,
  ibm-jre-bin-1.5.0.6-r1.ebuild:
  Add odbc USE flag and revdep-rebuild control file for bug #177925, tweak the
  deps.

  16 Dec 2007; Vlastimil Babka <caster@gentoo.org>
  ibm-jre-bin-1.6.0.0.ebuild:
  Add odbc USE flag and revdep-rebuild control file for bug #177925.

*ibm-jre-bin-1.6.0.0 (16 Dec 2007)

  16 Dec 2007; Vlastimil Babka <caster@gentoo.org>
  files/ibm-jre-bin-1.5.env, +files/ibm-jre-bin-1.6.env,
  +ibm-jre-bin-1.6.0.0.ebuild:
  Version bump, bug #166789; Don't export JAVA in 1.5's env file.

*ibm-jre-bin-1.5.0.6-r1 (12 Dec 2007)

  12 Dec 2007; Vlastimil Babka <caster@gentoo.org>
  files/ibm-jre-bin-1.5.env, -ibm-jre-bin-1.5.0.5a.ebuild,
  +ibm-jre-bin-1.5.0.6-r1.ebuild:
  Revbump to correct wrong BOOTCLASSPATH in the jre's env file, discovered in
  bug #199252. Straight to stable - the env file is shared by whole slot
  anyway.

  18 Nov 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.5.0.6.ebuild:
  ppc stable, bug #198644

  14 Nov 2007; Alex Howells <ahowells@gentoo.org>
  ibm-jre-bin-1.5.0.6.ebuild:
  stable on amd64, security bug #198644

  12 Nov 2007; Markus Rothe <corsair@gentoo.org> ibm-jre-bin-1.5.0.6.ebuild:
  Stable on ppc64; bug #198644

  11 Nov 2007; Dawid Węgliński <cla@gentoo.org>
  ibm-jre-bin-1.5.0.6.ebuild:
  Stable on x86 (bug #198644)

*ibm-jre-bin-1.5.0.6 (10 Nov 2007)

  10 Nov 2007; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.5.0.6.ebuild:
  Version bump, security bug #198644.

  08 Sep 2007; Steve Dibb <beandog@gentoo.org> ibm-jre-bin-1.5.0.5a.ebuild:
  amd64 stable, security bug 186277

  29 Aug 2007; Markus Rothe <corsair@gentoo.org>
  ibm-jre-bin-1.5.0.5a.ebuild:
  Stable on ppc64; bug #186277

  22 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.5.0.5a.ebuild:
  ppc stable, bug #186277

  21 Aug 2007; Christian Faulhammer <opfer@gentoo.org>
  ibm-jre-bin-1.5.0.5a.ebuild:
  stable x86, security bug 186277

*ibm-jre-bin-1.5.0.5a (21 Aug 2007)

  21 Aug 2007; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.8.ebuild, -ibm-jre-bin-1.5.0.5.ebuild,
  +ibm-jre-bin-1.5.0.5a.ebuild:
  Version bump, security bug #186277.

  12 Aug 2007; Steve Dibb <beandog@gentoo.org> ibm-jre-bin-1.4.2.9.ebuild:
  amd64 stable, security bug 186277

  27 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.4.2.9.ebuild:
  ppc stable, bug #186277

  25 Jul 2007; Markus Rothe <corsair@gentoo.org> ibm-jre-bin-1.4.2.9.ebuild:
  Stable on ppc64; bug #186277

  23 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
  ibm-jre-bin-1.4.2.9.ebuild:
  stable x86, security bug 186277

*ibm-jre-bin-1.4.2.9 (22 Jul 2007)

  22 Jul 2007; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.6-r5.ebuild, -ibm-jre-bin-1.4.2.7.ebuild,
  +ibm-jre-bin-1.4.2.9.ebuild:
  Version bump, security bug #186277, cleanup.

  22 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org>
  ibm-jre-bin-1.4.2.8.ebuild:
  Marked stable on amd64 as per bug 181341.

  22 Jul 2007; Hans de Graaff <graaff@gentoo.org>
  ibm-jre-bin-1.5.0.5.ebuild:
  Drop virtual/x11 references.

  17 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.4.2.8.ebuild:
  ppc stable, bug #181341

  14 Jun 2007; Christian Faulhammer <opfer@gentoo.org>
  ibm-jre-bin-1.4.2.8.ebuild:
  stable x86, bug 181341

  09 Jun 2007; Markus Rothe <corsair@gentoo.org> ibm-jre-bin-1.4.2.8.ebuild:
  Stable on ppc64; bug #181341

*ibm-jre-bin-1.5.0.5 (08 Jun 2007)

  08 Jun 2007; Vlastimil Babka <caster@gentoo.org>
  +files/ibm-jre-bin-1.5.env, +ibm-jre-bin-1.5.0.5.ebuild:
  Finally bump to 1.5 slot, bug #137116.

  23 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
  ibm-jre-bin-1.4.2.7.ebuild:
  stable x86, bug 175286

  22 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.4.2.7.ebuild:
  ppc stable, bug #175286

  21 Apr 2007; Markus Rothe <corsair@gentoo.org> ibm-jre-bin-1.4.2.7.ebuild:
  Stable on ppc64; bug #175286

*ibm-jre-bin-1.4.2.8 (20 Apr 2007)

  20 Apr 2007; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.4.2.8.ebuild:
  Version bump, bug #174481.

*ibm-jre-bin-1.4.2.7 (18 Dec 2006)

  18 Dec 2006; Vlastimil Babka <caster@gentoo.org>
  ibm-jre-bin-1.4.2.6-r5.ebuild, +ibm-jre-bin-1.4.2.7.ebuild:
  Version bump. Try to provide direct download URLs in pkg_nofetch() so that
  people can download older versions not linked from the download pages and we
  don't have to do direct to stable bumps. Hopefully IBM won't break these
  links too often...

  18 Oct 2006; Joshua Nichols <nichoj@gentoo.org>
  -files/ibm-jre-bin-1.4.2.03, -files/ibm-jre-bin-1.4.2.04,
  -files/ibm-jre-bin-1.4.2.6, -ibm-jre-bin-1.4.2.6-r1.ebuild:
  Pruned old revisions.

  15 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  ibm-jre-bin-1.4.2.6-r5.ebuild:
  ppc stable. bug #147254

  14 Oct 2006; Joshua Nichols <nichoj@gentoo.org>
  ibm-jre-bin-1.4.2.6-r5.ebuild:
  Stabilizing on amd64 as part of new Java system, bug #147254.

  14 Oct 2006; Joshua Nichols <nichoj@gentoo.org>
  ibm-jre-bin-1.4.2.6-r5.ebuild:
  Added QA_TEXTRELS for amd64.

  14 Oct 2006; Joshua Jackson <tsunam@gentoo.org>
  ibm-jre-bin-1.4.2.6-r5.ebuild:
  New java stable on x86; bug #147254

*ibm-jre-bin-1.4.2.6-r5 (29 Sep 2006)

  29 Sep 2006; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.6-r4.ebuild, +ibm-jre-bin-1.4.2.6-r5.ebuild:
  Revbump to ensure nobody has world-writable javaws. Synced with ibm-jdk-bin
  (added alsa USE flag and dependencies).

*ibm-jre-bin-1.4.2.6-r4 (19 Sep 2006)

  19 Sep 2006; Vlastimil Babka <caster@gentoo.org>
  -ibm-jre-bin-1.4.2.6-r3.ebuild, +ibm-jre-bin-1.4.2.6-r4.ebuild:
  Revbump to fix bug #147259.

  17 Sep 2006; Petteri Räty <betelgeuse@gentoo.org>
  -ibm-jre-bin-1.4.2.03.ebuild, -ibm-jre-bin-1.4.2.04.ebuild,
  -ibm-jre-bin-1.4.2.5.ebuild, -ibm-jre-bin-1.4.2.5-r1.ebuild,
  -ibm-jre-bin-1.4.2.6.ebuild:
  Removed old versions.

  15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  ibm-jre-bin-1.4.2.6-r1.ebuild:
  Stable on x86 wrt bug #136710.

  15 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
  ibm-jre-bin-1.4.2.6-r1.ebuild:
  Added QA_TEXTRELS for ppc64. Keyworded ppc64.

  15 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
  ibm-jre-bin-1.4.2.6-r1.ebuild:
  Added appropriate QA_TEXTRELS for amd64. Marked stable on amd64 per bug #136710

  15 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
  ibm-jre-bin-1.4.2.6-r1.ebuild:
  Added QA_TEXTRELS for ppc. Marked stable on ppc per bug #136710.

*ibm-jre-bin-1.4.2.6-r1 (14 Sep 2006)

  14 Sep 2006; Vlastimil Babka <caster@gentoo.org>
  +files/ibm-jre-bin-1.4.2.6, +ibm-jre-bin-1.4.2.6-r1.ebuild:
  Adding generation-1 revision of version 1.4.2.6 for stable users because
  older versions aren't provided upstream.

*ibm-jre-bin-1.4.2.6-r3 (14 Sep 2006)

  14 Sep 2006; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.4.2.6-r3.ebuild:
  Revision bump to make room for a revision using gen-1 eclass.

*ibm-jre-bin-1.4.2.6 (13 Sep 2006)

  13 Sep 2006; Vlastimil Babka <caster@gentoo.org>
  +ibm-jre-bin-1.4.2.6.ebuild:
  Version bump. Dropped monolithic X support, moved X dependencies to
  RDEPEND, snoozed TEXTRELs for x86.

*ibm-jre-bin-1.4.2.5-r1 (01 Sep 2006)

  01 Sep 2006; Joshua Nichols <nichoj@gentoo.org>
  +ibm-jre-bin-1.4.2.5-r1.ebuild:
  Revision bump, to ensure that it no longer installs generation-1 compatibility.

  15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
  Remove SeJo from metadata.xml as he's retired.

  06 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org>
  ibm-jre-bin-1.4.2.03.ebuild, ibm-jre-bin-1.4.2.04.ebuild,
  ibm-jre-bin-1.4.2.5.ebuild:
  Removed PROVIDE.

  03 Jul 2006; Petteri Räty <betelgeuse@gentoo.org>
  -files/ibm-jre-bin-1.4.2, -ibm-jre-bin-1.4.2.ebuild:
  Removed old version.

  03 Jul 2006; Petteri Räty <betelgeuse@gentoo.org>
  ibm-jre-bin-1.4.2.ebuild, ibm-jre-bin-1.4.2.03.ebuild,
  ibm-jre-bin-1.4.2.04.ebuild:
  Removed useless dependencies on virtual/libc.

  01 Jul 2006; Joshua Nichols <nichoj@gentoo.org>
  -ibm-jre-bin-1.4.2.05.ebuild, +ibm-jre-bin-1.4.2.5.ebuild:
  Switched to using RPMs for distfiles.

  25 Jun 2006; Joshua Nichols <nichoj@gentoo.org>
  +files/ibm-jre-bin-1.4.env:
  Version bump, plus support for new Java system.

  19 Mar 2006; Markus Rothe <corsair@gentoo.org>
  ibm-jre-bin-1.4.2.03.ebuild:
  Stable on ppc64

  12 Mar 2006; Petteri Räty <betelgeuse@gentoo.org>
  ibm-jre-bin-1.4.2.03.ebuild, ibm-jre-bin-1.4.2.04.ebuild:
  Changed eerrors about not having virtual/x11 to ewarns for bug #124258.

  08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org>
  +files/ibm-jre-bin-1.4.2.04:
  Add missing file

*ibm-jre-bin-1.4.2.04 (08 Feb 2006)

  08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org>
  +ibm-jre-bin-1.4.2.04.ebuild:
  Version bump from upstream

  08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org>
  ibm-jre-bin-1.4.2.03.ebuild:
  stable on x86

  23 Jan 2006; Joshua Nichols <nichoj@gentoo.org> ibm-jre-bin-1.4.2.ebuild,
  ibm-jre-bin-1.4.2.03.ebuild:
  Removed java-config dependency, which is now provided by java.eclass.

  11 Dec 2005; Joseph Jezak <josejx@gentoo.org> ibm-jre-bin-1.4.2.03.ebuild:
  Marked ppc stable.

*ibm-jre-bin-1.4.2.03 (06 Nov 2005)

  06 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org>
  -files/ibm-jre-bin-1.4.1, +files/ibm-jre-bin-1.4.2.03,
  +ibm-jre-bin-1.4.2.03.ebuild:
  Version bumping; Resolves bug #111039

  18 Oct 2005; Aron Griffis <agriffis@gentoo.org> ibm-jre-bin-1.4.2.ebuild:
  Warn about deprecated browserplugin useflag

  18 Oct 2005; Aron Griffis <agriffis@gentoo.org> ibm-jre-bin-1.4.2.ebuild:
  Respect the global USE=nsplugin instead of the local USE=browserplugin

  01 Oct 2005; Thomas Matthijs <axxo@gentoo.org>
  -ibm-jre-bin-1.4.1-r1.ebuild, ibm-jre-bin-1.4.2.ebuild:
  Restrict fetch

  02 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
  ibm-jre-bin-1.4.1-r1.ebuild, ibm-jre-bin-1.4.2.ebuild:
  Don't use -d option with cp.

  11 Jul 2005; Thomas Matthijs <axxo@gentoo.org>
  ibm-jre-bin-1.4.1-r1.ebuild, ibm-jre-bin-1.4.2.ebuild:
  bug 94056: useflag rename mozilla -> browserplugin

  18 May 2005; Thomas Matthijs <axxo@gentoo.org>
  ibm-jre-bin-1.4.1-r1.ebuild, ibm-jre-bin-1.4.2.ebuild:
  remove obsolete java-scheme virtual. remove versions from provide: bug 93028

  10 May 2005; Markus Rothe <corsair@gentoo.org> ibm-jre-bin-1.4.2.ebuild:
  don't install mozilla plugin on ppc64

  01 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> ibm-jre-bin-1.4.2.ebuild:
  fixed a typo which prevented a successful installation of the java plugin.
  fixes #87466

  12 Dec 2004; <SeJo@gentoo.org> ibm-jre-bin-1.4.1-r1.ebuild,
  ibm-jre-bin-1.4.2.ebuild:
  QA issues

  15 Oct 2004; <SeJo@gentoo.org> ibm-jre-bin-1.4.2.ebuild:
  added ppc check to plugin install on ppc the plugin does not exist

  29 Sep 2004; Thomas Matthijs <axxo@gentoo.org>
  ibm-jre-bin-1.4.1-r1.ebuild, ibm-jre-bin-1.4.2.ebuild:
  Cleaned up plugin instalation, Moved some messages to the eclass, see #22395
  for more information

*ibm-jre-bin-1.4.2 (29 Sep 2004)

  23 Sep 2004; Thomas Matthijs <axxo@gentoo.org> -ibm-jre-bin-1.4.1.ebuild:
  prune older ebuilds

  04 Aug 2004; Thomas Matthijs <axxo@gentoo.org> ibm-jre-bin-1.4.1-r1.ebuild,
  ibm-jre-bin-1.4.1.ebuild:
  fix src_uri

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  ibm-jre-bin-1.4.1-r1.ebuild, ibm-jre-bin-1.4.1.ebuild:
  virtual/glibc -> virtual/libc

  30 Jun 2004; Tom Gall <tgall@gentoo.org> ibm-jre-bin-1.4.1-r1.ebuild:
  stable on ppc64, bug #55598

  07 Jun 2004; Aron Griffis <agriffis@gentoo.org> ibm-jre-bin-1.4.1-r1.ebuild,
  ibm-jre-bin-1.4.1.ebuild:
  Fix typo: src_postinst -> pkg_postinst

  03 Jun 2004; Karl Trygve Kalleberg <karltk@gentoo.org> 
  ibm-jre-bin-1.4.1.ebuild, ibm-jre-bin-1.4.1-r1.ebuild:
  Added check to pkg_postrm to warn if the user is uninstalling his
  default system VM, partial fix for #9289.
  
  02 Jun 2004; Aron Griffis <agriffis@gentoo.org> ibm-jre-bin-1.4.1-r1.ebuild,
  ibm-jre-bin-1.4.1.ebuild:
  Fix use invocation

*ibm-jre-bin-1.4.1-r1 (29 May 2004)

  29 May 2004; David Holm <dholm@gentoo.org> +files/ibm-jre-bin-1.4.1,
  +ibm-jre-bin-1.4.1-r1.ebuild:
  Fixed bug #51293.

  01 May 2004; <SeJo@gentoo.org> ibm-jre-bin-1.4.1.ebuild:
  added ~x86 for karltk

*ibm-jre-bin-1.4.1 (01 May 2004)

  01 May 2004; <SeJo@gentoo.org> +metadata.xml, +ibm-jre-bin-1.4.1.ebuild:
  new ibm-jre ebuild