summaryrefslogtreecommitdiff
path: root/dev-util/hotspot/hotspot-1.1.0.ebuild
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2022-10-04 10:46:16 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2022-10-04 10:46:16 +0100
commit631a2160d3253115362a966fab82b045a2ae4226 (patch)
tree59d352de1a0164e9fdb6e1a0c014cf203731c9b6 /dev-util/hotspot/hotspot-1.1.0.ebuild
parentadd hotspot 1.3.0 (diff)
downloadkdab-631a2160d3253115362a966fab82b045a2ae4226.tar.bz2
kdab-631a2160d3253115362a966fab82b045a2ae4226.tar.xz
kdab-631a2160d3253115362a966fab82b045a2ae4226.zip
Remove old unsupported EAPI ebuilds
Diffstat (limited to 'dev-util/hotspot/hotspot-1.1.0.ebuild')
-rw-r--r--dev-util/hotspot/hotspot-1.1.0.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/dev-util/hotspot/hotspot-1.1.0.ebuild b/dev-util/hotspot/hotspot-1.1.0.ebuild
deleted file mode 100644
index 3c53420..0000000
--- a/dev-util/hotspot/hotspot-1.1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils
-
-RESTRICT="mirror"
-
-DESCRIPTION="Hotspot - the Linux perf GUI for performance analysis"
-HOMEPAGE="https://github.com/KDAB/hotspot"
-SRC_URI="https://github.com/KDAB/hotspot/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-REQUIRE_USE=""
-
-RDEPEND="
- >=dev-qt/qtcore-5.6.0
- >=dev-qt/qtwidgets-5.6.0
- >=dev-qt/qtnetwork-5.6.0
- >=dev-qt/qttest-5.6.0
- virtual/libelf
- sys-devel/gettext
- kde-frameworks/extra-cmake-modules
- kde-frameworks/threadweaver
- kde-frameworks/ki18n
- kde-frameworks/kconfigwidgets
- kde-frameworks/kcoreaddons
- kde-frameworks/kitemviews
- kde-frameworks/kitemmodels
- kde-frameworks/kio
- kde-frameworks/solid
- kde-frameworks/kwindowsystem
- dev-util/perf
- "
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_configure() {
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-}