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
|
# ChangeLog for dev-ml/lablgl
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.17 2004/04/17 10:35:50 lv Exp $
17 Apr 2004; Travis Tilley <lv@gentoo.org> lablgl-1.00.ebuild:
added ~amd64 keyword
24 Mar 2004; Jason Wever <weeve@gentoo.org> lablgl-0.99-r1.ebuild:
Stable on sparc.
22 Mar 2004; Matthieu Sozeau <mattam@gentoo.org> lablgl-0.99-r1.ebuild:
Put 0.99-r1 into stable for x86 and ppc
18 Feb 2004; Matthieu Sozeau <mattam@gentoo.org> lablgl-0.97.ebuild,
lablgl-0.98.ebuild, lablgl-0.99.ebuild:
Remove opengl?, it is not an optional dependancy.
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> lablgl-1.00.ebuild:
add ~alpha and ~ia64
*lablgl-1.00 (06 Feb 2004)
06 Feb 2004; Matthieu Sozeau <mattam@gentoo.org> lablgl-1.00.ebuild,
files/lablgl-1.00-Makefile.config:
Version bump, added local glut use flag and optional documentation (examples).
*lablgl-0.99-r1 (03 Feb 2004)
03 Feb 2004; Matthieu Sozeau <mattam@gentoo.org> lablgl-0.99-r1.ebuild,
metadata.xml:
Reworked ebuild so as to have tcltk as an optional dependancy.
Added metadata.xml for ml herd.
26 Dec 2003; Jason Wever <weeve@gentoo.org> lablgl-0.98.ebuild:
Marked stable on sparc to fix broken net-misc/unison dependencies.
24 Nov 2003; Jason Wever <weeve@gentoo.org> lablgl-0.98.ebuild,
lablgl-0.99.ebuild:
Added ~sparc keyword.
*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 (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>
|