From 9e79c85ed327ad338811c01cb65f8354c147d6b7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 19 Sep 2017 20:00:17 +0200 Subject: dev-util/gprof2dot: 2017.09.19 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-util/gprof2dot/Manifest | 1 + dev-util/gprof2dot/gprof2dot-2017.09.19.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-util/gprof2dot/gprof2dot-2017.09.19.ebuild diff --git a/dev-util/gprof2dot/Manifest b/dev-util/gprof2dot/Manifest index 447566552a56..9cde3b8a0013 100644 --- a/dev-util/gprof2dot/Manifest +++ b/dev-util/gprof2dot/Manifest @@ -1,2 +1,3 @@ DIST gprof2dot-0_p20130517.tar.xz 1080464 SHA256 d491a8048a7ebc169557393ee517ede3c3958696e5257fbe3698bfbab6218691 SHA512 1907cb889d1776723ca944d588fa4185afdeee11cc85ec40c03832568d91612bab708160c69036fc45fef05bca62c5bc8f6ef19cbb45c6bfd1952dda94c54a4b WHIRLPOOL 1f04729faf6fa47921c3b953d4a38db598d9905a35d198ff7680e778f214e5ec54026840de7a8bcfaf351fdceadd3d0ba3865dbbe95cbc28704b6cab9670b2d7 DIST gprof2dot-2016.10.13.tar.gz 22264 SHA256 48c1e168c28b8a8eb23bf30fda78fe2ef218269a41505341ec27c27083e47cf4 SHA512 0568f1afb4e5c9da9e6c3c58d9a3613c90110c338c573e2c088a99f1db4d076a287d1209a132b86334a01404701d6ca0d9b0553e7ce850278956ea79acc2c388 WHIRLPOOL d0bf7fb9a9757da46d9b758ba6f1c5f85356d0c6428a019de3665685feec960ebdca842372e736d9519e18ec662926fee6632c8b881a347c11517b66d5650e72 +DIST gprof2dot-2017.9.19.tar.gz 23558 SHA256 cebc7aa2782fd813ead415ea1fae3409524343485eadc7fb60ef5bd1e810309e SHA512 652b38c6cbee47795d866a539e69ff4b2e67e221c8c082c6ecf480a15c24fe6d77e80b7daa5d24e76d27a4ff90836f80e716cb4d51d48d41aea5f661e3ac3598 WHIRLPOOL 962feea0b5a070419032f8ef66d1b65a5a6fcd9e3e9e642a7e8d0a2953d40c4e1821814bbe701160e1d4f74528813150fe9efa32bae19379921fd71827293370 diff --git a/dev-util/gprof2dot/gprof2dot-2017.09.19.ebuild b/dev-util/gprof2dot/gprof2dot-2017.09.19.ebuild new file mode 100644 index 000000000000..b113da87a395 --- /dev/null +++ b/dev-util/gprof2dot/gprof2dot-2017.09.19.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_REQ_USE='xml' + +inherit distutils-r1 + +MY_PV=${PV//.0/.} +MY_P=${PN}-${MY_PV} +DESCRIPTION="Converts profiling output to dot graphs" +HOMEPAGE="https://github.com/jrfonseca/gprof2dot" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${MY_P} -- cgit v1.2.3-65-gdbad