summaryrefslogtreecommitdiff
blob: 81a3c5b57449b541071bba2d2f490fcb9e509b34 (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
# ChangeLog for app-emulation/wine
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.37 2003/04/12 17:30:35 phoenix Exp $

*wine-20020411 (11 Apr 2003)

  12 Apr 2002; Tilman Klar <phoenix@gentoo.org> wine-20020411.ebuild :
  Tagged this version stable ("x86"). Added support for USE="nptl".

  11 Apr 2002; Tilman Klar <phoenix@gentoo.org> wine-20020411.ebuild,
  files/digest-wine-20020411, files/wine-20020411-* :
  Added new version of wine (cvs snapshot). This version works with the
  new binutils-2.13.90.0.20.

*wine-* (11 Apr 2003)

  11 Apr 2002; Tilman Klar <phoenix@gentoo.org> wine-2002*,
  files/digest-wine-2002*, files/wine-2002* :
  Removed all wine versions prior to Jan 2003 from the tree.

  11 Apr 2002; Tilman Klar <phoenix@gentoo.org> wine-20030115.ebuild,
  wine-20030219.ebuild, wine-20030318.ebuild,  wine-20030408.ebuild :
  Updated DEPEND. There were major problems with the new version of
  binutils, that's why i made wine depend on <=binutils-2.13.90.0.18-r1.
  For further information check bug #19106.

*wine-20030318 (10 Apr 2003)

  10 Apr 2003; Tilman Klar <phoenix@gentoo.org> wine-20030318.ebuild,
  files/digest-wine-20030318 :
  Version bump. This should fix the glibc-2.3.2 problems.

*wine-20030318 (06 Apr 2003)

  06 Apr 2003; Tilman Klar <phoenix@gentoo.org> wine-20030318.ebuild,
  files/digest-wine-20030318 :
  Version bump.

*wine-* (01 Apr 2003)

  01 Apr 2003; phoen][x <phoenix@gentoo.org> *.ebuild :
  Replaced 'export C{XX}FLAGS=""' with 'unset CFLAGS CXXFLAGS'.
  Read bug #17986 for additional information about this.

*wine-20030219 (27 Feb 2003)

  27 Feb 2003; Stefan Jones <cretin@gentoo.org> wine-20030219.ebuild:
  New version. Added tcltk use flag.

*wine-20030115 (19 Jan 2003)

  05 Feb 2003; phoen][x <phoenix@gentoo.org> wine-20030115.ebuild:
  Modified X dependencies. You can build wine without X now (for commandline
  applications) - this closes bug #14651.

  19 Jan 2003; Luca Barbato <lu_zero@gentoo.org> : wine-20030115.ebuild
  Version bump.

*wine-20021125 (28 Nov 2002)

  05 Feb 2003; phoen][x <phoenix@gentoo.org> wine-20021125.ebuild:
  Modified X dependencies. You can build wine without X now (for commandline
  applications) - this closes bug #14651. Put this version into the stable profile.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords

  28 Nov 2002; phoen][x <phoenix@gentoo.org> wine-20021125.ebuild, ChangeLog,
  files/wine-20021125-fake_windows.tar.bz2, files/wine-20021125-misc.tar.bz2 :
  Version bump. This closes bug 11296 - thanks to Martin Holzer
  <mholzer@gentoo.org>.

*wine-20021031 (04 Nov 2002)

  08 Nov 2002; phoen][x <phoenix@gentoo.org> wine-20021031.ebuild :
  Put this ebuild into the stable profile.

  04 Oct 2002; phoen][x <phoenix@gentoo.org> wine-20021031.ebuild, ChangeLog,
  files/wine-20021031-fake_windows.tar.bz2, files/wine-20021031-misc.tar.bz2 :

  Bumped to new version. Added Kazaa Lite compatibility to ~/.wine/config.
  This closes bug #7568.

*wine-20021007 (12 Oct 2002)

  08 Nov 2002; phoen][x <phoenix@gentoo.org> wine-20021007.ebuild :
 
  Put this ebuild into the stable profile.

  15 Oct 2002; phoen][x <phoenix@gentoo.org> wine-20021007.ebuild, ChangeLog,
  files/wine-20021007-fake_windows.tar.bz2, files/wine-20021007-misc.tar.bz2 :

  Major rewrite:
  - config, regedit-wine and wine are now in a tarball called ${P}-misc.tar.bz2
  - the fake_windows tarball ( ${P}-fake_windows.tar.bz2 ) goes to ${FILESDIR} now
  - regedit-wine uses the new bin/regedit instead of bin/regapi ( see bug #9001 )
  - the default config is useful now ( running stuff outta the box should work )
  - the wine wrapper ( /usr/bin/wine ) uses /usr/bin/regedit for the initial 
    import of winedefault.reg
  - using do{ins,bin} over mv/cp
  - fixed permissions in /usr/lib/wine/.data
  - added lots of comments

  12 Oct 2002; phoen][x <phoenix@gentoo.org> wine-20021007.ebuild, ChangeLog :

  Bumped to new version.

*wine-20020904-r1 (13 Sep 2002)

  13 Sep 2002; phoen][x <phoenix@gentoo.org> wine-20020904-r1.ebuild, ChangeLog :

  Added manpage installation. This installs the manpage of wine as ${PN}.
  Tidied up the ChangeLog.

*wine-20020904 (09 Sep 2002)

  09 Sep 2002; phoen][x <phoenix@gentoo.org> wine-20020904.ebuild :

  Bumped to new version. 

*wine-20020804 (05 Sep 2002)

  05 Sep 2002; phoen][x <phoenix@gentoo.org> wine-20020804.ebuild :

  Bumped to new version. 
  Thanks to Jos� Fonseca <j_r_fonseca@yahoo.co.uk> for the contribution.
  This closes bug 7312.

*wine-20020710-r2 (31 Aug 2002)

  31 Aug 2002; phoen][x <phoenix@gentoo.org> wine-20020710-r2.ebuild :

  New revision. This moves wine to its new location in /usr/lib/wine
  in order to make it fhs compliant. Wine is started with "/usr/bin/wine",
  which is a wrapper script. "/usr/bin/regedit-wine" imports registry
  files into the wine registry.

*wine-20020710-r1 (18 Jun 2002)

  02 Aug 2002; Nick Hadaway <raker@gentoo.org> :

  Updated ebuild to install /etc/wine/config.  Closes bug #5821.

  27 Jul 2002; Nick Hadaway <raker@gentoo.org> wine-20020710-r1.ebuild :

  Updated ebuild so it installs /usr/wine/bin/regapi.  Closes bug #5611.

  18 Jun 2002; Michael Cohen <mjc@gentoo.org> wine-20020710.ebuild :

  Added ALSA and arts dependencies (Bug #5206 and friends)

*wine-20020710 (17 Jun 2002)

  17 Jun 2002; Michael Cohen <mjc@gentoo.org> wine-20020710.ebuild :

  Version bump

*wine-20020605-r2 (15 Jun 2002)

  15 Jun 2002; Spider <spider@gentoo.org> wine-20020605-r2.ebuild :

  the /etc/wine stuff wasn't installed so I fixed that 
  (seems the source had moved into documentation/samples)

*wine-20020605-r1 (14 Jun 2002)

  14 Jun 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :

  Split off the documentation because manpage generation takes such a long
  time. The docs now live in app-doc/wine-doc.

*wine-20020605 (07 Jun 2002)

  07 Jun 2002; Dan Armak <danarmak@gentoo.org>: new upstream release

*wine-20020509 (11 May 2002)

  11 May 2002; Bart Verwilst <verwilst@gentoo.org>: new upstream release, 
  new reworked ebuilds

*wine-20020411 (14 Apr 2002)

  14 Apr 2002; Dan Armak <danarmak@gentoo.org>: new upstream release

*wine-20020310-r1 (29 Mar 2002)

  29 Mar 2002; Dan Armak <danarmak@gentoo.org>: fix bug #1373: disable custom optimizations,
  or the resulting wine won't work properly and will make the hardworking folks at #winehq
  really really angry

*wine-20020310 (27 Mar 2002)

  27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> wine-20020310.ebuild :

  man page/LFH fix submitted by Matthew Kennedy.

  22 Mar 2002; Dan Armak <danarmak@gentoo.org> Add missing /etc/wine/winedefault.reg file.

*wine-20020310 (12 Mar 2002)

  12 Mar 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  
  This is the latest upstream snapshot. Upstream changelog: identical to previous
  snapshot except for the license change to LGPL.

*wine-20020228 (5 Mar 2002)

  5 Mar 2002; Dan Armak <danarmak@gentoo.org> Changelog:
  
  This is the latest snapshot. I've rewritten the ebuild, fixing all known issues,
  including the compilation failures.
  
  Among the fixes are: install into /usr not /opt/wine, compile and install the manpages,
  handle the onfig file correctly (there'll be a winesetuptk ebuild sometime soon), and more.

*wine-20011004-r1 (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.