summaryrefslogtreecommitdiff
blob: e7ea0eee67e7c6a0e26af35750aa1b34dbdce074 (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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
# ChangeLog for dev-python/python-docs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.164 2012/05/09 00:07:42 aballier Exp $

  09 May 2012; Alexis Ballier <aballier@gentoo.org> python-docs-2.7.2.ebuild,
  python-docs-3.2.2.ebuild:
  keyword ~amd64-fbsd

  19 Feb 2012; Markos Chandras <hwoarang@gentoo.org> python-docs-2.6.7.ebuild,
  python-docs-2.7.2.ebuild, python-docs-3.1.4.ebuild, python-docs-3.2.2.ebuild:
  Stabilize python documentation on all architectures. Patch by Arfrever

  18 Feb 2012; Jeroen Roovers <jer@gentoo.org> python-docs-3.2.2.ebuild:
  Stable for HPPA (bug #403875).

  17 Feb 2012; Agostino Sarubbo <ago@gentoo.org> python-docs-3.2.2.ebuild:
  Stable for amd64, wrt bug #403875

*python-docs-2.7.2 (10 Dec 2011)
*python-docs-2.6.7 (10 Dec 2011)
*python-docs-3.1.4 (10 Dec 2011)
*python-docs-3.2.2 (10 Dec 2011)

  10 Dec 2011; Markos Chandras <hwoarang@gentoo.org> +python-docs-2.6.7.ebuild,
  +python-docs-2.7.2.ebuild, +python-docs-3.1.4.ebuild,
  +python-docs-3.2.2.ebuild:
  Version bump thanks to Arfrever

  28 Nov 2011; Markos Chandras <hwoarang@gentoo.org>
  python-docs-2.4.4-r1.ebuild, python-docs-2.5.4-r1.ebuild,
  python-docs-2.6.6.ebuild, python-docs-3.2.ebuild:
  Delete old code. Update LICENSE. Patch by Arfrever.

  27 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> python-docs-2.7.1.ebuild,
  python-docs-3.1.3.ebuild, python-docs-3.2.ebuild:
  Change to generic license

*python-docs-3.2 (21 Feb 2011)

  21 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -python-docs-2.6.4.ebuild, -python-docs-2.6.5.ebuild,
  -python-docs-3.1.2.ebuild, +python-docs-3.2.ebuild:
  Version bump.

  20 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  python-docs-2.6.6.ebuild, python-docs-2.7.1.ebuild, python-docs-3.1.3.ebuild:
  Stabilize on all architectures.

  27 Dec 2010; Brent Baude <ranger@gentoo.org> python-docs-3.1.2.ebuild:
  Marking python-docs-3.1.2 ppc64 for bug 325593

*python-docs-3.1.3 (28 Nov 2010)
*python-docs-2.7.1 (28 Nov 2010)
*python-docs-2.6.6 (28 Nov 2010)

  28 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +python-docs-2.6.6.ebuild, -python-docs-2.7.ebuild,
  +python-docs-2.7.1.ebuild, +python-docs-3.1.3.ebuild:
  Version bumps.

  07 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
  python-docs-2.6.5.ebuild:
  ppc64 stable wrt #319723

  08 Aug 2010; Raúl Porcel <armin76@gentoo.org> python-docs-2.6.5.ebuild:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #319723

  22 Jul 2010; Markus Meier <maekke@gentoo.org> python-docs-2.6.5.ebuild:
  arm stable, bug #319723

*python-docs-2.7 (04 Jul 2010)

  04 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -python-docs-2.4.4.ebuild, -python-docs-2.5.4.ebuild,
  +python-docs-2.7.ebuild, -python-docs-3.1.1.ebuild:
  Version bump.

  04 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  python-docs-2.4.4-r1.ebuild, python-docs-2.5.4-r1.ebuild:
  alpha/amd64/arm/hppa/ia64/m68k/ppc/ppc64/s390/sh/sparc/x86 stable.

  22 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
  python-docs-2.6.5.ebuild:
  stable x86, bug 319723

  06 Jun 2010; Jeroen Roovers <jer@gentoo.org> python-docs-3.1.2.ebuild:
  Stable for HPPA (bug #320043).

  04 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  python-docs-3.1.2.ebuild:
  x86 stable wrt bug #320043

  26 May 2010; Markos Chandras <hwoarang@gentoo.org>
  python-docs-3.1.2.ebuild:
  Stable on amd64 wrt bug #320043

  23 May 2010; <nixnut@gentoo.org> python-docs-3.1.2.ebuild:
  ppc stable #320043

  24 May 2010; <nixnut@gentoo.org> python-docs-2.6.5.ebuild:
  ppc stable #319723

  21 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  python-docs-2.6.5.ebuild:
  amd64 stable (tested by rullzer) (bug #319723).

  14 May 2010; Jeroen Roovers <jer@gentoo.org> python-docs-2.6.5.ebuild:
  Stable for HPPA (bug #319723).

*python-docs-3.1.2 (21 Mar 2010)
*python-docs-2.6.5 (21 Mar 2010)

  21 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -python-docs-2.6.2-r1.ebuild, -python-docs-2.6.3.ebuild,
  +python-docs-2.6.5.ebuild, +python-docs-3.1.2.ebuild:
  Version bumps.

  01 Jan 2010; Brent Baude <ranger@gentoo.org> python-docs-2.6.4.ebuild:
  Marking python-docs-2.6.4 ppc64 for bug 295066

  20 Dec 2009; Raúl Porcel <armin76@gentoo.org> python-docs-2.6.4.ebuild:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #295066

  09 Dec 2009; nixnut <nixnut@gentoo.org> python-docs-2.6.4.ebuild:
  ppc stable #295066

  04 Dec 2009; Jeroen Roovers <jer@gentoo.org> python-docs-2.6.4.ebuild:
  Stable for HPPA (bug #295066).

  03 Dec 2009; Markus Meier <maekke@gentoo.org> python-docs-2.6.4.ebuild:
  amd64/arm/x86 stable, bug #295066

*python-docs-2.6.4 (30 Oct 2009)

  30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +python-docs-2.6.4.ebuild:
  Version bump.

  19 Oct 2009; Raúl Porcel <armin76@gentoo.org>
  python-docs-2.6.2-r1.ebuild:
  s390/sh stable wrt #277645

  11 Oct 2009; Fabian Groffen <grobian@gentoo.org>
  python-docs-2.6.2-r1.ebuild:
  restore accidentially dropped to ~arch keywords, thanks filko

  11 Oct 2009; Fabian Groffen <grobian@gentoo.org>
  python-docs-2.4.4-r1.ebuild, python-docs-2.5.4-r1.ebuild,
  python-docs-2.6.2-r1.ebuild, python-docs-2.6.3.ebuild,
  python-docs-3.1.1.ebuild:
  Merge from Prefix

*python-docs-2.6.3 (04 Oct 2009)

  04 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +python-docs-2.6.3.ebuild:
  Version bump.

  27 Sep 2009; nixnut <nixnut@gentoo.org> python-docs-2.6.2-r1.ebuild:
  ppc stable #277645

  21 Sep 2009; Tom Gall <tgall@gentoo.org> python-docs-2.6.2-r1.ebuild:
  stable on ppc64 bug #277645

  17 Sep 2009; Jeroen Roovers <jer@gentoo.org> python-docs-2.6.2-r1.ebuild:
  Stable for HPPA (bug #277645).

  05 Sep 2009; Raúl Porcel <armin76@gentoo.org>
  python-docs-2.6.2-r1.ebuild:
  ia64/sparc stable wrt #277645

  28 Aug 2009; Raúl Porcel <armin76@gentoo.org>
  python-docs-2.6.2-r1.ebuild:
  arm/m68k stable wrt #277645

  26 Aug 2009; Tobias Klausmann <klausman@gentoo.org>
  python-docs-2.6.2-r1.ebuild:
  Stable on alpha, bug #277645

*python-docs-3.1.1 (24 Aug 2009)

  24 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -python-docs-2.5.1.ebuild, -python-docs-2.6.2.ebuild,
  -python-docs-3.1.ebuild, +python-docs-3.1.1.ebuild:
  Version bump.

  16 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
  python-docs-2.6.2-r1.ebuild:
  stable x86, bug 277645

*python-docs-3.1 (01 Aug 2009)

  01 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +python-docs-3.1.ebuild:
  Version bump (bug #250186).

  30 Jul 2009; Jeremy Olexa <darkside@gentoo.org>
  python-docs-2.6.2-r1.ebuild:
  amd64 stable, bug 277645

  12 Jun 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  python-docs-2.4.4-r1.ebuild, python-docs-2.5.4-r1.ebuild:
  Fix some paths (bug #151695).

*python-docs-2.6.2-r1 (06 Jun 2009)
*python-docs-2.5.4-r1 (06 Jun 2009)
*python-docs-2.4.4-r1 (06 Jun 2009)

  06 Jun 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +python-docs-2.4.4-r1.ebuild, +python-docs-2.5.4-r1.ebuild,
  +python-docs-2.6.2-r1.ebuild:
  Store path to documentation in /etc/env.d/60python-docs-${SLOT} which is
  used by `eselect python` to generate /etc/env.d/65python-docs.

  31 May 2009; Brent Baude <ranger@gentoo.org> python-docs-2.5.4.ebuild:
  stable ppc64, bug 270943

  28 May 2009; Raúl Porcel <armin76@gentoo.org> python-docs-2.5.4.ebuild:
  alpha/arm/ia64/m68k/s390/sh stable wrt #270493

  27 May 2009; Christian Faulhammer <fauli@gentoo.org>
  python-docs-2.5.4.ebuild:
  stable x86, bug 270943

  26 May 2009; Jeroen Roovers <jer@gentoo.org> python-docs-2.5.4.ebuild:
  Stable for HPPA (bug #270943).

  24 May 2009; Tiago Cunha <tcunha@gentoo.org> python-docs-2.5.4.ebuild:
  stable sparc, bug 270943

  23 May 2009; nixnut <nixnut@gentoo.org> python-docs-2.5.4.ebuild:
  ppc stable #270943

  23 May 2009; Thomas Anderson <gentoofan23@gentoo.org>
  python-docs-2.5.4.ebuild:
  stable amd64, bug 270943

  22 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  python-docs-2.4.4.ebuild, python-docs-2.5.1.ebuild,
  python-docs-2.5.4.ebuild, python-docs-2.6.2.ebuild:
  Install 50python-docs in pkg_postinst() instead of pkg_preinst() (bug
  #232540).

  22 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -python-docs-2.2.3.ebuild, -python-docs-2.3.5.ebuild,
  -python-docs-2.4.3.ebuild, -python-docs-2.5.ebuild,
  -python-docs-2.5.2.ebuild, -python-docs-2.6.1.ebuild:
  Remove older versions.

*python-docs-2.6.2 (18 Apr 2009)

  18 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +python-docs-2.6.2.ebuild:
  Version bump.

*python-docs-2.5.4 (31 Mar 2009)

  31 Mar 2009; Patrick Lauer <patrick@gentoo.org> +python-docs-2.5.4.ebuild:
  Adding 2.5.4. Fixes half of #252317

*python-docs-2.6.1 (24 Dec 2008)

  24 Dec 2008; Jesus Rivero <neurogeek@gentoo.org>
  +python-docs-2.6.1.ebuild:
  Version bump wrt bug #251599

*python-docs-2.5.2 (07 Aug 2008)

  07 Aug 2008; Jeroen Roovers <jer@gentoo.org> +python-docs-2.5.2.ebuild:
  Version bump thanks to Michael Glockenstein (bug #234072).

  18 Jul 2008; Olivier Crête <tester@gentoo.org> python-docs-2.5.1.ebuild:
  Stable on amd64, bug #178800

  18 Jul 2008; Jeroen Roovers <jer@gentoo.org> python-docs-2.5.1.ebuild:
  Stable for HPPA (bug #178800). Fixed quoting issue.

  17 Jul 2008; Tobias Klausmann <klausman@gentoo.org>
  python-docs-2.5.1.ebuild:
  Stable on alpha, bug #178800

  17 Jul 2008; Raúl Porcel <armin76@gentoo.org> python-docs-2.5.1.ebuild:
  ia64/sparc stable wrt #178800

  17 Jul 2008; Christian Faulhammer <opfer@gentoo.org>
  python-docs-2.5.1.ebuild:
  stable x86, bug 178800

  16 Jul 2008; nixnut <nixnut@gentoo.org> python-docs-2.5.1.ebuild:
  Stable on ppc wrt bug 178800

  09 Jul 2008; Markus Rothe <corsair@gentoo.org> python-docs-2.5.1.ebuild:
  Stable on ppc64; bug #178800

  16 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  python-docs-2.4.4.ebuild:
  ppc stable, bug #177804

  16 May 2007; Daniel Gryniewicz <dang@gentoo.org> python-docs-2.4.4.ebuild:
  Marked stable on amd64 for bug #177804

  14 May 2007; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.4.4.ebuild:
  Stable on Mips.

  14 May 2007; Jeroen Roovers <jer@gentoo.org> python-docs-2.4.4.ebuild:
  Stable for HPPA (preparation for bug #177804).

  13 May 2007; Markus Rothe <corsair@gentoo.org> python-docs-2.4.4.ebuild:
  Stable on ppc64; bug #177804

  07 May 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  python-docs-2.4.4.ebuild:
  Stable on sparc

  07 May 2007; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.3.5.ebuild, python-docs-2.4.4.ebuild,
  python-docs-2.5.1.ebuild:
  Fix collision protect problem, bug 145241.

  07 May 2007; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.4.4.ebuild:
  Stable on Alpha, IA64 and x86.

*python-docs-2.5.1 (06 May 2007)

  06 May 2007; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.3.5.ebuild, python-docs-2.4.4.ebuild,
  +python-docs-2.5.1.ebuild:
  Bump version and fix PYTHONDOCS path.

  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
  Transition to Manifest2.

  04 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ChangeLog:
  Version bump.

  18 Oct 2006; Roy Marples <uberlord@gentoo.org> python-docs-2.4.3.ebuild,
  python-docs-2.5.ebuild:
  Added ~sparc-fbsd keyword.

  19 Sep 2006; Alastair Tse <liquidx@gentoo.org> python-docs-2.5.ebuild:
  fix not installing anything bug (#148244)

*python-docs-2.5 (19 Sep 2006)

  19 Sep 2006; Alastair Tse <liquidx@gentoo.org> -python-docs-2.2.2.ebuild,
  -python-docs-2.3.3.ebuild, -python-docs-2.3.3-r1.ebuild,
  -python-docs-2.3.4_rc1.ebuild, -python-docs-2.3.4.ebuild,
  -python-docs-2.4.ebuild, -python-docs-2.4.1.ebuild,
  -python-docs-2.4.2.ebuild, +python-docs-2.5.ebuild:
  python 2.5 released, add accompanying docs

  20 Jul 2006; Simon Stelling <blubb@gentoo.org> python-docs-2.4.3.ebuild:
  stable on amd64

  09 Jul 2006; Joshua Kinard <kumba@gentoo.org> python-docs-2.4.3.ebuild:
  Marked stable on mips.

  28 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  python-docs-2.4.3.ebuild:
  ppc stable, #138268

  28 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  python-docs-2.4.3.ebuild:
  Stable on sparc wrt #138268

  28 Jun 2006; Guy Martin <gmsoft@gentoo.org> python-docs-2.4.3.ebuild:
  Stable on hppa.

  28 Jun 2006; Markus Rothe <corsair@gentoo.org> python-docs-2.4.3.ebuild:
  Stable on ppc64; bug #138268

  27 Jun 2006; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.4.3.ebuild:
  Stable on alpha, ia64 and x86.

*python-docs-2.4.3 (13 Apr 2006)

  13 Apr 2006; Bryan Østergaard <kloeri@gentoo.org
  +python-docs-2.4.3.ebuild:
  Version bump to 2.4.3.

  30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
  python-docs-2.4.2.ebuild:
  Add ~x86-fbsd keyword.

  24 Nov 2005; Markus Rothe <corsair@gentoo.org> python-docs-2.4.2.ebuild:
  Stable on ppc64

  21 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> python-docs-2.4.2.ebuild:
  Stable on mips.

  15 Oct 2005; MATSUU Takuto <matsuu@gentoo.org> python-docs-2.4.2.ebuild:
  Stable on sh.

  15 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
  python-docs-2.4.2.ebuild:
  Stable on hppa, ppc.

  14 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  python-docs-2.4.2.ebuild:
  Stable on sparc

  14 Oct 2005; Aron Griffis <agriffis@gentoo.org> python-docs-2.4.2.ebuild:
  Mark 2.4.2 stable on alpha

  13 Oct 2005; Luis Medinas <metalgod@gentoo.org> python-docs-2.4.2.ebuild:
  Marked Stable on amd64.

  13 Oct 2005; Aron Griffis <agriffis@gentoo.org> python-docs-2.4.2.ebuild:
  Mark 2.4.2 stable on ia64

  13 Oct 2005; Rob Cakebread <pythonhead@gentoo.org>
  python-docs-2.4.2.ebuild:
  Marked x86 stable

  10 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  python-docs-2.4.1.ebuild:
  Stable on sparc

  10 Oct 2005; Luis Medinas <metalgod@gentoo.org> python-docs-2.4.1.ebuild:
  Marked Stable on amd64.

  10 Oct 2005; Markus Rothe <corsair@gentoo.org> python-docs-2.4.1.ebuild:
  Stable on ppc64

  09 Oct 2005; Michael Hanselmann <hansmi@gentoo.org>
  python-docs-2.4.1.ebuild:
  Stable on hppa, ppc.

  08 Oct 2005; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.4.1.ebuild:
  Stable python-2.4 on alpha, ia64 and x86.

*python-docs-2.4.2 (28 Sep 2005)

  28 Sep 2005; Bryan Østergaard <kloeri@gentoo.org>
  +python-docs-2.4.2.ebuild:
  Bump version to 2.4.2.

  14 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> python-docs-2.3.5.ebuild:
  2.3.5 stable on mips.

  27 Jun 2005; Markus Rothe <corsair@gentoo.org> python-docs-2.3.5.ebuild:
  Stable on ppc64

  18 Jun 2005; Markus Rothe <corsair@gentoo.org> python-docs-2.4.1.ebuild:
  added ~ppc64

  16 Jun 2005; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.4.1.ebuild:
  Add ~m68k keyword.

  30 May 2005; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.3.5.ebuild:
  Stable on alpha.

  18 May 2005; Markus Rothe <corsair@gentoo.org> python-docs-2.3.5.ebuild:
  Added ~ppc64 to KEYWORDS

  01 May 2005; Tom Martin <slarti@gentoo.org> python-docs-2.3.5.ebuild:
  Stable on amd64.

  30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
  python-docs-2.3.5.ebuild:
  Stable on ppc.

  28 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  python-docs-2.3.5.ebuild:
  Stable on sparc

*python-docs-2.4.1 (26 Apr 2005)

  26 Apr 2005; Alastair Tse <liquidx@gentoo.org> +python-docs-2.4.1.ebuild:
  version bump. added info docs

  08 Apr 2005; Markus Rothe <corsair@gentoo.org> python-docs-2.3.4.ebuild:
  Stable on ppc64

*python-docs-2.3.5 (17 Feb 2005)

  17 Feb 2005; Rob Cakebread <pythonhead@gentoo.org>
  +python-docs-2.3.5.ebuild:
  Version bump.

  09 Feb 2005; Luca Barbato <lu_zero@gentoo.org> python-docs-2.3.4.ebuild:
  Marked ppc

*python-docs-2.4 (04 Jan 2005)

  04 Jan 2005; Rob Cakebread <pythonhead@gentoo.org>
  +python-docs-2.4.ebuild:
  Version bump.

  31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  06 Nov 2004; Joshua Kinard <kumba@gentoo.org> python-docs-2.3.4.ebuild:
  Marked stable on mips.

  19 Oct 2004; Guy Martin <gmsoft@gentoo.org> python-docs-2.3.4.ebuild:
  Stable on hppa.

  17 Oct 2004; Jason Wever <weeve@gentoo.org> python-docs-2.3.4.ebuild:
  Stable on sparc.

  17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> python-docs-2.3.4.ebuild:
  stable on amd64.

  17 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> :
  Stable on alpha.

  16 Oct 2004; Carsten Lohrke <carlo@gentoo.org> python-docs-2.3.4.ebuild:
  stable on x86

  18 Aug 2004; Aron Griffis <agriffis@gentoo.org> python-docs-2.3.4.ebuild:
  stable on alpha and ia64

  12 Jun 2004; Tom Gall <tgall@gentoo.org> python-docs-2.3.3.ebuild:
  stable on ppc64, bug #53575

  04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
  python-docs-2.3.4_rc1.ebuild:
  add back missing keywords

*python-docs-2.3.4 (04 Jun 2004)

  04 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> +python-docs-2.3.4.ebuild:
  Bump version.

  30 May 2004; Guy Martin <gmsoft@gentoo.org> python-docs-2.3.4_rc1.ebuild:
  Added ~hppa to satisfy depend with python.

  23 May 2004; Travis Tilley <lv@gentoo.org> python-docs-2.3.4_rc1.ebuild:
  adding amd64 keyword...

  15 May 2004; Joshua Kinard <kumba@gentoo.org> python-docs-2.3.3-r1.ebuild,
  python-docs-2.3.4_rc1.ebuild:
  Marked 2.3.3 stable on mips, and 2.3.4 unstable on mips.

  15 May 2004; Luca Barbato <lu_zero@gentoo.org> python-docs-2.3.4_rc1.ebuild:
  Marked ~ppc

  15 May 2004; Jason Wever <weeve@gentoo.org> python-docs-2.3.4_rc1.ebuild:
  Added ~sparc keyword.

*python-docs-2.3.4_rc1 (14 May 2004)

  14 May 2004; Bryan Østergaard <kloeri@gentoo.org>
  +python-docs-2.3.4_rc1.ebuild:
  Bump version.

  04 May 2004; Bryan Østergaard <kloeri@gentoo.org> python-docs-2.2.2.ebuild,
  python-docs-2.2.3.ebuild, python-docs-2.3.3-r1.ebuild,
  python-docs-2.3.3.ebuild:
  Add missing IUSE.

*python-docs-2.3.3-r1 (30 Mar 2004)

  30 Mar 2004; Bryan Østergaard <kloeri@gentoo.org>
  python-docs-2.3.3-r1.ebuild:
  Fix install path, bug #45753.

  14 Mar 2004; Tom Gall <tgall@gentoo.org> python-docs-2.2.3.ebuild:
  stable on ppc64

  09 Mar 2004; <agriffis@gentoo.org> python-docs-2.3.3.ebuild:
  stable on alpha and ia64

  02 Mar 2004; Brian Jackson <iggy@gentoo.org> python-docs-2.2.3.ebuild,
  python-docs-2.3.3.ebuild:
  added s390 to keywords

  10 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org>
  python-docs-2.3.3.ebuild:
  set ppc in keywords

  06 Feb 2004; <gustavoz@gentoo.org> python-docs-2.3.3.ebuild:
  stable on sparc

  03 Feb 2004; Guy Martin <gmsoft@gentoo.org> python-docs-2.3.3.ebuild :
  Marked stable on hppa.

  24 Jan 2004; <gustavoz@gentoo.org> python-docs-2.3.3.ebuild:
  keyworded ~sparc

  12 Jan 2004; Luca Barbato <lu_zero@gentoo.org> python-docs-2.2.3.ebuild:
  Marked mips

*python-docs-2.3.3 (03 Jan 2004)

  03 Jan 2004; Alastair Tse <liquidx@gentoo.org> python-docs-2.2.3.ebuild,
  python-docs-2.3.3.ebuild:
  version bump, added arm to 2.2.3 keywords

  13 Dec 2003; Luca Barbato <lu_zero@gentoo.org> python-docs-2.3.2.ebuild:
  Marked ~ppc

  05 Dec 2003; Alastair Tse <liquidx@gentoo.org> python-docs-2.3.2.ebuild:
  keep KEYWORDS insync with dev-lang/python-2.3

*python-docs-2.3.2 (01 Nov 2003)

  01 Nov 2003; Alastair Tse <liquidx@gentoo.org> python-docs-2.3.2.ebuild:
  adding 2.3 docs, and cleanup for ebuild. currently masked awaiting python-2.3
  to exit p.mask

  09 Oct 2003; Brad House <brad_mssw@gentoo.org> python-docs-2.2.3.ebuild:
  add amd64 flag

*python-docs-2.2.3 (13 Jul 2003)

  23 Jul 2003; Guy Martin <gmsoft@gentoo.org> python-docs-2.2.3.ebuild :
  Added hppa to KEYWORDS.

  13 Jul 2003; Alastair Tse <liquidx@gentoo.org> python-docs-2.2.3.ebuild:
  version bump

*python-docs-2.2.2 (22 Jan 2003)

  22 Jan 2003; Arcady Genkin <agenkin@gentoo.org> :
  Updated to version 2.2.2.
  Removed the chmod statements, as the portage takes care of the permissions.

*python-docs-2.2.1-r1 (20 Dec 2002)

  20 Dec 2002; J Robert Ray <jrray@gentoo.org> python-docs-2.2.1-r1.ebuild :
  Create an env variable PYTHONDOCS pointing to the installation path of the
  docs, fixing bug 12139.  Also, changed ${P} to ${PF} in the destination path,
  to match the actual location created by docinto().

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  1 Aug 2002; Jon Nelson <jnelson@gentoo.org> 
  
  Remove python-docs-2.0.1.ebuild, python-docs-2.2.ebuild

*python-docs-2.2.1 (1 Jul 2002)

  1 Jul 2002; Jon Nelson <jnelson@gentoo.org> python-docs-2.2.1.ebuild
  
  Added ebuild for 2.2.1 docs  

*python-docs-2.2 (6 Apr 2002)

  6 Apr 2002; Jon Nelson <jnelson@gentoo.org> ChangeLog, python-docs-2.2.ebuild
  
  Added ebuild for 2.2 docs  

*python-docs-2.0.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.