From 639971d0c3ee4eef36854ab7d9729b6e8c3ac1cb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 Nov 2023 04:19:48 +0000 Subject: gentoo auto-resync : 07:11:2023 - 04:19:48 --- dev-util/gprof2dot/Manifest | 1 + dev-util/gprof2dot/gprof2dot-2022.7.29-r1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 dev-util/gprof2dot/gprof2dot-2022.7.29-r1.ebuild (limited to 'dev-util/gprof2dot') diff --git a/dev-util/gprof2dot/Manifest b/dev-util/gprof2dot/Manifest index 510c509909d6..57242088ed37 100644 --- a/dev-util/gprof2dot/Manifest +++ b/dev-util/gprof2dot/Manifest @@ -1,3 +1,4 @@ DIST gprof2dot-2022.7.29.tar.gz 33948 BLAKE2B cc96bcf0cbce2159f6a03bb1b7d3b2e89212a2acdb948fbeb947b8664ed34123102792476d16d11b7b2bdb269aef9ce54a7224a355c5390fe6010e82bc2df189 SHA512 347e24c11f4ca3b5d6b50dfebb158f046e64aa302549b82949c5e089d081c741c9936272d45d378f3828d3d824ed632a98444e6aa3dc1a3b9b86abc27738bcb8 +EBUILD gprof2dot-2022.7.29-r1.ebuild 427 BLAKE2B fa7e23623beaed11bf1868493afd40e1e0f4839452667bacd1c2f4a6ca66fd5f084c5c76e38b3b0609d52720115aa3749f65b4edc5e49f42910c4bf976b60822 SHA512 9f35ba5b1366bf8d09149e7f55811034162b28b9c391d0ecf9758f7db53e507bf7ac0eaa8ff0000a960233b23b6b0d3e4e46a6ff37da871db882ffbafd219204 EBUILD gprof2dot-2022.7.29.ebuild 427 BLAKE2B e0dbdd4f535ff6c8dfd8f84d9a6cf88f7785dd91702414a810f17e2eb9834ab61e3bc6e1af2763c658ec6753ac1ae8977ff4271a7f37f02b3b1a310d8cede8a2 SHA512 1e141fe7b1cbdf6fcdb8f4aeefb3a5a8ff6dd7fd7dd4b1de35eb8df26a8bfb76272a02a4336e9480fdeac5be56c8ea54efc08a8daf915b92e0bf94c93edf8c7b MISC metadata.xml 381 BLAKE2B 2931140d66e423ae23ad825406f02e390a90ca75ad8660aff8b76349074cf7c877754c72ec0295bbba625ffc1fe33b218f288ed49b1df823b4f7264741121122 SHA512 a2c8a71badb61131a7a75c827176801310da9f242407a347d7715bbe570cbc0baea93481f7a0074b8fa3f0a2c236bbd892ed7832a506f5312c28bc77a176e0cf diff --git a/dev-util/gprof2dot/gprof2dot-2022.7.29-r1.ebuild b/dev-util/gprof2dot/gprof2dot-2022.7.29-r1.ebuild new file mode 100644 index 000000000000..e69adb8c3475 --- /dev/null +++ b/dev-util/gprof2dot/gprof2dot-2022.7.29-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 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" -- cgit v1.2.3