sping 14/11/09 14:53:57 Modified: ChangeLog gprof2dot-0_p20130517.ebuild Log: dev-util/gprof2dot: Remove Python 3.2 target (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path 1.9 dev-util/gprof2dot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 9 Nov 2014 14:44:55 -0000 1.8 +++ ChangeLog 9 Nov 2014 14:53:57 -0000 1.9 @@ -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.8 2014/11/09 14:44:55 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.9 2014/11/09 14:53:57 sping Exp $ + + 09 Nov 2014; Sebastian Pipping <[email protected]> + gprof2dot-0_p20130517.ebuild: + Remove Python 3.2 target 09 Nov 2014; Sebastian Pipping <[email protected]> -gprof2dot-0_p20100216.ebuild: 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild?r1=1.3&r2=1.4 Index: gprof2dot-0_p20130517.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gprof2dot-0_p20130517.ebuild 5 Sep 2013 18:40:36 -0000 1.3 +++ gprof2dot-0_p20130517.ebuild 9 Nov 2014 14:53:57 -0000 1.4 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.3 2013/09/05 18:40:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.4 2014/11/09 14:53:57 sping Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_3} ) PYTHON_REQ_USE='xml' inherit eutils python-r1 python-utils-r1
