blob: 988b35ce10b98a26c8d118acd7909b50173e85ff (
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
|
# ChangeLog for dev-python/pyopengl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/ChangeLog,v 1.6 2005/01/25 02:27:51 fserb Exp $
*pyopengl-2.0.1.09 (25 Jan 2005)
25 Jan 2005; Fernando Serboncini <fserb@gentoo.org>
+pyopengl-2.0.1.09.ebuild:
Version bump, closes #68921.
Thanks to Keith Lyon <kglyon@uwyo.edu> for the ebuild.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
13 Aug 2004; Alastair Tse <liquidx@gentoo.org> pyopengl-2.0.0.44.ebuild:
stop unary warnings
29 Jul 2004; Tom Gall <tgall@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
stable on ppc64, bug #57015
*pyopengl-2.0.0.44 (20 Jul 2004)
20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +metadata.xml,
+files/config.diff, +files/pyopengl-2.0.0.44-disable_togl.patch,
+pyopengl-2.0.0.44.ebuild:
Rename dev-python/PyOpenGL to dev-python/pyopengl.
13 May 2004; Stephen P. Becker <geoman@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
Stable on mips.
07 May 2004; Bryan Østergaard <kloeri@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
Add missing IUSE.
11 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>;
PyOpenGL-2.0.0.44.ebuild:
Fixes for xorg-x11 compatibility.
09 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
PyOpenGL-2.0.0.44.ebuild:
don't assign default to S; inherit eutils for epatch
07 Apr 2004; Bart Lauwers <blauwers@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
Fix for bug #45435: previous code broke non-nvidia opengl setups
16 Mar 2004; Stephen P. Becker <geoman@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
Added ~mips keyword.
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
stable on ia64
17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> :
manifest fix
16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org>
PyOpenGL-2.0.0.44.ebuild:
set ppc in keywords
16 Jan 2004; Bart Lauwers <blauwers@gentoo.org) PyOpenGL-2.0.0.44.ebuild :
Fix for bug #37320: temporarily disable nvidia opengl driver during build, added
missing ChangeLog entry
05 Jan 2004; Jon Portnoy <avenj@gentoo.org> PyOpenGL-2.0.0.44.ebuild :
AMD64 keywords.
29 Dec 2003; Guy Martin <gmsoft@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
Marked stable on hppa.
25 Dec 2003; Jason Wever <weeve@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
Marked stable on sparc.
06 Dec 2003; Alastair Tse <liquidx@gentoo.org> PyOpenGL-2.0.0.44.ebuild,
files/PyOpenGL-2.0.0.44-disable_togl.patch:
temporarily disabled ToGL until we find a better solution for tk-8.4.4. please
note that this is going to be deprecated from PyOpenGL in the next release and
is not used by anything in portage. (#32070) Patch thanks to Eamon
Caddigan <ecaddiga@uiuc.edu>
30 May 2003; Jack Morgan <jmorgan@gentoo.org> PyOpenGL-2.0.0.44.ebuild:
Changed -sparc to ~sparc
16 May 2003; Stanislav Brabec <utx@gentoo.org> files/config.diff:
Patch updated to build with tk-8.4 (from Chad Netzer
<chad.netzer@stanfordalumni.org>, bugs #20248).
*PyOpenGL-2.0.0.44 (29 Aug 2002)
11 Sep 2002; Nick Hadaway <raker@gentoo.org> PyOpenGL-2.0.0.44.ebuild :
Updated dependancies to include glut. This addresses bug #7563
29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> PyOpenGL-2.0.0.44.ebuild :
Adjusted so that an X server need not be running. It will use a virtual X
server.
29 Aug 2002; Nick Hadaway <raker@gentoo.org> PyOpenGL-2.0.0.44.ebuild,
files/digest-PyOpenGL-2.0.0.44, files/config.diff :
New ebuild added to support a wxPython opengl enabled build. This ebuild
requires a local or remote xserver running in order to complete the
build.
|