Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-ldap: ChangeLog python-ldap-2.3.9.ebuild python-ldap-2.4.3.ebuild python-ldap-2.3.13.ebuild
Date: Sun, 04 Sep 2011 06:13:25
Message-Id: 20110904061314.91DB320051@flycatcher.gentoo.org
1 robbat2 11/09/04 06:13:14
2
3 Modified: ChangeLog python-ldap-2.3.9.ebuild
4 python-ldap-2.4.3.ebuild python-ldap-2.3.13.ebuild
5 Log:
6 Leave a documentation comment for the Python team in the ebuilds, per request from djc in IRC.
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.106 dev-python/python-ldap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.106&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.106&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?r1=1.105&r2=1.106
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
20 retrieving revision 1.105
21 retrieving revision 1.106
22 diff -p -w -b -B -u -u -r1.105 -r1.106
23 --- ChangeLog 4 Sep 2011 03:15:10 -0000 1.105
24 +++ ChangeLog 4 Sep 2011 06:13:14 -0000 1.106
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/python-ldap
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.105 2011/09/04 03:15:10 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.106 2011/09/04 06:13:14 robbat2 Exp $
30 +
31 + 04 Sep 2011; Robin H. Johnson <robbat2@g.o> python-ldap-2.3.9.ebuild,
32 + python-ldap-2.3.13.ebuild, python-ldap-2.4.3.ebuild:
33 + Leave a documentation comment for the Python team in the ebuilds, per request
34 + from djc in IRC.
35
36 04 Sep 2011; Robin H. Johnson <robbat2@g.o> +python-ldap-2.3.9.ebuild:
37 Re-add python-ldap-2.3.9 as it was the last python-ldap release to support
38
39
40
41 1.16 dev-python/python-ldap/python-ldap-2.3.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild?rev=1.16&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild?rev=1.16&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild?r1=1.15&r2=1.16
46
47 Index: python-ldap-2.3.9.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild,v
50 retrieving revision 1.15
51 retrieving revision 1.16
52 diff -p -w -b -B -u -u -r1.15 -r1.16
53 --- python-ldap-2.3.9.ebuild 4 Sep 2011 03:15:10 -0000 1.15
54 +++ python-ldap-2.3.9.ebuild 4 Sep 2011 06:13:14 -0000 1.16
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild,v 1.15 2011/09/04 03:15:10 robbat2 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild,v 1.16 2011/09/04 06:13:14 robbat2 Exp $
60
61 EAPI="3"
62 PYTHON_DEPEND="2"
63 @@ -21,6 +21,8 @@ SLOT="0"
64 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
65 IUSE="doc examples sasl ssl"
66
67 +# If you need support for openldap-2.3.x, please use python-ldap-2.3.9.
68 +# python team: Please do not remove python-ldap-2.3.9 from the tree.
69 RDEPEND=">=net-nds/openldap-2.3
70 sasl? ( dev-libs/cyrus-sasl )"
71 DEPEND="${DEPEND}
72
73
74
75 1.3 dev-python/python-ldap/python-ldap-2.4.3.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild?rev=1.3&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild?rev=1.3&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild?r1=1.2&r2=1.3
80
81 Index: python-ldap-2.4.3.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild,v
84 retrieving revision 1.2
85 retrieving revision 1.3
86 diff -p -w -b -B -u -u -r1.2 -r1.3
87 --- python-ldap-2.4.3.ebuild 27 Aug 2011 21:24:20 -0000 1.2
88 +++ python-ldap-2.4.3.ebuild 4 Sep 2011 06:13:14 -0000 1.3
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2011 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild,v 1.2 2011/08/27 21:24:20 neurogeek Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild,v 1.3 2011/09/04 06:13:14 robbat2 Exp $
94
95 EAPI="3"
96 PYTHON_DEPEND="2"
97 @@ -21,6 +21,8 @@ SLOT="0"
98 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
99 IUSE="doc examples sasl ssl"
100
101 +# If you need support for openldap-2.3.x, please use python-ldap-2.3.9.
102 +# python team: Please do not remove python-ldap-2.3.9 from the tree.
103 RDEPEND=">=net-nds/openldap-2.4
104 sasl? ( dev-libs/cyrus-sasl )"
105 DEPEND="${DEPEND}
106
107
108
109 1.10 dev-python/python-ldap/python-ldap-2.3.13.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild?rev=1.10&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild?rev=1.10&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild?r1=1.9&r2=1.10
114
115 Index: python-ldap-2.3.13.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild,v
118 retrieving revision 1.9
119 retrieving revision 1.10
120 diff -p -w -b -B -u -u -r1.9 -r1.10
121 --- python-ldap-2.3.13.ebuild 27 Aug 2011 21:24:20 -0000 1.9
122 +++ python-ldap-2.3.13.ebuild 4 Sep 2011 06:13:14 -0000 1.10
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2011 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild,v 1.9 2011/08/27 21:24:20 neurogeek Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild,v 1.10 2011/09/04 06:13:14 robbat2 Exp $
128
129 EAPI="3"
130 PYTHON_DEPEND="2"
131 @@ -21,6 +21,8 @@ SLOT="0"
132 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-solaris"
133 IUSE="doc examples sasl ssl"
134
135 +# If you need support for openldap-2.3.x, please use python-ldap-2.3.9.
136 +# python team: Please do not remove python-ldap-2.3.9 from the tree.
137 RDEPEND=">=net-nds/openldap-2.4
138 sasl? ( dev-libs/cyrus-sasl )"
139 DEPEND="${DEPEND}