idella4 15/04/19 14:38:14 Modified: sphinx-1.3.1.ebuild ChangeLog Log: rm un-needed dep for tests, noted by Arfrever (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/sphinx/sphinx-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.3.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.3.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.3.1.ebuild?r1=1.2&r2=1.3 Index: sphinx-1.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.3.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sphinx-1.3.1.ebuild 19 Apr 2015 13:45:31 -0000 1.2 +++ sphinx-1.3.1.ebuild 19 Apr 2015 14:38:14 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.3.1.ebuild,v 1.2 2015/04/19 13:45:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.3.1.ebuild,v 1.3 2015/04/19 14:38:14 idella4 Exp $ EAPI=5 @@ -35,7 +35,6 @@ )" DEPEND="${DEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) )" S="${WORKDIR}/${MY_P}" 1.191 dev-python/sphinx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.191&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.191&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?r1=1.190&r2=1.191 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- ChangeLog 19 Apr 2015 13:45:31 -0000 1.190 +++ ChangeLog 19 Apr 2015 14:38:14 -0000 1.191 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sphinx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.190 2015/04/19 13:45:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.191 2015/04/19 14:38:14 idella4 Exp $ + + 19 Apr 2015; Ian Delaney <[email protected]> sphinx-1.3.1.ebuild: + rm un-needed dep for tests, noted by Arfrever 19 Apr 2015; Mike Gilbert <[email protected]> sphinx-1.3.1.ebuild: Update dependnecy on pygments, bug 546280.
