summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-10-02 02:52:01 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-10-02 02:52:01 +0000
commit1896114df3403ab6a9268873d3f9fb2494adb566 (patch)
treee035c92d26305f86c8563e8b945f022e4b6c94ad /dev-python
parentStable for HPPA (bug #474858). (diff)
downloadgentoo-2-1896114df3403ab6a9268873d3f9fb2494adb566.tar.gz
gentoo-2-1896114df3403ab6a9268873d3f9fb2494adb566.tar.bz2
gentoo-2-1896114df3403ab6a9268873d3f9fb2494adb566.zip
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyprof2calltree/ChangeLog7
-rw-r--r--dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/pyprof2calltree/ChangeLog b/dev-python/pyprof2calltree/ChangeLog
index b66b4d2bfd53..4b2a8113fdd8 100644
--- a/dev-python/pyprof2calltree/ChangeLog
+++ b/dev-python/pyprof2calltree/ChangeLog
@@ -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.3 2013/06/16 09:44:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/ChangeLog,v 1.4 2013/10/02 02:52:01 patrick Exp $
+
+*pyprof2calltree-1.1.1 (02 Oct 2013)
+
+ 02 Oct 2013; Patrick Lauer <patrick@gentoo.org> +pyprof2calltree-1.1.1.ebuild:
+ Bump
16 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due #122207
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild
new file mode 100644
index 000000000000..f013434f4d83
--- /dev/null
+++ b/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprof2calltree/pyprof2calltree-1.1.1.ebuild,v 1.1 2013/10/02 02:52:01 patrick Exp $
+
+EAPI=5
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+
+inherit distutils
+
+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"