summaryrefslogtreecommitdiff
blob: 4367ad0752d33787188cf434d022392ca50d0220 (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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
# ChangeLog for sys-kernel/gentoo-dev-sources
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.79 2004/08/09 23:06:19 gregkh Exp $

*gentoo-dev-sources-2.6.7-r13 (09 Aug 2004)

  09 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r13.ebuild:
  Fix security bug #59905 (affects all archs).
  Fix input driver bugs #57741

*gentoo-dev-sources-2.6.7-r12 (06 Aug 2004)

  06 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r12.ebuild:
  2 kernel security issues fixed: 59378 and 57826

  27 Jul 2004; <agriffis@gentoo.org> gentoo-dev-sources-2.6.7-r11.ebuild:
  Add ia64 keyword

*gentoo-dev-sources-2.6.7-r11 (13 Jul 2004)

  13 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r11.ebuild:
  Fix bug 56729
  Fix bug 56832
  Only apply sparc ultra patch if ultra1 is set
  Update squashfs to 2.0 (users must also upgrade the userspace tools.)

*gentoo-dev-sources-2.6.7-r10 (12 Jul 2004)

  12 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r10.ebuild:
  This update is only for amd64 and sparc users, all other arches
  can successfully ignore it.
  
  Fix bug 55155 for amd64
  Add sparc patchset so that sparc can now use this kernel.

*gentoo-dev-sources-2.6.7-r9 (09 Jul 2004)

  09 Jul 2004; Michal Januszewski <spock@gentoo.org>
  -gentoo-dev-sources-2.6.7-r1.ebuild, -gentoo-dev-sources-2.6.7-r2.ebuild,
  -gentoo-dev-sources-2.6.7-r3.ebuild, -gentoo-dev-sources-2.6.7-r4.ebuild,
  -gentoo-dev-sources-2.6.7-r5.ebuild, -gentoo-dev-sources-2.6.7-r6.ebuild,
  +gentoo-dev-sources-2.6.7-r9.ebuild, -gentoo-dev-sources-2.6.7.ebuild:
  Added a new revision which includes updated Bootsplash patch and a minor
  speakup fix (closes bug #56135). Removed old 2.6.7 ebuilds.

  04 Jul 2004; Tom Gall <tgall@gentoo.org> gentoo-dev-sources-2.6.7-r8.ebuild:
  marking stable on ppc64, this also represents a move from use of 
  ppc64-sources to gentoo-dev-sources

*gentoo-dev-sources-2.6.7-r8 (02 Jul 2004)

  02 Jul 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r8.ebuild:
  security update for CAN-2004-0497 and other proc security problem.

*gentoo-dev-sources-2.6.7-r7 (30 Jun 2004)

  30 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r7.ebuild:
  2 new patches:
  	compile fix for bug 55501
  	ip_tables DoS fix for bug 55694

*gentoo-dev-sources-2.6.7-r6 (24 Jun 2004)

  24 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r6.ebuild:
  added squashfs to close bug #54884

*gentoo-dev-sources-2.6.7-r5 (22 Jun 2004)

  22 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r5.ebuild:
  Updated bootsplash patch to work on x86-64

*gentoo-dev-sources-2.6.7-r4 (22 Jun 2004)

  22 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r4.ebuild:
  added x86-64 latest patch, as that arch needs it.

*gentoo-dev-sources-2.6.7-r3 (21 Jun 2004)

  21 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r3.ebuild:
  New release, adding patch to close bug #54684

*gentoo-dev-sources-2.6.7-r2 (21 Jun 2004)

  21 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7-r2.ebuild:
  Removed 2710_amd76x-acpi.patch as it can be a standalone package
  Removed 4720_gcloop-2.6-20040510.patch as it can be a standalone package
  	(and the code style was horrible...)
  Updated the speakup patch to the latest cvs tree version.

*gentoo-dev-sources-2.6.7-r1 (21 Jun 2004)

  21 Jun 2004; Daniel Drake <dsd@gentoo.org>
  +gentoo-dev-sources-2.6.7-r1.ebuild:
  supermount readded to patchset

*gentoo-dev-sources-2.6.7 (18 Jun 2004)

  18 Jun 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  +gentoo-dev-sources-2.6.7.ebuild:
  version bump for 2.6.7
  Removed a lot of patches from the previous kernels, feel free
  to file bugs if you object...

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild,
  gentoo-dev-sources-2.6.3-r2.ebuild, gentoo-dev-sources-2.6.4-r1.ebuild,
  gentoo-dev-sources-2.6.4.ebuild:
  Masked gentoo-dev-sources-2.6.4.ebuild testing for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild,
  gentoo-dev-sources-2.6.3-r2.ebuild, gentoo-dev-sources-2.6.4-r1.ebuild:
  Masked gentoo-dev-sources-2.6.4-r1.ebuild testing for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild,
  gentoo-dev-sources-2.6.3-r2.ebuild:
  Masked gentoo-dev-sources-2.6.3-r2.ebuild broken for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild, gentoo-dev-sources-2.6.3-r1.ebuild:
  Masked gentoo-dev-sources-2.6.3-r1.ebuild broken for ppc

  31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild:
  Masked gentoo-dev-sources-2.6.1-r2.ebuild broken for ppc

*gentoo-dev-sources-2.6.6 (22 May 2004)

  23 May 2004; <dostrow@gentoo.org> gentoo-dev-sources-2.6.6.ebuild:
  Masked for x86, ppc, and amd64 due to missconfiguration in patch.
  Notified commiter and relevent arch's.

  22 May 2004; <coxj@gentoo.org> gentoo-dev-sources-2.6.6.ebuild:
  Version Bump, new patches

  17 Apr 2004; Michal Januszewski <spock@gentoo.org>
  gentoo-dev-sources-2.6.4-r1.ebuild, gentoo-dev-sources-2.6.4.ebuild,
  gentoo-dev-sources-2.6.5-r1.ebuild, gentoo-dev-sources-2.6.5.ebuild:
  Updated the warning messages in ebuilds for 2.6.4 and 2.6.5 kernels. Closes
  bug #47348.

  16 Apr 2004; Brian Harring <ferringb@gentoo.org> :
  Transfered mips's CAN-2004-0109 patch in, since it was missed in the previous
  commit for 2.6.5-r1

*gentoo-dev-sources-2.6.5-r1 (15 Apr 2004)

  15 Apr 2004; <plasmaroo@gentoo.org> +gentoo-dev-sources-2.6.5-r1.ebuild:
  Version bump for the CAN-2004-0109 issue; bug #47881.

  12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild:
  Add IUSE=

  09 Apr 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.5.ebuild:
  pushing 2.6.5 to stable

*gentoo-dev-sources-2.6.5 (07 Apr 2004)

  07 Apr 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.5.ebuild:
  2.6.5 commit, check the readme for full patchlist please.

*gentoo-dev-sources-2.6.4-r1 (15 Mar 2004)

  15 Mar 2004; Greg Kroah-Hartman <gregkh@gentoo.org>
  gentoo-dev-sources-2.6.4-r1.ebuild:
  fixing up amd64 compat work and some other minor changes

*gentoo-dev-sources-2.6.4 (14 Mar 2004)

  14 Mar 2004; John Mylchreest <johnm@gentoo.org> :
  2.6.4 initial commit. added SMT for am9 and other misc. updates, for more info
  check the README

  07 Mar 2004; Joshua Kinard <kumba@gentoo.org>
  gentoo-dev-sources-2.6.1-r2.ebuild:
  ~mips shouldn't be in these ebuilds.  No idea how it got here, removing.

*gentoo-dev-sources-2.6.3-r2 (22 Feb 2004)

  22 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.3-r2.ebuild:
  bump for 2004.0 release for amd64, amd64 specific patches, plus alsa update

  21 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.3-r1.ebuild:
  stable on amd64

*gentoo-dev-sources-2.6.1-r2 (19 Feb 2004)
*gentoo-dev-sources-2.6.3-r1 (19 Feb 2004)

  19 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3-r1.ebuild:
  2.6.3-r1 comitted to fix e1000, bootsplash (albeit with traceback) and several
  other minors

  19 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild, gentoo-dev-sources-2.6.2-r1.ebuild,
  files/2.6-do_munmap.patch:
  security bump for soon to be dropped sources.

*gentoo-dev-sources-2.6.3 (18 Feb 2004)

  18 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3.ebuild, gentoo-dev-sources-2.6.3_rc3.ebuild,
  gentoo-dev-sources-2.6.3_rc4.ebuild:
  bump to 2.6.3 stable and fix for munmap vulnerability

*gentoo-dev-sources-2.6.3_rc4 (17 Feb 2004)

  17 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild, gentoo-dev-sources-2.6.3_rc2.ebuild,
  gentoo-dev-sources-2.6.3_rc4.ebuild:
  bump to 2.6.3-rc4, should fix all ieee issues and bootsplash

*gentoo-dev-sources-2.6.2-r1 (15 Feb 2004)

  15 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2-r1.ebuild, gentoo-dev-sources-2.6.3_rc3.ebuild:
  fixing dnotify problem in 2.6.2-r1, added squashfs support and marked stable
  on x86

*gentoo-dev-sources-2.6.3_rc3 (15 Feb 2004)

  15 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3_rc3.ebuild:
  2.6.3_rc3 include; fixes ieee1934 and other problems. needs further testing
  for bootsplash

  14 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild, gentoo-dev-sources-2.6.3_rc2.ebuild:
  add ucl dep for gcloop support

  10 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2_rc1.ebuild, gentoo-dev-sources-2.6.3_rc1.ebuild:
  small tidyup

  10 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild, gentoo-dev-sources-2.6.3_rc2.ebuild:
  amd64 keywording

*gentoo-dev-sources-2.6.3_rc2 (10 Feb 2004)

  10 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3_rc2.ebuild:
  bump to 2.6.3_rc2

*gentoo-dev-sources-2.6.3_rc1 (09 Feb 2004)

  09 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.3_rc1.ebuild:
  bump to latest rc release. fixes several alsa issues, mass arch compat fixes.

  05 Feb 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild:
  looks good, marking ~x86 and ~amd64

*gentoo-dev-sources-2.6.2 (05 Feb 2004)

  05 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.2.ebuild:
  initial commit of 2.6.2, hardmasked until verified amd64 worthy

  05 Feb 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild, gentoo-dev-sources-2.6.1.ebuild:
  tidy up ready for 2.6.2, marking stable 2.6.1-r1

*gentoo-dev-sources-2.6.2_rc1 (24 Jan 2004)

  24 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.2_rc1.ebuild:
  test version, bump to _rc1

  12 Jan 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild:
  committing -r1 to testing x86/amd64and for kernel-2.eclass testing

*gentoo-dev-sources-2.6.1-r1 (12 Jan 2004)

  12 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1-r1.ebuild:
  Genpatches experimental changes. KEYWORDed -* for now until further testing is
  complete

  11 Jan 2004; John Mylchreest <johnm@gentoo.org> :
  cleanup in prep for eclass migration

*gentoo-dev-sources-2.6.1 (09 Jan 2004)

  09 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1.ebuild:
  bump to official version of 2.6.1

  08 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc3.ebuild:
  mark stable because of kernel vuln in previous releases

*gentoo-dev-sources-2.6.1_rc3 (08 Jan 2004)

  08 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc3.ebuild:
  bump version. Apparently that kernel vuln wasn't solved by _rc2 :/

  06 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc2.ebuild:
  mark stable for amd64 and x86. This release resolves all AMD64 nvidia driver
  problems

*gentoo-dev-sources-2.6.1_rc2 (06 Jan 2004)

  06 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc2.ebuild:
  ok, they release versions too fast.  Here's 2.6.1_rc2
  for testing only, KEYWORDed -*

  05 Jan 2004; John Mylchreest <johnm@gentoo.org>
  gentoo-dev-sources-2.6.0-r2.ebuild, gentoo-dev-sources-2.6.1_rc1.ebuild:
  Quick update of the postinst

*gentoo-dev-sources-2.6.1_rc1-r1 (06 Jan 2004)

  06 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1-r1.ebuild:
  compile error on libata fixed. added acpi patches

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r1.ebuild, gentoo-dev-sources-2.6.0.ebuild,
  gentoo-dev-sources-2.6.0_beta10-r1.ebuild,
  gentoo-dev-sources-2.6.0_beta10.ebuild,
  gentoo-dev-sources-2.6.0_beta11-r1.ebuild,
  gentoo-dev-sources-2.6.0_beta11-r2.ebuild,
  gentoo-dev-sources-2.6.0_beta11.ebuild,
  gentoo-dev-sources-2.6.0_beta9.ebuild, gentoo-dev-sources-2.6.1_rc1.ebuild:
  remove deprecated ebuilds and fix copyrights

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r2.ebuild, gentoo-dev-sources-2.6.1_rc1.ebuild:
  mark as testing

*gentoo-dev-sources-2.6.0-r2 (05 Jan 2004)

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r2.ebuild:
  mark -r2 stable for security patch

  05 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  bump versions for security vulnerabilities

  04 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  give location of experimental genpatches

  04 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  add idiot check to this ebuild. Too many people are reporting errors because
  they're not thinking. When an ebuild is KEYWORDed -*, don't report errors on
  it

*gentoo-dev-sources-2.6.1_rc1 (02 Jan 2004)

  02 Jan 2004; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.1_rc1.ebuild:
  initial import of ebuild that can support -bk and -rc kernels, as well as
  applying genpatches to them. Do not use yet as a compatible genpatches is not
  yet available for the current release

*gentoo-dev-sources-2.6.0-r1 (28 Dec 2003)

  28 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0-r1.ebuild:
  version bump, check
  http://dev.gentoo.org/~brad_mssw/kernel_patches/2.6.0/genpatches-0.10/ for
  updates

*gentoo-dev-sources-2.6.0 (18 Dec 2003)

  18 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0.ebuild:
  version bump to 2.6.0 view patches at
  http://dev.gentoo.org/~brad_mssw/kernel_patches/2.6.0/genpatches-2.6-0.9.tar.b
  z2

  14 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11-r2.ebuild:
  mark stable on amd64

*gentoo-dev-sources-2.6.0_beta11-r2 (07 Dec 2003)

  07 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11-r2.ebuild:
  Bump alsa-driver version to 1.0.0rc2 in-kernel. Added agpgart updates 
  from Dave jones. IEEE1394 updates also added. Please see
  http://dev.gentoo.org/~brad_mssw/kernel_patches/2.6.0/genpatches-0.8/README
  for more info...

*gentoo-dev-sources-2.6.0_beta11-r1 (01 Dec 2003)

  01 Dec 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11-r1.ebuild:
  'amd64' agpgart fixes have been added to this release as well as 
  additional amd64 specific fixes...

*gentoo-dev-sources-2.6.0_beta11 (26 Nov 2003)

  26 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta11.ebuild:
  Bump to _beta11 and genpatches to 0.6.

*gentoo-dev-sources-2.6.0_beta10-r1 (24 Nov 2003)

  24 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta10-r1.ebuild:
  Bump genpatches to 0.5, and make a workaround for a bug
  in kernel.eclass when modifying the EXTRAVERSION in the Makefile.

*gentoo-dev-sources-2.6.0_beta10 (23 Nov 2003)

  23 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta10.ebuild:
  Sync with -test10, inc to genpatches-0.4/

  20 Nov 2003; Brandon Low <lostlogic@gentoo.org>
  gentoo-dev-sources-2.6.0_beta9.ebuild:
  Move version handling logic to after inherit kernel, or insert it where
  necessary.

  04 Nov 2003; John Mylchreest <johnm@gentoo.org>;
  gentoo-dev-sources-2.6.0_beta9.ebuild:
  Updating ebuild to support kernel.eclass properly.

  02 Nov 2003; Brad House <brad_mssw@gentoo.org>
  gentoo-dev-sources-2.6.0_beta9.ebuild:
  Having distfiles/ in mirror:// can cause problems with older portage versions.
  Remove it as it works fine on all version without it. The old version can
  cause a lookup to happen in distfiles/distfiles/ which is improper. Luke-Jr
  found this problem.

*gentoo-dev-sources-2.6.0_beta9 (30 Oct 2003)

  30 Oct 2003; John Mylchreest <johnm@gentoo.org>;
  gentoo-dev-sources-2.6.0_beta9.ebuild, metadata.xml:
  Adding gentoo-dev-sources into the repository. this is the next series of
  gentoo test kernels running under 2.6.