blob: 1a7a2ccc1cf1a37f19376918ab55202f68d609e7 (
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
|
# ChangeLog for dev-python/wxPython
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/ChangeLog,v 1.22 2003/03/26 03:26:05 liquidx Exp $
*wxPython-2.4.0.6 (16 Mar 2003)
26 Mar 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.6.ebuild:
add check to make sure wxGTK is compiled with the right use flags
16 Mar 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.6.ebuild:
version bump
*wxPython-2.4.0.2 (01 Feb 2003)
01 Feb 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.2.ebuild :
Version bump. Bug fixes.
*wxPython-2.4.0.1 (12 Jan 2003)
15 Jan 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.1.ebuild :
Marked stable for x86.
13 Jan 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.1.ebuild :
Added gtk2 support based on code submitted by Jose Fonseca on bug
#13860
12 Jan 2003; Nick Hadaway <raker@gentoo.org> wxPython-2.4.0.1.ebuild,
files/digest-wxPython-2.4.0.1 :
A much needed upgrade. Works with the latest wxGTK release.
As we have had much problems with the 2.3.4 wxGTK series I am hoping
this may actually make into the stable 1.4 release or we need to bump
back to to 2.3.3 series of wxGTK.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*wxPython-2.3.3.1-r2 (30 Oct 2002)
30 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Removed all the crap put into the first 2.3.3.1 ebuild to build wxGTK and
updated the patch to remove glcanvas
*wxPython-2.3.3.1-r1 (29 Oct 2002)
29 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
added some changes per discussion on #9693
*wxPython-2.3.3.1 (28 Oct 2002)
28 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
This version bump was nasty rough ...
They added configure/make scripts to this package now, so mirrored much of
the configure setup after wxGTK ...
*wxPython-2.3.2.1-r2 (29 Aug 2002)
13 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
Moved glcanvas patch from -r1 as specifying GLCANVAS=0 doesn't disable
the opengl portion of the build fully. Should fix bug #7777.
11 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
tightened wxGTK dependancy to wxGTK-2.3.2*
01 Sep 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild :
Updated ebuild with missing ${myconf}'s
29 Aug 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r2.ebuild,
file/digest-wxPython-2.3.2.1-r2, files/ledctrl.diff :
GLCANVAS and GIZMOS extensions are now re-enabled and we should have a
full-featured ebuild of wxPython.
*wxPython-2.3.2.1-r1 (2 Jul 2002)
22 Aug 2002; Nick Hadaway <raker@gentoo.org> wxPython-2.3.2.1-r1.ebuild,
files/noglcanvas.diff, files/nogizmos.diff :
Ebuild disables glcancas and gizmos extensions as they currently are
not building correctly.
2 Jul 2002; Jon Nelson <jnelson@gentoo.org> wxPython-2.3.2.1-r1:
Make lintool happy
expressly don't build GLCANVAS
*wxPython-2.3.2.1 (11 Apr 2002)
11 Apr 2002; Spider <spider@gentoo.org>
Update all glib dependencies to use glib-1.2* in preparation of
unmasking the glib-2.0.1 packages
*wxPython-2.3.2.1 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|