sping 14/11/21 23:48:36 Modified: ChangeLog gprof2dot-0_p20130517.ebuild Log: dev-util/gprof2dot: Fix use of python-r1 eclass (bug #528714) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path 1.11 dev-util/gprof2dot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 9 Nov 2014 20:49:34 -0000 1.10 +++ ChangeLog 21 Nov 2014 23:48:36 -0000 1.11 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gprof2dot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.10 2014/11/09 20:49:34 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.11 2014/11/21 23:48:36 sping Exp $ + + 21 Nov 2014; Sebastian Pipping <sp...@gentoo.org> + gprof2dot-0_p20130517.ebuild: + Fix use of python-r1 eclass (bug #528714) 09 Nov 2014; Sebastian Pipping <sp...@gentoo.org> gprof2dot-0_p20130517.ebuild: 1.6 dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?r1=1.5&r2=1.6 Index: gprof2dot-0_p20130517.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gprof2dot-0_p20130517.ebuild 9 Nov 2014 20:49:34 -0000 1.5 +++ gprof2dot-0_p20130517.ebuild 21 Nov 2014 23:48:36 -0000 1.6 @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.5 2014/11/09 20:49:34 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.6 2014/11/21 23:48:36 sping Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE='xml' -inherit eutils python-r1 python-utils-r1 +inherit eutils python-r1 DESCRIPTION="Converts profiling output to dot graphs" HOMEPAGE="http://code.google.com/p/jrfonseca/wiki/Gprof2Dot" @@ -21,6 +21,8 @@ DEPEND="" RDEPEND="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + src_prepare() { epatch "${FILESDIR}"/${P}-py3-xrange.patch }