summaryrefslogtreecommitdiff
path: root/dev-util/gprof2dot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
commit115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce (patch)
treec31afe35699960753f76770d6b0b4ea48af9f686 /dev-util/gprof2dot
parente292b671b113c2cc012beddad93a3df4f9410698 (diff)
gentoo auto-resync : 28:03:2023 - 09:49:10
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r--dev-util/gprof2dot/Manifest3
-rw-r--r--dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild22
-rw-r--r--dev-util/gprof2dot/gprof2dot-2022.7.29.ebuild (renamed from dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild)13
3 files changed, 6 insertions, 32 deletions
diff --git a/dev-util/gprof2dot/Manifest b/dev-util/gprof2dot/Manifest
index c6628f86b1d1..510c509909d6 100644
--- a/dev-util/gprof2dot/Manifest
+++ b/dev-util/gprof2dot/Manifest
@@ -1,4 +1,3 @@
DIST gprof2dot-2022.7.29.tar.gz 33948 BLAKE2B cc96bcf0cbce2159f6a03bb1b7d3b2e89212a2acdb948fbeb947b8664ed34123102792476d16d11b7b2bdb269aef9ce54a7224a355c5390fe6010e82bc2df189 SHA512 347e24c11f4ca3b5d6b50dfebb158f046e64aa302549b82949c5e089d081c741c9936272d45d378f3828d3d824ed632a98444e6aa3dc1a3b9b86abc27738bcb8
-EBUILD gprof2dot-2022.07.29-r1.ebuild 506 BLAKE2B 32bdd8160d10f76378d3b76b7edff0d4f1ac8476a63da740f231144e6852b812a4c73e5800d297eaabe6316a2cc9c1f6c492325449067159e76255a5af3b190f SHA512 e6583bac829985c5a3e53ba73fcd9ae47f2613718f933413021a4f8470aeb9df01fb135bea4bce47a49ca181d5a6d462d635c4f8fc009a4f4f165d2c089a5a89
-EBUILD gprof2dot-2022.07.29.ebuild 474 BLAKE2B 88bfc07f0bad00fb8fcbf6370e08f86f1a9ea0fdd2a3c7d448ce7036639527df85528a5f0210f13ed8d29accfaecf57557ad159b5ed022bc645bfd4ed9eb1cb8 SHA512 de1011d308d4f15c9dc23d344d9061a788d40ab3df894ade9d652508927fa35a05ad6778564cb4d0c6e9d8c2fcaaba74ab13b026b74bce2ab525f7a78d3a6172
+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.07.29.ebuild b/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
deleted file mode 100644
index 8da0b46bfc54..000000000000
--- a/dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-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=""
-
-S="${WORKDIR}"/${MY_P}
diff --git a/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild b/dev-util/gprof2dot/gprof2dot-2022.7.29.ebuild
index 5585f917b9ba..440eb142dda7 100644
--- a/dev-util/gprof2dot/gprof2dot-2022.07.29-r1.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-2022.7.29.ebuild
@@ -7,17 +7,14 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE='xml(+)'
-inherit distutils-r1
+inherit distutils-r1 pypi
-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"
+HOMEPAGE="
+ https://github.com/jrfonseca/gprof2dot/
+ https://pypi.org/project/gprof2dot/
+"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"/${MY_P}