public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2011-09-04  6:13 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2011-09-04  6:13 UTC (permalink / raw
  To: gentoo-commits

robbat2     11/09/04 06:13:14

  Modified:             ChangeLog python-ldap-2.3.9.ebuild
                        python-ldap-2.4.3.ebuild python-ldap-2.3.13.ebuild
  Log:
  Leave a documentation comment for the Python team in the ebuilds, per request from djc in IRC.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.106                dev-python/python-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -p -w -b -B -u -u -r1.105 -r1.106
--- ChangeLog	4 Sep 2011 03:15:10 -0000	1.105
+++ ChangeLog	4 Sep 2011 06:13:14 -0000	1.106
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-ldap
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.105 2011/09/04 03:15:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.106 2011/09/04 06:13:14 robbat2 Exp $
+
+  04 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> python-ldap-2.3.9.ebuild,
+  python-ldap-2.3.13.ebuild, python-ldap-2.4.3.ebuild:
+  Leave a documentation comment for the Python team in the ebuilds, per request
+  from djc in IRC.
 
   04 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> +python-ldap-2.3.9.ebuild:
   Re-add python-ldap-2.3.9 as it was the last python-ldap release to support



1.16                 dev-python/python-ldap/python-ldap-2.3.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild?rev=1.16&view=markup
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
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

Index: python-ldap-2.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.9.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -p -w -b -B -u -u -r1.15 -r1.16
--- python-ldap-2.3.9.ebuild	4 Sep 2011 03:15:10 -0000	1.15
+++ python-ldap-2.3.9.ebuild	4 Sep 2011 06:13:14 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -21,6 +21,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="doc examples sasl ssl"
 
+# If you need support for openldap-2.3.x, please use python-ldap-2.3.9. 
+# python team: Please do not remove python-ldap-2.3.9 from the tree.
 RDEPEND=">=net-nds/openldap-2.3
 	sasl? ( dev-libs/cyrus-sasl )"
 DEPEND="${DEPEND}



1.3                  dev-python/python-ldap/python-ldap-2.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild?rev=1.3&view=markup
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
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

Index: python-ldap-2.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- python-ldap-2.4.3.ebuild	27 Aug 2011 21:24:20 -0000	1.2
+++ python-ldap-2.4.3.ebuild	4 Sep 2011 06:13:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -21,6 +21,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
 IUSE="doc examples sasl ssl"
 
+# If you need support for openldap-2.3.x, please use python-ldap-2.3.9. 
+# python team: Please do not remove python-ldap-2.3.9 from the tree.
 RDEPEND=">=net-nds/openldap-2.4
 	sasl? ( dev-libs/cyrus-sasl )"
 DEPEND="${DEPEND}



1.10                 dev-python/python-ldap/python-ldap-2.3.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild?rev=1.10&view=markup
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
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

Index: python-ldap-2.3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.3.13.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -p -w -b -B -u -u -r1.9 -r1.10
--- python-ldap-2.3.13.ebuild	27 Aug 2011 21:24:20 -0000	1.9
+++ python-ldap-2.3.13.ebuild	4 Sep 2011 06:13:14 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -21,6 +21,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-solaris"
 IUSE="doc examples sasl ssl"
 
+# If you need support for openldap-2.3.x, please use python-ldap-2.3.9. 
+# python team: Please do not remove python-ldap-2.3.9 from the tree.
 RDEPEND=">=net-nds/openldap-2.4
 	sasl? ( dev-libs/cyrus-sasl )"
 DEPEND="${DEPEND}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-04  6:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-04  6:13 [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 Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox