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
|
# ChangeLog for dev-python/docutils
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.11 2004/06/25 01:28:18 agriffis Exp $
*docutils-0.3.3 (12 Jun 2004)
12 Jun 2004; Bryan �stergaard <kloeri@gentoo.org>
+files/docutils-0.3.3-extramodules.patch, +docutils-0.3.3.ebuild:
Version bump, bug #51422.
27 Mar 2004; David Holm <dholm@gentoo.org> docutils-0.3-r1.ebuild:
Added to ~ppc.
20 Sep 2003; Alastair Tse <liquidx@gentoo.org> docutils-0.3-r1.ebuild,
docutils-0.3.ebuild, docutils-0.3_pre20030530.ebuild:
bumped to stable x86 and cleanups
*docutils-0.3-r1 (08 Jul 2003)
08 Jul 2003; Alastair Tse <liquidx@gentoo.org> docutils-0.3-r1.ebuild,
files/docutils-0.3-extramodules.patch, files/glep-0.3-r1/glep.py,
files/glep-0.3-r1/glep_htmlwrite.py, files/glep-0.3-r1/glepread.py,
files/glep-0.3-r1/glepstrans.py:
fixed glep scripts for docutils 0.3, changed install script for optparse.py
and textwrap.py.
*docutils-0.3 (01 Jul 2003)
01 Jul 2003; Alastair Tse <liquidx@gentoo.org> docutils-0.3.ebuild:
version bump
*docutils-0.3_pre20030530-r3 (04 Jun 2003)
04 Jun 2003; Grant Goodyear <grant@grantgoodyear.org>
docutils-0.3_pre20030530-r2.ebuild, docutils-0.3_pre20030530-r3.ebuild,
files/glep_htmlwrite.py, files/glepstrans.py:
Numerous cleanings of the ebuild, entirely due to Ben Cornett
(whose bug I failed to look at before writing my ebuild). I also updated
the Gentoo GLEP tools slightly so that they point to the new home
of GLEP: www.gentoo.org/proj/en/glep.
*docutils-0.3_pre20030530-r2 (04 Jun 2003)
04 Jun 2003; Alastair Tse <liquidx@gentoo.org>
docutils-0.3_pre20030530-r2.ebuild, docutils-0.3_pre20030530.ebuild:
fix src_uri
01 Jun 2003; Grant Goodyear <g2boojum@gentoo.org>
docutils-0.3_pre20030530-r1.ebuild, files/glep_htmlwrite.py:
More GLEP fixes.
*docutils-0.3_pre20030530-r1 (31 May 2003)
31 May 2003; Grant Goodyear <g2boojum@gentoo.org>
docutils-0.3_pre20030530-r1.ebuild:
New version that adds some GLEP files.
(Well, same version, just some new Gentoo functionality.)
*docutils-0.3_pre20030530 (30 May 2003)
30 May 2003; Grant Goodyear <g2boojum@gentoo.org>
docutils-0.3_pre20030530.ebuild:
New package. Marking stable on x86 because (a) there are no other
versions in the tree, and (b) if this package is broken it won't break
anything else.
|