idella4     14/10/17 15:49:51

  Modified:             ChangeLog python-ldap-2.4.18.ebuild
  Log:
  set sphinx back behind use doc, fix typo
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   17 Oct 2014 11:17:34 -0000      1.137
+++ ChangeLog   17 Oct 2014 15:49:51 -0000      1.138
@@ -1,6 +1,9 @@
 # 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.137 
2014/10/17 11:17:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.138 
2014/10/17 15:49:51 idella4 Exp $
+
+  17 Oct 2014; Ian Delaney <[email protected]> python-ldap-2.4.18.ebuild:
+  set sphinx back behind use doc, fix typo
 
   17 Oct 2014; Ian Delaney <[email protected]> python-ldap-2.4.15.ebuild,
   python-ldap-2.4.18.ebuild:



1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.18.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.18.ebuild?r1=1.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-ldap-2.4.18.ebuild   17 Oct 2014 11:17:34 -0000      1.2
+++ python-ldap-2.4.18.ebuild   17 Oct 2014 15:49:51 -0000      1.3
@@ -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.2 
2014/10/17 11:17:34 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.18.ebuild,v 1.3 
2014/10/17 15:49:51 idella4 Exp $
 
 EAPI=5
 
@@ -21,14 +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.
+# setup.py incorrectly sets setuptools and misses pyasn1 and pyasn1-modules in 
install_requires
 RDEPEND=">net-nds/openldap-2.4.11
        dev-python/pyasn1[${PYTHON_USEDEP}]
-       dev-python/sphinx[${PYTHON_USEDEP}]
        dev-python/pyasn1-modules[${PYTHON_USEDEP}]
        sasl? ( >=dev-libs/cyrus-sasl-2.1 )"
 DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
        sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) 
/usr/$(get_libdir)/sasl2:" \
@@ -67,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




Reply via email to