summaryrefslogtreecommitdiff
blob: fd897532a4e5fac83e314d796cc741bf9af6ef4a (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
224
225
226
227
228
229
230
231
232
233
234
235
236
# ChangeLog for net-wireless/linux-wlan-ng
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/linux-wlan-ng/ChangeLog,v 1.45 2005/01/23 20:49:04 blubb Exp $

  23 Jan 2005; Simon Stelling <blubb@gentoo.org>
  linux-wlan-ng-0.2.1_pre20.ebuild:
  added ~amd64

*linux-wlan-ng-0.2.1_pre23 (06 Jan 2005)

  06 Jan 2005; Guy Martin <gmsoft@gentoo.org>
  +files/linux-wlan-2.6.10-fix.diff, +linux-wlan-ng-0.2.1_pre23.ebuild:
  Version bump. Now using linux-info.eclass for a cleaner output. Added ~hppa to
  KEYWORDS.

  23 Nov 2004; Sven Wegener <swegener@gentoo.org> :
  Fixed digest.

*linux-wlan-ng-0.2.1_pre22 (09 Oct 2004)

  09 Oct 2004; Doug Goldstein <cardoe@gentoo.org>
  +linux-wlan-ng-0.2.1_pre22.ebuild:
  revision bump to pre22, masked because no testable hardware
  includes the fixes from bug 64176 
  should fix access violation compiler error

  09 Jul 2004; Travis Tilley <lv@gentoo.org> linux-wlan-ng-0.2.0-r1.ebuild,
  linux-wlan-ng-0.2.0-r2.ebuild, linux-wlan-ng-0.2.0-r3.ebuild,
  linux-wlan-ng-0.2.1_pre11.ebuild, linux-wlan-ng-0.2.1_pre16.ebuild,
  linux-wlan-ng-0.2.1_pre17-r1.ebuild, linux-wlan-ng-0.2.1_pre17.ebuild,
  linux-wlan-ng-0.2.1_pre19.ebuild, linux-wlan-ng-0.2.1_pre20.ebuild,
  linux-wlan-ng-0.2.1_pre8.ebuild:
  switch linux-headers dependency to virtual/os-headers

  14 Jun 2004; Aron Griffis <agriffis@gentoo.org>
  linux-wlan-ng-0.2.0-r1.ebuild, linux-wlan-ng-0.2.0-r2.ebuild,
  linux-wlan-ng-0.2.0-r3.ebuild, linux-wlan-ng-0.2.1_pre11.ebuild,
  linux-wlan-ng-0.2.1_pre16.ebuild, linux-wlan-ng-0.2.1_pre17-r1.ebuild,
  linux-wlan-ng-0.2.1_pre17.ebuild, linux-wlan-ng-0.2.1_pre19.ebuild,
  linux-wlan-ng-0.2.1_pre20.ebuild, linux-wlan-ng-0.2.1_pre8.ebuild:
  Fix use invocation

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  linux-wlan-ng-0.2.1_pre19.ebuild:
  Add inherit eutils

*linux-wlan-ng-0.2.1_pre20 (01 Mar 2004)

  01 Mar 2004; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.2.1_pre20.ebuild:
  Bump again. This version has the fix for prism2dl merged.

*linux-wlan-ng-0.2.1_pre19 (29 Feb 2004)

  29 Feb 2004; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.2.1_pre17-r1.ebuild, linux-wlan-ng-0.2.1_pre19.ebuild,
  files/linux-wlan-ng-0.2.1_pre19-prism2dl.diff:
  Bump, and fix pre17-r1 to unset ARCH earlier. This was causing breakage where
  the topleve Makefile in the kernel was not found, so the kernel version was
  not being set, and modules ended up in /lib/modules/kernel. Also includes fix so
  that prism2dl uses includes from /usr/include/linux and not /usr/src/linux/include.

  21 Feb 2004; Luca Barbato <lu_zero@gentoo.org>
  linux-wlan-ng-0.2.1_pre17-r1.ebuild:
  Marked ~ppc

  08 Feb 2004; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.2.0-r3.ebuild:
  Marking stable. Needed for module-init-tools fixes.

*linux-wlan-ng-0.2.1_pre17-r1 (07 Feb 2004)

  07 Feb 2004; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.2.0-r3.ebuild, linux-wlan-ng-0.2.1_pre17-r1.ebuild:
  Updates to both 0.2.0 and 0.2.1_pre series to use new pcmcia.eclass to make
  life easier.

*linux-wlan-ng-0.2.1_pre17 (03 Feb 2004)

  03 Feb 2004; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.2.1_pre17.ebuild:
  Added 0.2.1_pre17 which is ready for pcmcia-cs 3.2.7, unsets ARCH and tells
  people to not bother with symlinks for 2.6 kernsl, and includes
  module-init-tools fix for pcmcia-cs configure stage.

*linux-wlan-ng-0.2.0-r3 (01 Feb 2004)

  01 Feb 2004; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.1.16_pre4.ebuild, linux-wlan-ng-0.1.16_pre6.ebuild,
  linux-wlan-ng-0.1.16_pre7.ebuild, linux-wlan-ng-0.1.16_pre8.ebuild,
  linux-wlan-ng-0.1.16_pre9.ebuild, linux-wlan-ng-0.2.0-r1.ebuild,
  linux-wlan-ng-0.2.0-r2.ebuild, linux-wlan-ng-0.2.0-r3.ebuild,
  linux-wlan-ng-0.2.1_pre1.ebuild, linux-wlan-ng-0.2.1_pre2.ebuild,
  linux-wlan-ng-0.2.1_pre3.ebuild:
  Added 0.2.0-r3 which works for pcmcia-cs >= 3.2.5 in preparation for 3.2.5
  getting marked stable and 3.2.7 getting added to portage. Include fix for
  module-init-tools systems. Cleaned out lots of older dead ebuilds too to make
  things prettier.

*linux-wlan-ng-0.2.1_pre16 (24 Jan 2004)

  24 Jan 2004; <nerdboy@gentoo.org> linux-wlan-ng-0.2.1_pre16.ebuild:
  Added pre16 for 2.6.x kernels, with ewarn info

  18 Dec 2003; Peter Johanson <latexer@gentoo.org> metadata.xml:
  Added metadata.xml

*linux-wlan-ng-0.2.1_pre11 (02 Aug 2003)

  02 Aug 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild,
  linux-wlan-ng-0.2.1_pre11.ebuild:
  Clean out the offensive 0.2.0 ebuild, and bump

*linux-wlan-ng-0.2.1_pre8 (13 Jun 2003)

  13 Jun 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre8.ebuild:
  New pre version which hopefully fixes pcmcia issues

*linux-wlan-ng-0.2.1_pre3 (29 Apr 2003)

  29 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre3.ebuild:
  Latest pre-release.

*linux-wlan-ng-0.2.1_pre2 (25 Apr 2003)

  25 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre2.ebuild:
  Bump

*linux-wlan-ng-0.2.1_pre1 (25 Apr 2003)

  20 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre1.ebuild:
  Bump

*linux-wlan-ng-0.2.0-r2 (10 Apr 2003)

  15 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0-r2.ebuild:
  Marked stable for x86

  10 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0-r2.ebuild:
  Uses gentoo style init script

  10 Apr 2003; Peter Johanson <latexer@gentoo.org> :
  Fixed all ebuilds to do check_KV if needed.
  
*linux-wlan-ng-0.2.1_pre1 (10 Apr 2003)

  10 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.1_pre1.ebuild:
  Version bump, uses gentoo style init script.

*linux-wlan-ng-0.2.0-r1 (03 Apr 2003)

  07 Apr 2003; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.2.0-r1.ebuild:
  Major fix to how the pcmcia-cs version is handled. Much better now.

  03 Apr 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0-r1.ebuild:
  Version bump with fixed pcmcia-cs detection

  24 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild :
  Using has_version now to resolve the PCMCIA_VERSION issues. no more calling commands that portage
  doesn't know about. This should fix it.

  8 Mar 2003; Peter Johanson <latexer@gentoo.org> :
  Added more extensive comment to postinst section.

  4 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild :
  Absolute paths for cardmgr and cut. this should solve it once and forall.

*linux-wlan-ng-0.2.0 (4 Mar 2003)

  4 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.2.0.ebuild :
  Version bump. bug #16849

  4 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
  Fixed some sedding to get the man pages in the right spot.

  3 Mar 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
  PCMIA_VERSION seems to work better with double quotes.

  27 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
  small fix to PCMCIA_VERSION. bug #16537

  27 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
  Fixed PCMCIA_VERSION definition to work with latest portage

  11 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre4.ebuild
  linux-wlan-ng-0.1.16_pre6.ebuild linux-wlan-ng-0.1.16_pre7.ebuild :
  Added IUSE to older linux-wlan-ng ebuilds. Fixed formatting issues so lintool
  checks all of these as okay.

*linux-wlan-ng-0.1.16_pre9 (22 Feb 2003)

  28 Feb 2003; Peter Johanson <latexer@gentoo.org>
  linux-wlan-ng-0.1.16_pre9.ebuild:
  Hopefully finally fixed PCMCIA_VERSION

  22 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
  Slightly modified to check which version of pcmcia-cs it should compile against

  22 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre9.ebuild :
  version bump

*linux-wlan-ng-0.1.16_pre8 (08 Feb 2003)

  08 Feb 2003; Peter Johanson <latexer@gentoo.org> linux-wlan-ng-0.1.16_pre8.ebuild:
  Revision bump, plus major overhaul of how things are done. Please test.
  bugzilla is down for now. Will thanks submitter soon as i figure out who it was.

*linux-wlan-ng-0.1.16_pre7 (09 Apr 2003)
 
  13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*linux-wlan-ng-0.1.16_pre6 (11 Nov 2002)

  11 Nov 2002; Chad Huneycutt <chadh@gentoo.org> linux-wlan-ng-0.1.16_pre6.ebuild :

  revision bump and misc fixes, credit to Bret Towe <btowe@gbis.com> and
  tprado@charter.net

*linux-wlan-ng-0.1.16_pre4 (31 Oct 2002)

  31 Oct 2002; Hannes Mehnert <hannes@gentoo.org>:
  moved to net-wireless

  31 Oct 2002; Chad Huneycutt <chadh@gentoo.org> linux-wlan-ng-0.1.16_pre4.ebuild :

  add 0.1.16-pre4 ebuild from Tom Prado <tprado@charter.net>
  
  31 Oct 2002; Chad Huneycutt <chadh@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.