jlec 15/06/07 12:40:15 Modified: couchdb-python-0.10.ebuild ChangeLog Log: use distutils eclass correctly (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.3 dev-python/couchdb-python/couchdb-python-0.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.10.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.10.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.10.ebuild?r1=1.2&r2=1.3 Index: couchdb-python-0.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.10.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- couchdb-python-0.10.ebuild 24 Jul 2014 09:57:18 -0000 1.2 +++ couchdb-python-0.10.ebuild 7 Jun 2015 12:40:15 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.10.ebuild,v 1.2 2014/07/24 09:57:18 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-0.10.ebuild,v 1.3 2015/06/07 12:40:15 jlec Exp $ EAPI=5 @@ -20,7 +20,9 @@ KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}]" S=${WORKDIR}/${MY_P} @@ -29,9 +31,7 @@ # instance. RESTRICT=test -src_prepare() { - epatch "${FILESDIR}/${PV}-exec-compat.patch" -} +PATCHES=( "${FILESDIR}/${PV}-exec-compat.patch" ) python_compile_all() { esetup.py build_sphinx 1.35 dev-python/couchdb-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/couchdb-python/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 7 Jun 2015 12:36:58 -0000 1.34 +++ ChangeLog 7 Jun 2015 12:40:15 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/couchdb-python # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.34 2015/06/07 12:36:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.35 2015/06/07 12:40:15 jlec Exp $ + + 07 Jun 2015; Justin Lecher <[email protected]> couchdb-python-0.10.ebuild: + use distutils eclass correctly 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml
