idella4 14/04/12 13:47:40 Modified: ChangeLog Added: pyprof2calltree-1.3.1.ebuild Log: bump; add py3.4 support (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/pyprof2calltree/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 2 Oct 2013 02:52:01 -0000 1.4 +++ ChangeLog 12 Apr 2014 13:47:40 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyprof2calltree -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.4 2013/10/02 02:52:01 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.5 2014/04/12 13:47:40 idella4 Exp $ + +*pyprof2calltree-1.3.1 (12 Apr 2014) + + 12 Apr 2014; Ian Delaney <[email protected]> +pyprof2calltree-1.3.1.ebuild: + bump; add py3.4 support *pyprof2calltree-1.1.1 (02 Oct 2013) 1.1 dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild?rev=1.1&content-type=text/plain Index: pyprof2calltree-1.3.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.3.1.ebuild,v 1.1 2014/04/12 13:47:40 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="convert python profile data to kcachegrind calltree form" HOMEPAGE="http://pypi.python.org/pypi/pyprof2calltree/" SRC_URI="mirror://pypi/p/${PN}/${PF}.tar.gz" IUSE= LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86"
