summaryrefslogtreecommitdiff
blob: 29a86edfa20f3e17b4b154206a0843eca5171505 (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
# ChangeLog for dev-lang/ocaml
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.189 2011/02/27 13:09:10 aballier Exp $

  27 Feb 2011; Alexis Ballier <aballier@gentoo.org> ocaml-3.12.0.ebuild:
  Add a patch to pass libs as last argument to the linker when linking, fixes
  our as-needed problems: bug #331377 and bug #331075

  24 Jan 2011; Alexis Ballier <aballier@gentoo.org>
  -files/ocaml-3.10.0-automagic.patch,
  -files/ocaml-3.10.0-call-ld-with-proper-ldflags.patch,
  -files/ocaml-3.10.0-configure.patch,
  -files/ocaml-3.10.0-exec-stack-fixes.patch, -ocaml-3.10.2.ebuild,
  -files/ocaml-3.10.2-tk85.patch:
  remove old

  22 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> ocaml-3.11.2.ebuild:
  ppc/ppc64 stable wrt #343751

  04 Dec 2010; Raúl Porcel <armin76@gentoo.org> ocaml-3.11.2.ebuild:
  alpha/ia64/sparc stable wrt #343751

  15 Nov 2010; Thomas Kahle <tomka@gentoo.org> ocaml-3.11.2.ebuild:
  x86 stable per bug 343751

  06 Nov 2010; Markus Meier <maekke@gentoo.org> ocaml-3.11.2.ebuild:
  arm stable, bug #343751

  05 Nov 2010; Markos Chandras <hwoarang@gentoo.org> ocaml-3.11.2.ebuild:
  Stable on amd64 wrt bug #343751

  05 Nov 2010; Jeroen Roovers <jer@gentoo.org> ocaml-3.11.2.ebuild:
  Stable for HPPA (bug #343751).

  04 Aug 2010; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh:
  exit nicely if no ocaml package is installed in ocaml-rebuild.sh, by Diego
  E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>, bug #319553

*ocaml-3.12.0 (02 Aug 2010)

  02 Aug 2010; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.12.0_rc1.ebuild, +ocaml-3.12.0.ebuild:
  version bump

*ocaml-3.12.0_rc1 (25 Jul 2010)

  25 Jul 2010; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.12.0_beta1.ebuild, +ocaml-3.12.0_rc1.ebuild:
  bump to rc1

*ocaml-3.12.0_beta1 (17 Jun 2010)

  17 Jun 2010; Alexis Ballier <aballier@gentoo.org>
  +ocaml-3.12.0_beta1.ebuild:
  Add the first beta of ocaml 3.12

  19 Apr 2010; Raúl Porcel <armin76@gentoo.org> ocaml-3.10.2.ebuild,
  ocaml-3.11.2.ebuild:
  Force -O0 on arm

  12 Apr 2010; Alexis Ballier <aballier@gentoo.org> -ocaml-3.11.1.ebuild:
  remove old

*ocaml-3.11.2 (20 Jan 2010)

  20 Jan 2010; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.11.2_rc1.ebuild, +ocaml-3.11.2.ebuild:
  bump to final release

*ocaml-3.11.2_rc1 (03 Jan 2010)

  03 Jan 2010; Alexis Ballier <aballier@gentoo.org>
  +ocaml-3.11.2_rc1.ebuild:
  bump to 3.11.2_rc1

  12 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> ocaml-3.11.1.ebuild:
  Use -j1 for build as per bug #279968.

  27 Sep 2009; Alexis Ballier <aballier@gentoo.org> ocaml-3.11.1.ebuild:
  Filter mfpmath=sse, it causes ocamlc.opt to segfault. Bug #285993

  19 Sep 2009; Alexis Ballier <aballier@gentoo.org> ocaml-3.11.1.ebuild:
  Filter fomit-frame-pointer, ocaml builds some programs with -pg which
  causes build failures with fomit-frame-pointer, bug #270920

  02 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org> ocaml-3.10.2.ebuild:
  Use serial make everywhere until fixed.

  01 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org> ocaml-3.10.2.ebuild:
  Use -j1 for make. Bug #279968.

  20 Jun 2009; Alexis Ballier <aballier@gentoo.org> ocaml-3.11.1.ebuild:
  use CHOST prefixed toolchain for building, this does not give us cross
  compile support though

  20 Jun 2009; Alexis Ballier <aballier@gentoo.org>
  -files/ocaml-3.11.0_beta1-configure.patch,
  -files/ocaml-3.11.0_beta1-exec-stack-fixes.patch,
  -files/ocaml-3.11.0_beta1-yaccldflags.patch, ocaml-3.11.1.ebuild:
  Make a tarball from the various patches

  19 Jun 2009; Alexis Ballier <aballier@gentoo.org> -ocaml-3.11.0.ebuild:
  remove old

*ocaml-3.11.1 (15 Jun 2009)

  15 Jun 2009; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.11.1_rc1.ebuild, +ocaml-3.11.1.ebuild:
  bump to final 3.11.1

  03 Jun 2009; Alexis Ballier <aballier@gentoo.org> -ocaml-3.08.4.ebuild:
  remove old

*ocaml-3.11.1_rc1 (03 Jun 2009)

  03 Jun 2009; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.11.1_rc0.ebuild, +ocaml-3.11.1_rc1.ebuild:
  version bump

*ocaml-3.11.1_rc0 (19 May 2009)

  19 May 2009; Alexis Ballier <aballier@gentoo.org> ocaml-3.10.2.ebuild,
  ocaml-3.11.0.ebuild, +ocaml-3.11.1_rc0.ebuild:
  bump to 3.11.1rc0 and define eapi before inherit

  09 Apr 2009; Raúl Porcel <armin76@gentoo.org> ocaml-3.10.2.ebuild:
  arm stable

  20 Jan 2009; Alexis Ballier <aballier@gentoo.org> ocaml-3.08.4.ebuild,
  ocaml-3.10.2.ebuild, ocaml-3.11.0.ebuild:
  explicitly set RDEPEND to DEPEND

  20 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  files/ocaml-3.11.0_beta1-yaccldflags.patch:
  include upstream bug report link in the patch

  20 Jan 2009; Alexis Ballier <aballier@gentoo.org> ocaml-3.10.2.ebuild,
  ocaml-3.11.0.ebuild:
  Set LC_ALL to C because there are many a-z A-Z regexps that may cause
  build failures, bug #255379

  11 Dec 2008; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh:
  Simplify ocaml-rebuild.sh: dont clean first and let portage handle the
  deps, use --oneshot to not pollute world file, bug #250192

*ocaml-3.11.0 (08 Dec 2008)

  08 Dec 2008; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.11.0_rc1.ebuild, +ocaml-3.11.0.ebuild:
  bump to final 3.11.0

  27 Nov 2008; Alexis Ballier <aballier@gentoo.org> ocaml-3.11.0_rc1.ebuild:
  Dont try to install native code compiler libs when not building native
  code, reported by Jeroen Roovers <jer@gentoo.org> in bug #248929

*ocaml-3.11.0_rc1 (25 Nov 2008)

  25 Nov 2008; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.11.0_beta1.ebuild, +ocaml-3.11.0_rc1.ebuild:
  bump to rc1

  14 Nov 2008; Alexis Ballier <aballier@gentoo.org>
  files/ocaml-3.11.0_beta1-configure.patch:
  respect ldflags when building shared libs too

  14 Nov 2008; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.11.0_beta1-yaccldflags.patch, ocaml-3.11.0_beta1.ebuild:
  respect ldflags for ocamlyacc

  07 Nov 2008; Alexis Ballier <aballier@gentoo.org>
  -files/ocaml-3.11.0_beta1-call-ld-with-proper-ldflags.patch,
  files/ocaml-3.11.0_beta1-configure.patch, ocaml-3.11.0_beta1.ebuild:
  merge similar patches and make it honour better ldflags

*ocaml-3.11.0_beta1 (15 Oct 2008)

  15 Oct 2008; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.11.0_beta1-call-ld-with-proper-ldflags.patch,
  +files/ocaml-3.11.0_beta1-configure.patch,
  +files/ocaml-3.11.0_beta1-exec-stack-fixes.patch,
  +ocaml-3.11.0_beta1.ebuild:
  New upstream beta release

  22 Sep 2008; Raúl Porcel <armin76@gentoo.org> ocaml-3.10.2.ebuild:
  Re-add ~arm wrt #178256

  16 Jun 2008; Alexis Ballier <aballier@gentoo.org> ocaml-3.08.4.ebuild,
  ocaml-3.10.2.ebuild:
  shorten description to please repoman

  16 Jun 2008; Alexis Ballier <aballier@gentoo.org>
  -files/ocaml-3.09.3-Makefile.patch, -files/ocaml-3.09.3-automagic.patch,
  -files/ocaml-3.09.3-call_ld_with_proper_flags.patch,
  -files/ocaml-3.09.3-configure.patch,
  -files/ocaml-3.09.3-exec-stack-fixes.patch,
  -files/ocaml-3.09.3-execheap.patch,
  -files/ocaml-3.09.3-hppa-optimize-for-size-ocamlp4.patch,
  -ocaml-3.09.3-r1.ebuild:
  remove old version

  09 Jun 2008; Raúl Porcel <armin76@gentoo.org> ocaml-3.10.2.ebuild:
  alpha/ia64/sparc stable wrt #224893

  08 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> ocaml-3.10.2.ebuild:
  amd64 stable, bug #224893

  07 Jun 2008; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh:
  Tune up a bit ocaml-rebuild.sh so that it does not give syntax errors on
  non integer slots.

  07 Jun 2008; nixnut <nixnut@gentoo.org> ocaml-3.10.2.ebuild:
  Stable on ppc wrt bug 224893

  07 Jun 2008; Jeroen Roovers <jer@gentoo.org> ocaml-3.10.2.ebuild:
  Stable for HPPA (bug #224893).

  05 Jun 2008; Christian Faulhammer <opfer@gentoo.org> ocaml-3.10.2.ebuild:
  stable x86, bug 224893

  04 Jun 2008; Markus Rothe <corsair@gentoo.org> ocaml-3.10.2.ebuild:
  Stable on ppc64; bug #224893

  09 Mar 2008; Alexis Ballier <aballier@gentoo.org> -ocaml-3.09.3-r2.ebuild,
  -ocaml-3.10.1.ebuild:
  remove unused versions

  09 Mar 2008; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.10.2-tk85.patch, ocaml-3.10.2.ebuild:
  Add a patch initially from mandriva modified by me to handle tk up to 8.5

*ocaml-3.10.2 (29 Feb 2008)

  29 Feb 2008; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.10.2_rc1.ebuild, +ocaml-3.10.2.ebuild:
  bump to release 3.10.2, remove the rc

*ocaml-3.10.2_rc1 (24 Feb 2008)

  24 Feb 2008; Alexis Ballier <aballier@gentoo.org>
  +ocaml-3.10.2_rc1.ebuild:
  bump release candidate under pmask

  24 Feb 2008; Alexis Ballier <aballier@gentoo.org> -ocaml-3.09.2.ebuild,
  -ocaml-3.09.3.ebuild, -ocaml-3.10.0.ebuild:
  remove unused versions

*ocaml-3.10.1 (11 Jan 2008)

  11 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.10.1_rc2.ebuild, +ocaml-3.10.1.ebuild:
  bump to final 3.10.1

  03 Jan 2008; Alexis Ballier <aballier@gentoo.org> ocaml-3.10.0.ebuild,
  ocaml-3.10.1_rc2.ebuild:
  Allow to disable ocamlopt via an useflag

  02 Jan 2008; Alexis Ballier <aballier@gentoo.org> ocaml-3.08.4.ebuild,
  ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
  Please repoman warnings, thanks to zmedico for the hint

*ocaml-3.10.1_rc2 (02 Jan 2008)

  02 Jan 2008; Alexis Ballier <aballier@gentoo.org>
  -ocaml-3.10.1_rc1.ebuild, +ocaml-3.10.1_rc2.ebuild:
  bump to rc2

  20 Dec 2007; Alexis Ballier <aballier@gentoo.org>
  -files/ocaml-3.10.0-execheap.patch, ocaml-3.10.0.ebuild,
  ocaml-3.10.1_rc1.ebuild:
  clean up unused patch

*ocaml-3.10.1_rc1 (20 Dec 2007)

  20 Dec 2007; Alexis Ballier <aballier@gentoo.org>
  +ocaml-3.10.1_rc1.ebuild:
  Add ocaml 3.10.1 release candidate 1, for testing purposes

  19 Dec 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.10.0.ebuild:
  make the information about the need to run ocaml-rebuild.sh a warning
  because it is really needed to run it after an upgrade

  19 Dec 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.08.4.ebuild,
  ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
  quote directory variables

  19 Dec 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.08.4.ebuild,
  ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild, ocaml-3.09.3-r1.ebuild,
  ocaml-3.09.3-r2.ebuild, ocaml-3.10.0.ebuild:
  no need to dodoc the license

  19 Dec 2007; Alexis Ballier <aballier@gentoo.org>
  files/ocaml-3.10.0-exec-stack-fixes.patch, ocaml-3.10.0.ebuild:
  Fix hardenend build by telling gcc to not generate PIE executables with
  ocaml objects; remove again exec stacks due to some variables renaming in
  the build system

*ocaml-3.09.3-r2 (29 Oct 2007)

  29 Oct 2007; Ulrich Mueller <ulm@gentoo.org> +ocaml-3.09.3-r2.ebuild,
  ocaml-3.10.0.ebuild:
  Add app-emacs/ocaml-mode and app-xemacs/ocaml to PDEPEND, bug #43128.

  15 Oct 2007; Markus Rothe <corsair@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Stable on ppc64

  12 Sep 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Re-add forced LDFLAGS for alpha, since it still needs it

  10 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
  ocaml-3.09.3-r1.ebuild:
  Marked stable on amd64 as requested by aballier.

  23 Aug 2007; Alexis Ballier <aballier@gentoo.org> files/ocaml-rebuild.sh:
  fix usage of deprecated emerge unmerge in ocaml-rebuild.sh, thanks to Jack
  Kelly <weldingmaskman@hotmail.com>, bug #189032

  13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  ocaml-3.09.3-r1.ebuild:
  ppc. stable

  22 Jul 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Stable for HPPA too.

  12 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  ocaml-3.09.3-r1.ebuild:
  Stable on sparc

  11 Jul 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
  alpha/ia64/x86 stable and drop append-ldflags for alpha, not needed anymore

  26 May 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild,
  ocaml-3.10.0.ebuild:
  Add no-relax to LDFLAGS for alpha, and keyword latest version ~alpha

  26 May 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Readd ~alpha wrt #178256

  26 May 2007; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.10.0-execheap.patch, ocaml-3.10.0.ebuild:
  merge paxmarking of the compilers and makefile patch to replace multiple
  occurences of @compiler@ in ocamlcomp.sh.in that allows building with an
  hardened kernel

*ocaml-3.10.0 (26 May 2007)

  26 May 2007; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.10.0-automagic.patch,
  +files/ocaml-3.10.0-call-ld-with-proper-ldflags.patch,
  +files/ocaml-3.10.0-configure.patch,
  +files/ocaml-3.10.0-exec-stack-fixes.patch, +ocaml-3.10.0.ebuild:
  New upstream release

  15 May 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Marked ~hppa (bug #178256).

  15 May 2007; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.09.3-hppa-optimize-for-size-ocamlp4.patch,
  ocaml-3.09.3-r1.ebuild:
  Optimize ocamlp4 for size on hppa, bug #178256

  14 May 2007; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.09.3-call_ld_with_proper_flags.patch,
  ocaml-3.09.3-r1.ebuild:
  Call ld with proper flags to prevent compilation failures of some other
  ocaml packages

  14 May 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Reverting ~hppa keywording due to build failure.

  14 May 2007; Jeroen Roovers <jer@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Marked ~hppa (bug #178256).

  13 May 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Readd ~ia64 wrt bug 178256

  12 May 2007; Alexis Ballier <aballier@gentoo.org>
  +files/ocaml-3.09.3-automagic.patch, ocaml-3.09.3-r1.ebuild:
  Fix X and gdbm automagics

  12 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Add ncurses useflag (was automagic)

  12 May 2007; Alexis Ballier <aballier@gentoo.org>
  files/ocaml-3.09.3-configure.patch:
  Do not ignore cflags/ldflags for native compiler

  12 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Install ocaml-rebuild.sh in /usr/sbin rather than keeping it in PORTDIR, fix
  bug #175668

  11 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3.ebuild,
  ocaml-3.09.3-r1.ebuild:
  Dont run make bootstrap for src_test, it deletes ocamlopt, upstream does not
  provide a clean test suite, if we want one we definitely should not use make
  bootstrap, closes bug #159237 and bug #177706

  11 May 2007; Alexis Ballier <aballier@gentoo.org>
  -files/ocaml-3.08.3-gcc4.patch, -ocaml-3.08.3.ebuild, ocaml-3.08.4.ebuild,
  ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild, ocaml-3.09.3-r1.ebuild:
  Fix bug #135641 again, remove unused version, drop virtual/libc dep as it is
  in system anyway

  22 Apr 2007; Christian Heim <phreak@gentoo.org> ocaml-3.09.3-r1.ebuild:
  Restricting FEATURES=test for now, make bootstrap deletes the *.opt files
  (thanks Matti); Removing the QA_TEXTREL definition, which is only intended
  for binary packages; Provide a way to compile ocaml on AMD64/hardened.

*ocaml-3.09.3-r1 (22 Apr 2007)

  22 Apr 2007; Christian Heim <phreak@gentoo.org>
  +files/ocaml-3.09.3-Makefile.patch, +files/ocaml-3.09.3-configure.patch,
  +files/ocaml-3.09.3-exec-stack-fixes.patch,
  +files/ocaml-3.09.3-execheap.patch, +ocaml-3.09.3-r1.ebuild:
  Revision bump, fixing #153382 (ocaml produces binaries contain executable
  stacks), #134403 (dev-lang/ocaml-3.08.4 emerge failed on hardened amd64) and
  #110541 (ERROR: dev-lang/ocaml-3.08.3 failed.) - this makes dev-lang/ocaml
  "useable" on hardened boxes.

  15 Apr 2007; Markus Rothe <corsair@gentoo.org> ocaml-3.09.3.ebuild:
  Stable on ppc64

  13 Mar 2007; Raúl Porcel <armin76@gentoo.org> ocaml-3.09.3.ebuild:
  x86 stable

  17 Feb 2007; Fabian Groffen <grobian@gentoo.org> ocaml-3.08.3.ebuild,
  ocaml-3.08.4.ebuild:
  Dropped ppc-macos keyword, see you in prefix

  06 Feb 2007; Marius Mauch <genone@gentoo.org> ocaml-3.08.3.ebuild,
  ocaml-3.08.4.ebuild, ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
  Replacing einfo with elog

  14 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> ocaml-3.09.3.ebuild:
  Add ~x86-fbsd keyword

  03 Dec 2006; Markus Rothe <corsair@gentoo.org> ocaml-3.09.2.ebuild:
  Stable on ppc64

  07 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.08.3.ebuild,
  ocaml-3.08.4.ebuild, ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
  Disable native code generation on ppc64 (and probably hppa soon), see bug
  #149014.

  05 Nov 2006; Danny van Dyk <kugelfang@gentoo.org> ocaml-3.09.2.ebuild:
  Marked stable on amd64.

  04 Nov 2006; Christian Faulhammer <opfer@gentoo.org> ocaml-3.09.2.ebuild:
  stabled x86, bug #153506

  03 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.08.3.ebuild,
  ocaml-3.08.4.ebuild, ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild:
  Change tcltk USE to tk (bug #17808).

  02 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.09.3.ebuild:
  Fix stupid quoting problem which was deleting the -host switch to configure
  (bug #153738).

  31 Oct 2006; Chris White <chriswhite@gentoo.org> ocaml-3.09.2.ebuild:
  PPC stable for bug #153506.

  20 Sep 2006; Alexandre Buisse <nattfodd@gentoo.org> ocaml-3.09.3.ebuild:
  Add fix for finding correct arch in cases where kernel_arch != system_arch
  (bug #135641).

  14 Sep 2006; Matthieu Sozeau <mattam@gentoo.org> files/ocaml-rebuild.sh:
  Add a test for slots

  12 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> ocaml-3.09.2.ebuild:
  Fast track stable on sparc since it fixes obvious issues

  05 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> ocaml-3.09.2.ebuild:
  Keyworded ~sparc wrt #139014

  16 Jun 2006; Scott Stoddard <deltacow@gentoo.org> ocaml-3.09.2.ebuild:
  Added ~amd64 re bug #126724

  21 May 2006; Markus Rothe <corsair@gentoo.org> ocaml-3.08.3.ebuild:
  Stable on ppc64

*ocaml-3.09.2 (27 Apr 2006)

  27 Apr 2006; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.09.2.ebuild:
  Bug fix release 3.09.2.

  18 Mar 2006; Markus Rothe <corsair@gentoo.org> ocaml-3.08.3.ebuild,
  ocaml-3.08.4.ebuild, ocaml-3.09.1.ebuild:
  Added ~ppc64

  06 Feb 2006; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.4.ebuild:
  Mark 3.08.4 stable on ia64

  04 Feb 2006; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.4.ebuild:
  Mark 3.08.4 stable on alpha

  04 Feb 2006; Matthieu Sozeau <mattam@gentoo.org>
  -files/ocaml-3.06-sparc-configure.patch,
  -files/ocaml-3.06-tcltk-8.4compat-patch.bz2, -files/ocaml-3.07-hppa.patch,
  -ocaml-3.06-r2.ebuild, -ocaml-3.07-r1.ebuild, -ocaml-3.08.1.ebuild:
  Remove old, no longer used versions.

*ocaml-3.09.1 (04 Feb 2006)

  04 Feb 2006; Matthieu Sozeau <mattam@gentoo.org> -ocaml-3.09.0.ebuild,
  +ocaml-3.09.1.ebuild:
  Bumped to 3.09.1, bugfix release of 3.09.0 which i removed. All ocaml packages
  should support it from now. 

  21 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> ocaml-3.08.4.ebuild:
  Stable on amd64, bug 106837.

  19 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> ocaml-3.08.4.ebuild:
  Stable on hppa.

*ocaml-3.09.0 (10 Nov 2005)

  10 Nov 2005; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.09.0.ebuild:
  Version bump, marked -* as it breaks some packages in gentoo which i'm trying
  to get up-to-date , but the ebuild can be useful as it is for experienced
  people.

  09 Nov 2005; Jason Wever <weeve@gentoo.org> ocaml-3.08.4.ebuild:
  Marked stable on SPARC wrt bug #106837.

  16 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> ocaml-3.08.3.ebuild:
  Stable on hppa.

  27 Sep 2005; Jason Wever <weeve@gentoo.org> ocaml-3.08.3.ebuild:
  Stable on SPARC.

*ocaml-3.08.4 (21 Sep 2005)

  21 Sep 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.3.ebuild,
  +ocaml-3.08.4.ebuild, -ocaml-3.08.ebuild:
  Add latest version, remove unused one. Version .3 is stable on x86 and 
  amd64.
	
  17 Sep 2005; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.3.ebuild:
  Mark 3.08.3 stable on ia64

  10 Sep 2005; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.3.ebuild:
  Mark 3.08.3 stable on alpha

  26 Jul 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.3.ebuild:
  Added gcc4 patch, thanks to Peter Hjalmarsson <xake@telia.com> (fixes bug
  #97186).

  06 Jul 2005; Herbie Hopkins <herbs@gentoo.org> ocaml-3.08.3.ebuild:
  Multilib fixes.

  11 May 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.3.ebuild:
  Stable on ppc.

  01 Apr 2005; Simon Stelling <blubb@gentoo.org> ocaml-3.08.1.ebuild:
  stable on amd64

  01 Apr 2005; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.1.ebuild:
  stable on ia64

*ocaml-3.08 (19 Mar 2005)
*ocaml-3.07-r1 (19 Mar 2005)

  19 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org>
  +files/ocaml-3.07-hppa.patch, +ocaml-3.07-r1.ebuild, +ocaml-3.08.ebuild:
  resurrect versions to fix dep breakage

  18 Mar 2005; Matthieu Sozeau <mattam@gentoo.org>
  -files/ocaml-3.07-hppa.patch, files/ocaml-rebuild.sh, -ocaml-3.07-r1.ebuild,
  -ocaml-3.08.2.ebuild, -ocaml-3.08.ebuild, +ocaml-3.08.3.ebuild:
  Adding latest version. It's a bugfix release, hence i keeped the ~ flags. I
  cleaned up the dir, keeping the most stable versions. I reworked the rebuild
  script a little, it should not miss any package now. I tested the last version
  of ocaml and the script with all ocaml packages on x86 and ppc.

  07 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.1.ebuild:
  Stable on ppc.

  04 Jan 2005; Guy Martin <gmsoft@gentoo.org> ocaml-3.08.1.ebuild:
  Stable on hppa.

  02 Jan 2005; Lina Pezzella <j4rg0n@gentoo.org> ocaml-3.08.1.ebuild:
  Stable ppc-macos

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

  20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> ocaml-3.08.1.ebuild:
  Stable on alpha.

  07 Dec 2004; Jason Wever <weeve@gentoo.org> ocaml-3.08.1.ebuild:
  Stable on sparc.

*ocaml-3.08.2 (29 Nov 2004)

  29 Nov 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.08.1.ebuild,
  +ocaml-3.08.2.ebuild:
  Move 3.08.1 to x86 and add 3.08.2 release.

  20 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild,
  ocaml-3.08.1.ebuild, ocaml-3.08.ebuild:
  Changed strip-flags to replace-flags, as advised by Carsten Tschense in bug
  #65327.

  12 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild,
  ocaml-3.08.1.ebuild, ocaml-3.08.ebuild:
  Add strip-flags to remove -O3 and other unsupported ones etc..

  22 Aug 2004; Travis Tilley <lv@gentoo.org> ocaml-3.08.ebuild:
  stable on amd64

*ocaml-3.08.1 (19 Aug 2004)

  19 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.08.1.ebuild:
  Version bump.

  18 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild,
  ocaml-3.08.ebuild:
  Add handling of CFLAGS, use with care!

  16 Aug 2004; Guy Martin <gmsoft@gentoo.org> ocaml-3.08.ebuild:
  Yay, my port to hppa-linux is in the mainstream ! Marking stable !

  13 Aug 2004; Jason Wever <weeve@gentoo.org> ocaml-3.07-r1.ebuild:
  Stable on sparc.

  08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild:
  Move 3.07 to stable on ppc.

  08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.06-r2.ebuild,
  ocaml-3.07-r1.ebuild, ocaml-3.08.ebuild:
  Add support for ocamldoc and latex via a new use flag.

*ocaml-3.08 (08 Aug 2004)

  08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> +ocaml-3.08.ebuild:
  Version bump.

  21 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> files/ocaml-rebuild.sh,
  ocaml-3.07-r1.ebuild:
  Yet a little more robustness in the rebuild script.

  21 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> files/ocaml-rebuild.sh:
  Fixed bug in the rebuild script. see #56597.

  13 Jul 2004; Travis Tilley <lv@gentoo.org> ocaml-3.07-r1.ebuild:
  adding back ~amd64 keyword

  06 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> -ocaml-3.06-r1.ebuild,
  ocaml-3.06-r2.ebuild, -ocaml-3.06.ebuild, -ocaml-3.07.ebuild,
  -ocaml-3.07_beta2.ebuild:
  remove old, no longer needed versions.

  06 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> +files/ocaml-rebuild.sh,
  ocaml-3.07-r1.ebuild:
  Move to stable on x86, adding a rebuilding script.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ocaml-3.06-r1.ebuild,
  ocaml-3.06-r2.ebuild, ocaml-3.06.ebuild, ocaml-3.07-r1.ebuild,
  ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
  virtual/glibc -> virtual/libc

  27 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
  change keyword from macos to ~macos (because of ranlib work)
  
  26 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
  add ranlib bit to ebuild and rekeyword macos (i tested it with unison) (thanks 
  Philippe Bouamriou for bug #57917 ))

  25 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
  ~macos keyword (unison fails and cites ocaml problems)

  25 Jun 2004; Alexander Plank <alexander@gentoo.org> ocaml-3.07-r1.ebuild
  add macos keyword

  28 May 2004; Danny van Dyk <kugelfang@gentoo.org> ocaml-3.07-r1.ebuild,
  ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
  Marked ocaml -amd64. Produces bad object code that causes segfaults under
  certain conditions. This happens only on amd64.

  15 May 2004; Bryan Østergaard <kloeri@gentoo.org> ocaml-3.07-r1.ebuild:
  Stable on alpha.

  11 May 2004; Guy Martin <gmsoft@gentoo.org> ocaml-3.07-r1.ebuild:
  Marked stable on hppa.

  08 May 2004; Guy Martin <gmsoft@gentoo.org> ocaml-3.07-r1.ebuild:
  Added support for native hppa compiler. Marked ~hppa.

  22 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild:
  Fix unpacking of patch file (bug #48485).

  19 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild:
  Add fix for bug #46703

  17 Apr 2004; Travis Tilley <lv@gentoo.org> ocaml-3.07-r1.ebuild,
  ocaml-3.07.ebuild:
  added missing ~amd64 keyword

  27 Feb 2004; Seemant Kulleen <seemant@gentoo.org> ocaml-3.06-r1.ebuild,
  ocaml-3.06-r2.ebuild, ocaml-3.06.ebuild, ocaml-3.07-r1.ebuild,
  ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild:
  move the filter-flags statement into src_compile

  17 Feb 2004; Aron Griffis <agriffis@gentoo.org> ocaml-3.07-r1.ebuild:
  add ~ia64

  03 Feb 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.06-r2.ebuild:
  Mark stable/tested on ppc.

*ocaml-3.07-r1 (17 Oct 2003)

  17 Oct 2003; Martin Holzer <mholzer@gentoo.org> ocaml-3.07-r1.ebuild:
  Adding patch. Closes #31265.

  06 Oct 2003; Jason Wever <weeve@gentoo.org> ocaml-3.07.ebuild:
  Fixed up sparc specific parts as the patch is no longer needed in the new rev,
  but the -host arg is.

*ocaml-3.07 (06 Oct 2003)

  06 Oct 2003; George Shapovalov <george@gentoo.org> ocaml-3.07.ebuild :
  3.07 is out, this outdates the beta that was fixing #28025

  02 Oct 2003; Aron Griffis <agriffis@gentoo.org> ocaml-3.06-r2.ebuild,
  ocaml-3.07_beta2.ebuild:
  3.06-r2 is stable; 3.07_beta2 is testing on alpha

*ocaml-3.07_beta2 (11 Sep 2003)

 11 Sep 2003; George Shapovalov <george@gentoo.org> ocaml-3.07_beta2.ebuild :
 added new beta as it seems to fix some rare problem in #28025

*ocaml-3.06-r2 (09 Sep 2003)

  09 Sep 2003; George Shapovalov <george@gentoo.org> ocaml-3.06-r2.ebuild, metadata.xml :
  ocaml was using uotdated "head -1" construct throughout. Changed this to "head -n 1",
  see #27835 for details. Also added metadata.xml

  06 Sep 2003; Jason Wever <weeve@gentoo.org> ocaml-3.06-r1.ebuild,
  ocaml-3.06.ebuild, files/ocaml-3.06-sparc-configure.patch:
  Added patch and myconf fix to fix bug #23767.

*ocaml-3.06-r1 (01 May 2003)

  01 May 2003; George Shapovalov <george@gentoo.org> ocaml-3.06-r1.ebuild :
  updated the ebuild to incorporate the fix for tk-8.4 necessary for lablgl.
  Thanks to Rick Harris <rickharris@mightylegends.zapto.org> for the note and the patch.

*ocaml-3.06 (28 Jan 2003)

  11 Apr 2003; Joshua Brindle <method@gentoo.org> ocaml-3.04-r1.ebuild,
  ocaml-3.06.ebuild:
  added filter-flags -fstack-protector

  28 Jan 2003; Jon Nall <nall@gentoo.org> ocaml-3.06 :
  who made this build? i didn't. i just added ~ppc to it.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*ocaml-3.05 (07 Aug 2002)

  06 Aug 2002; George Shapovalov <george@gentoo.org> ocaml-3.04-r2.ebuild, files/digest-ocaml-3.05 :

  new version
  removed ppc patch as it was supposed to be unnecessary
  ebuild is masked now, please test, especially ppc people.
  tk dependency is optional, should build now without tcltk or X

  related ebuild submissions:
  Bardur Arantsson <bardur-gta@odense.kollegienet.dk>, bug#5786
  ?Larry Cow <larrycow@free.fr>, bug# 5799

*ocaml-3.04-r2 (01 Aug 2002)

  02 Aug 2002; George Shapovalov <george@gentoo.org> ocaml-3.04-r2.ebuild :

  tk dependence is reported (by Tim Hobbs <rectrix@rectrix.cx>) to be optional,
  made it depend on tcltk use flag.
  Created and masked new revision to give this some testing without interuption 
  to the working package.
  Core devs (cvs access people): please do not unmask it on server! Instead please 
  let me know that it tested Ok. I will do necessary modifications to the -r1 
  and delete -r2. This way we will not force everybody to rebuild perfectly 
  working package.

*ocaml-3.04-r1 (24 Jun 2002)

  24 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ocaml-3.04-r1.ebuild files/digest-ocaml-3.04-r1:

  ocaml library paths are now properly added to /etc/ld.so.conf.

  Removed ocaml-3.04.ebuild files/digest-ocaml-3.04

*ocaml-3.04 ( 7 Feb 2002 )

  7 June 2002; David Chamberlain <daybird@gentoo.org> Changelog 
  ocaml-3.04.ebuild files/ocaml-3.04-ppc.diff:

  Added patch from cvs so that ocaml will build on ppc.  Closes out bug #2984

  7 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog ocaml-3.04.ebuild files/digest-ocaml-3.04 :
  
  Objective Caml is a fast modern type-inferring functional programming 
  language descended from the ML (Meta Language) family.

  This builds a runtime environment and native compiler for ocaml.
 
  Submitted by Sean Mitchell.