idella4     14/10/17 11:17:34

  Modified:             python-ldap-2.4.15.ebuild python-ldap-2.4.18.ebuild
                        ChangeLog
  Log:
  correction to deps, noted by Arfrever
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/python-ldap/python-ldap-2.4.15.ebuild

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

Index: python-ldap-2.4.15.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-ldap-2.4.15.ebuild   17 Oct 2014 07:31:18 -0000      1.3
+++ python-ldap-2.4.15.ebuild   17 Oct 2014 11:17:34 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.15.ebuild,v 1.3 
2014/10/17 07:31:18 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.4 
2014/10/17 11:17:34 idella4 Exp $
 
 EAPI=5
 
@@ -24,9 +24,9 @@
 # OpenSSL is an optional runtime dep.
 RDEPEND=">net-nds/openldap-2.4.11
        dev-python/pyasn1[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
        sasl? ( >=dev-libs/cyrus-sasl-2.1 )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
        sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) 
/usr/$(get_libdir)/sasl2:" \



1.2                  dev-python/python-ldap/python-ldap-2.4.18.ebuild

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

Index: python-ldap-2.4.18.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-ldap-2.4.18.ebuild   17 Oct 2014 07:31:18 -0000      1.1
+++ python-ldap-2.4.18.ebuild   17 Oct 2014 11:17:34 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.18.ebuild,v 1.1 
2014/10/17 07:31:18 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.18.ebuild,v 1.2 
2014/10/17 11:17:34 idella4 Exp $
 
 EAPI=5
 
@@ -21,13 +21,14 @@
 # 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.
 # OpenSSL is an optional runtime dep.
+# setup.py's install_requires entry is a debacle.
 RDEPEND=">net-nds/openldap-2.4.11
        dev-python/pyasn1[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/sphinx[${PYTHON_USEDEP}]
+       dev-python/pyasn1-modules[${PYTHON_USEDEP}]
        sasl? ( >=dev-libs/cyrus-sasl-2.1 )"
 DEPEND="${RDEPEND}
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
-               dev-python/pyasn1-modules[${PYTHON_USEDEP}] )"
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
        sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) 
/usr/$(get_libdir)/sasl2:" \
@@ -66,7 +67,7 @@
 }
 
 python_install_all() {
-       use examples && local EXAMPLES=( Demo/. )
+.      use examples && local EXAMPLES=( Demo/. )
        use doc && local HTML_DOCS=( Doc/.build/html/. )
 
        distutils-r1_python_install_all



1.137                dev-python/python-ldap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   17 Oct 2014 07:31:18 -0000      1.136
+++ ChangeLog   17 Oct 2014 11:17:34 -0000      1.137
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-ldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.136 
2014/10/17 07:31:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.137 
2014/10/17 11:17:34 idella4 Exp $
+
+  17 Oct 2014; Ian Delaney <[email protected]> python-ldap-2.4.15.ebuild,
+  python-ldap-2.4.18.ebuild:
+  correction to deps, noted by Arfrever
 
 *python-ldap-2.4.18 (17 Oct 2014)
 




Reply via email to