summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-27 21:17:30 +0200
committerMichał Górny <mgorny@gentoo.org>2023-03-27 21:21:00 +0200
commit8c4a3e3d0c75880b44efa4aed9fa9ba966661d36 (patch)
treef777fa7ad0da25d6ae2e4687fb10ce992c8b3f5d /dev-util/gprof2dot
parentdev-python/simplegeneric: Use pypi.eclass (diff)
downloadgentoo-8c4a3e3d0c75880b44efa4aed9fa9ba966661d36.tar.gz
gentoo-8c4a3e3d0c75880b44efa4aed9fa9ba966661d36.tar.bz2
gentoo-8c4a3e3d0c75880b44efa4aed9fa9ba966661d36.zip
dev-util/gprof2dot: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r--dev-util/gprof2dot/gprof2dot-2022.07.29.ebuild22
1 files changed, 0 insertions, 22 deletions
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}