alunduil 15/01/21 04:27:06 Modified: pycallgraph-1.0.1.ebuild ChangeLog Log: drop doc USE requirement for sphinx dependence bug #537098 pointed out that the sphinx dependency is required regardless of the doc USE flag being set. I also found that the pyyaml dependence was required independently by the doc and examples USE flags. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.2 dev-python/pycallgraph/pycallgraph-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild?r1=1.1&r2=1.2 Index: pycallgraph-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pycallgraph-1.0.1.ebuild 12 Oct 2014 03:47:10 -0000 1.1 +++ pycallgraph-1.0.1.ebuild 21 Jan 2015 04:27:06 -0000 1.2 @@ -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/pycallgraph/pycallgraph-1.0.1.ebuild,v 1.1 2014/10/12 03:47:10 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/pycallgraph-1.0.1.ebuild,v 1.2 2015/01/21 04:27:06 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -19,10 +19,9 @@ CDEPEND="media-gfx/graphviz" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ) + dev-python/sphinx[${PYTHON_USEDEP}] + doc? ( dev-python/pyyaml[${PYTHON_USEDEP}] ) + examples? ( dev-python/pyyaml[${PYTHON_USEDEP}] ) test? ( ${CDEPEND} dev-python/pytest[${PYTHON_USEDEP}] 1.2 dev-python/pycallgraph/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycallgraph/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycallgraph/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycallgraph/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 12 Oct 2014 03:47:10 -0000 1.1 +++ ChangeLog 21 Jan 2015 04:27:06 -0000 1.2 @@ -1,10 +1,15 @@ # ChangeLog for dev-python/pycallgraph -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/ChangeLog,v 1.1 2014/10/12 03:47:10 alunduil Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycallgraph/ChangeLog,v 1.2 2015/01/21 04:27:06 alunduil Exp $ + + 21 Jan 2015; Alex Brandt <[email protected]> pycallgraph-1.0.1.ebuild: + drop doc USE requirement for sphinx dependence bug #537098 pointed out that + the sphinx dependency is required regardless of the doc USE flag being set. I + also found that the pyyaml dependence was required independently by the doc + and examples USE flags. *pycallgraph-1.0.1 (12 Oct 2014) 12 Oct 2014; Alex Brandt <[email protected]> +pycallgraph-1.0.1.ebuild, +files/python3.3-tests.patch, +metadata.xml: add ebuild written by me -
