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
|
# ChangeLog for dev-python/python-ldap
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.30 2005/06/27 10:47:28 carlo Exp $
*python-ldap-2.0.8 (27 Jun 2005)
27 Jun 2005; Carsten Lohrke <carlo@gentoo.org> +python-ldap-2.0.8.ebuild:
version bump
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
python-ldap-2.0.6.ebuild:
Stable on ppc.
22 May 2005; Jason Wever <weeve@gentoo.org> python-ldap-2.0.6.ebuild:
Stable on SPARC.
*python-ldap-2.0.7 (15 May 2005)
15 May 2005; Bryan Østergaard <kloeri@gentoo.org>
python-ldap-2.0.6.ebuild, +python-ldap-2.0.7.ebuild:
Version bump + x86 stable bump.
03 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org>
python-ldap-2.0.1.ebuild:
Stable on sparc
31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
21 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
python-ldap-2.0.1.ebuild:
Stable on alpha.
14 Dec 2004; Carsten Lohrke <carlo@gentoo.org> python-ldap-2.0.6.ebuild:
err, whitespace
*python-ldap-2.0.6 (14 Dec 2004)
14 Dec 2004; Carsten Lohrke <carlo@gentoo.org> python-ldap-2.0.1.ebuild,
+python-ldap-2.0.6.ebuild:
stable on x86, version bump
03 Nov 2004; <SeJo@gentoo.org> python-ldap-2.0.1.ebuild:
added ppc keyword
04 Jul 2004; David Holm <dholm@gentoo.org> python-ldap-2.0.1.ebuild:
Added to ~ppc.
*python-ldap-2.0.1 (03 Jul 2004)
03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +python-ldap-2.0.1.ebuild:
Version bump.
03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org>
python-ldap-2.0.0_pre15.ebuild:
Stable on alpha.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org>
python-ldap-2.0.0_pre05-r1.ebuild:
Add missing IUSE.
26 Feb 2004; Sven Blumenstein <bazik@gentoo.org>
python-ldap-2.0.0_pre13.ebuild:
Stable on sparc.
23 Nov 2003; Alastair Tse <liquidx@gentoo.org>
python-ldap-2.0.0_pre05-r1.ebuild, python-ldap-2.0.0_pre06.ebuild,
python-ldap-2.0.0_pre13.ebuild, python-ldap-2.0.0_pre15.ebuild:
fix license. it isn't public-domain
*python-ldap-2.0.0_pre15 (13 Nov 2003)
13 Nov 2003; Alastair Tse <liquidx@gentoo.org>
python-ldap-2.0.0_pre13.ebuild, python-ldap-2.0.0_pre15.ebuild:
version bump
12 Oct 2003; Alastair Tse <liquidx@gentoo.org>
python-ldap-2.0.0_pre13.ebuild:
fix sasl header (#25693), updated compile/optimise options, made compatible
with python-2.3
03 Sep 2003; Alastair Tse <liquidx@gentoo.org>
python-ldap-2.0.0_pre13.ebuild:
added sasl dep and tweaked the usage of ldap and ldap_r in mylibs (#25143)
*python-ldap-2.0.0_pre13 (01 Jul 2003)
01 Jul 2003; Alastair Tse <liquidx@gentoo.org>
python-ldap-2.0.0_pre13.ebuild:
version bump. adds sasl and ssl USE flags to correspond with openldap's USE
flags
22 May 2003; Alastair Tse <liquidx@gentoo.org>
python-ldap-2.0.0_pre06.ebuild:
uses distutils, dynamically patch setup.cfg
*python-ldap-2.0.0_pre06 (15 Mar 2003)
15 Mar 2003; Alastair Tse <liquidx@gentoo.org>
python-ldap-2.0.0_pre06.ebuild:
version bump. thanks to Andy Dustman. #17519.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*python-ldap-2.0.0_pre05-r1 (24 Sep 2002)
24 Sep 2002; Jon Nelson <jnelson@gentoo.org> python-ldap-2.0.0_pre05-r1.ebuild:
Fix for bug 8275
Thanks to jason at penguinsolutions.com (Jason Jeremias)
*python-ldap-2.0.0_pre05 (1 Aug 2002)
1 Aug 2002; Jon Nelson <jnelson@gentoo.org> python-ldap-2.0.0pre05.ebuild:
Update to pre05 and fix repoman errors in *this* release
*python-ldap-2.0.0pre04 (3 Apr 2002)
3 Apr 2002; Bruce A. Locke <blocke@shivan.org> python-ldap-2.0.0pre04.ebuild :
Initial Version
|