summaryrefslogtreecommitdiff
blob: 95b20f3ef8cfb7afea569e992ed3cf2c7883609f (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
# ChangeLog for dev-ml/lablgl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.7 2003/07/08 21:36:33 mholzer Exp $

*lablgl-0.99 (08 Jul 2003)

  08 Jul 2003; Martin Holzer <mholzer@gentoo.org> lablgl-0.99.ebuild:
  Version bumped. Closes #24701.

*lablgl-0.98.ebuild (03 Sep 2002)

  28 Jan 2003; Jon Nall <nall@gentoo.org> lablgl-0.98.ebuild :
  added ~ppc

  24 Oct 2002; George Shapovalov <george@gentoo.org> lablgl-0.98.ebuild :

  made labltk and ocaml check-up logic more smart. Now should work fine in every situation.
  Thanks to Jeffrey Palmer <jeffrey.palmer.acm.org> for the tip on checking labltk existance.

  24 Oct 2002; George Shapovalov <george@gentoo.org> lablgl-0.98.ebuild :

  lablgl requires ocaml compiled with tk support. Ocaml has tk as an optional dependency.
  Added some code to pkg_setup to detect if the tcltk USE var is set and abort if not with the message
  asking user to emerge ocaml with tk support.
  See bug #8126 for details. Thanks to Sami Nieminen <sami.nieminen@iki.fi> for report and 
  Jeffrey Palmer <jeffrey.palmer.acm.org>  for dependency tracing and diagnostics.

  The above hack is goinmg to only catch 95% of situations. The real fix involves modifications to portage
  to make it correctly process optional dependencies of dependencies. See bug #2272 for details.

  03 Sep 2002; G Shapovalov <george@gentoo.org> lablgl-0.98.ebuild, files/{LablGL-0.98-Makefile-destdir.patch,LablGL-0.98-Makefile.config,digest-lablgl-0.98} :

  updated to 0.98. This fixes some build failures with ocaml-3.06.

*lablgl-0.97.ebuild (28 Jun 2002)

  28 Jun 2002; G Shapovalov <george@gentoo.org> all :

  initial release
  form the README:
  LablGL is an OpenGL interface for Objective Caml. Since it includes
  support for the Togl widget, you can comfortably use it with LablTk.

  ebuild submitted by Bardur Arantsson <bardur-gta@odense.kollegienet.dk>