diff options
author | 2022-11-28 23:45:54 +0100 | |
---|---|---|
committer | 2022-11-29 01:42:34 +0100 | |
commit | 95bccef3269a90a214d5362c00eea1a6715db0bb (patch) | |
tree | 4ce936834ec631f8933422b0a2afef4cb3cdc904 /dev-util/gprof2dot | |
parent | dev-util/cpptest: MissingRemoteId (diff) | |
download | gentoo-95bccef3269a90a214d5362c00eea1a6715db0bb.tar.gz gentoo-95bccef3269a90a214d5362c00eea1a6715db0bb.tar.bz2 gentoo-95bccef3269a90a214d5362c00eea1a6715db0bb.zip |
dev-util/gprof2dot: Drop old
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r-- | dev-util/gprof2dot/Manifest | 2 | ||||
-rw-r--r-- | dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild | 23 | ||||
-rw-r--r-- | dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild | 23 |
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-util/gprof2dot/Manifest b/dev-util/gprof2dot/Manifest index 2f9d95d28400..35a5f04dc0ee 100644 --- a/dev-util/gprof2dot/Manifest +++ b/dev-util/gprof2dot/Manifest @@ -1,3 +1 @@ -DIST gprof2dot-2019.11.30.tar.gz 31388 BLAKE2B 1781f59e5daa8315d3fd9defb6e28290272c4ddca01312e9af4acac494f3c7b29a437e3411b0bbb218f2eedbb2acf83d4dfa9c1d47f20b2eedc0fd607f1e4a02 SHA512 06fa8feed23e21d7827bbac19c887f65b9ca6a0cfd5b54c4da373ca33ecf0f11835b961dd1c2237ac2bf9764a8122d3ed9c7f9981c127a14ae74a733fc1275b1 -DIST gprof2dot-2021.2.21.tar.gz 31709 BLAKE2B 49cba606603e3951adad3c1d8f7741750ef958d5df02df5d8a1aeff2ff7407d2fd9eab9628d58244aa20799bf04c9d0e8bafb380d96de1d6b20a3aa54ad3c211 SHA512 e95a5a00d2cfbf31e260e29c22e85aec03d8aea32ed9b05613dd0a33f296df61745a78d1f7311b514a7798f0774e96ad829cf3495ab0c1bdbed61a9bf31975fe DIST gprof2dot-2022.7.29.tar.gz 33948 BLAKE2B cc96bcf0cbce2159f6a03bb1b7d3b2e89212a2acdb948fbeb947b8664ed34123102792476d16d11b7b2bdb269aef9ce54a7224a355c5390fe6010e82bc2df189 SHA512 347e24c11f4ca3b5d6b50dfebb158f046e64aa302549b82949c5e089d081c741c9936272d45d378f3828d3d824ed632a98444e6aa3dc1a3b9b86abc27738bcb8 diff --git a/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild b/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild deleted file mode 100644 index c06fb1a428eb..000000000000 --- a/dev-util/gprof2dot/gprof2dot-2019.11.30.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -PYTHON_REQ_USE='xml(+)' -DISTUTILS_USE_SETUPTOOLS=rdepend - -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-2021.02.21-r1.ebuild b/dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild deleted file mode 100644 index 4be4d1a4eb84..000000000000 --- a/dev-util/gprof2dot/gprof2dot-2021.02.21-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..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-2021.02.21.ebuild b/dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild deleted file mode 100644 index c06fb1a428eb..000000000000 --- a/dev-util/gprof2dot/gprof2dot-2021.02.21.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -PYTHON_REQ_USE='xml(+)' -DISTUTILS_USE_SETUPTOOLS=rdepend - -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} |