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
|
# ChangeLog for dev-python/formencode
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.16 2008/04/22 13:44:38 chtekk Exp $
22 Apr 2008; Luca Longinotti <chtekk@gentoo.org> formencode-1.0.1.ebuild:
Empty RDEPEND.
*formencode-1.0.1 (22 Apr 2008)
22 Apr 2008; Luca Longinotti <chtekk@gentoo.org> -formencode-1.0.ebuild,
+formencode-1.0.1.ebuild:
Version bump.
*formencode-1.0 (23 Mar 2008)
23 Mar 2008; Luca Longinotti <chtekk@gentoo.org>
-files/formencode-0.7.1-verify_domain.patch, -formencode-0.7-r1.ebuild,
-formencode-0.7.1-r1.ebuild, -formencode-0.7.1-r2.ebuild,
+formencode-1.0.ebuild:
Version bump to 1.0. Add doc USE flag to control installation of
additional docs.
*formencode-0.7.1-r2 (01 Oct 2007)
01 Oct 2007; Ali Polatel <hawking@gentoo.org>
+files/formencode-0.7.1-verify_domain.patch, +formencode-0.7.1-r2.ebuild:
revbump. fixed domain verification, bug 194093 thanks to Jacob Smullyan
*formencode-0.7.1-r1 (04 Jul 2007)
*formencode-0.7-r1 (04 Jul 2007)
04 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> -formencode-0.7.ebuild,
+formencode-0.7-r1.ebuild, -formencode-0.7.1.ebuild,
+formencode-0.7.1-r1.ebuild:
Removed setuptools sed. bug# 184039
*formencode-0.7.1 (13 Apr 2007)
13 Apr 2007; Rob Cakebread <pythonhead@gentoo.org>
+formencode-0.7.1.ebuild:
Version bump.
19 Mar 2007; Lukasz Strzygowski <lucass@gentoo.org>
-files/formencode-0.2.2-setup-gentoo.patch,
-files/formencode-0.3-setup-gentoo.patch,
-files/formencode-0.4-setup-gentoo.patch,
-files/formencode-0.6-setup-gentoo.patch, -formencode-0.2.2.ebuild,
-formencode-0.3.ebuild, -formencode-0.4.ebuild, -formencode-0.6.ebuild,
formencode-0.7.ebuild:
Added NEED_PYTHON. Added missing rdep on setuptools. Fixed setup.py to skip
use_setuptools and extras_require. Fixed to install docs/*.txt. Dropped old
versions.
*formencode-0.7 (19 Mar 2007)
19 Mar 2007; Rob Cakebread <pythonhead@gentoo.org> +formencode-0.7.ebuild:
Version bump. Use setuptools.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
*formencode-0.6 (27 Nov 2006)
27 Nov 2006; Bryan Østergaard <kloeri@gentoo.org>
+files/formencode-0.6-setup-gentoo.patch, +formencode-0.6.ebuild:
Version bump, bug 155398.
08 May 2006; Jason Wever <weeve@gentoo.org> formencode-0.4.ebuild:
Added ~sparc keyword.
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> formencode-0.4.ebuild:
Mark 0.4 ~ia64
*formencode-0.4 (21 Nov 2005)
21 Nov 2005; Rob Cakebread <pythonhead@gentoo.org>
+files/formencode-0.4-setup-gentoo.patch, +formencode-0.4.ebuild:
Version bump.
*formencode-0.3 (13 Nov 2005)
13 Nov 2005; Rob Cakebread <pythonhead@gentoo.org>
+files/formencode-0.3-setup-gentoo.patch, +formencode-0.3.ebuild:
Version bump.
24 Oct 2005; Tobias Scherbaum <dertobi123@gentoo.org>
formencode-0.2.2.ebuild:
Added to ~ppc, bug #109624
*formencode-0.2.2 (17 Oct 2005)
17 Oct 2005; Rob Cakebread <pythonhead@gentoo.org>
+files/formencode-0.2.2-setup-gentoo.patch, +metadata.xml,
+formencode-0.2.2.ebuild:
Initial commit.
|