idella4 14/10/19 01:20:42 Modified: sphinx-1.2.3.ebuild ChangeLog Log: tidy (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/sphinx/sphinx-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.3.ebuild?r1=1.1&r2=1.2 Index: sphinx-1.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sphinx-1.2.3.ebuild 16 Oct 2014 05:08:47 -0000 1.1 +++ sphinx-1.2.3.ebuild 19 Oct 2014 01:20:42 -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/sphinx/sphinx-1.2.3.ebuild,v 1.1 2014/10/16 05:08:47 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.3.ebuild,v 1.2 2014/10/19 01:20:42 idella4 Exp $ EAPI=5 @@ -54,7 +54,7 @@ python_test() { cp -r -l tests "${BUILD_DIR}"/ || die - # Would you believe? + if $(python_is_python3); then 2to3 -w --no-diffs "${BUILD_DIR}"/tests || die fi 1.173 dev-python/sphinx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.173&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.173&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?r1=1.172&r2=1.173 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- ChangeLog 18 Oct 2014 14:42:00 -0000 1.172 +++ ChangeLog 19 Oct 2014 01:20:42 -0000 1.173 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sphinx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.172 2014/10/18 14:42:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.173 2014/10/19 01:20:42 idella4 Exp $ + + 19 Oct 2014; Ian Delaney <[email protected]> sphinx-1.2.3.ebuild: + tidy 18 Oct 2014; Agostino Sarubbo <[email protected]> sphinx-1.2.2.ebuild: Stable for x86, wrt bug #524416
