summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2024-06-08 16:40:20 +0200
committerSebastian Pipping <sping@gentoo.org>2024-06-08 16:41:59 +0200
commit2e78f26f9faea69f7a5903bf20c3e19ad8435694 (patch)
treedea744cb4f02c0d809e7ca0c63b2439e6be99e75 /dev-util
parentdev-ml/dyn: add 3.11.1 (diff)
downloadgentoo-2e78f26f9faea69f7a5903bf20c3e19ad8435694.tar.gz
gentoo-2e78f26f9faea69f7a5903bf20c3e19ad8435694.tar.bz2
gentoo-2e78f26f9faea69f7a5903bf20c3e19ad8435694.zip
dev-util/gprof2dot: 2024.6.6
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/gprof2dot/Manifest1
-rw-r--r--dev-util/gprof2dot/gprof2dot-2024.6.6.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/gprof2dot/Manifest b/dev-util/gprof2dot/Manifest
index 341df2c82c9a..04d3d5911dc8 100644
--- a/dev-util/gprof2dot/Manifest
+++ b/dev-util/gprof2dot/Manifest
@@ -1,2 +1,3 @@
DIST gprof2dot-2022.7.29.tar.gz 33948 BLAKE2B cc96bcf0cbce2159f6a03bb1b7d3b2e89212a2acdb948fbeb947b8664ed34123102792476d16d11b7b2bdb269aef9ce54a7224a355c5390fe6010e82bc2df189 SHA512 347e24c11f4ca3b5d6b50dfebb158f046e64aa302549b82949c5e089d081c741c9936272d45d378f3828d3d824ed632a98444e6aa3dc1a3b9b86abc27738bcb8
DIST gprof2dot-2024.6.5.tar.gz 36539 BLAKE2B ed1d2b9417004b30e6c345302e5d081386b593c5bdd606342854a627bbd1910d48dc9bd0263683f13b0df31b4beb0acb6de06760bc2ec97a32e27dc0bb99dd3a SHA512 b81f01ad1c31862894831881142ffc38f598feb201cced53adf11c485885e0f25843bdf86ac106a814dd537932293eba2163eb55efc2361ebf70e4561032ea3c
+DIST gprof2dot-2024.6.6.tar.gz 36536 BLAKE2B 89e46b519f3b8a8ee4cf9e3490ee75dc2577db93da31ad23aa34e5af6fd1a1d186841dc7a9dd90a9291f454bc308f3a3e9875dc06d960a86d161346b5cc1cc8d SHA512 4943e7827461453a573a2d2f4b465acbf9f444de3dd2dad7dcc1addde607735c3ee2d162fbd9f6c46ece343befa8d7a35b502d18f499cdc06c3655bafaa1d80f
diff --git a/dev-util/gprof2dot/gprof2dot-2024.6.6.ebuild b/dev-util/gprof2dot/gprof2dot-2024.6.6.ebuild
new file mode 100644
index 000000000000..7c934ff49e65
--- /dev/null
+++ b/dev-util/gprof2dot/gprof2dot-2024.6.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_REQ_USE='xml(+)'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Converts profiling output to dot graphs"
+HOMEPAGE="
+ https://github.com/jrfonseca/gprof2dot/
+ https://pypi.org/project/gprof2dot/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"