summaryrefslogtreecommitdiff
path: root/dev-util/hotspot/hotspot-1.5.1.ebuild
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-06-15 00:14:25 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-06-15 00:14:25 +0100
commiteb55ac5f852ba9a23e72fc32a7b2f68808c01294 (patch)
tree1aa854a84a0296fce8688122fad292a2ebfa065b /dev-util/hotspot/hotspot-1.5.1.ebuild
parentFix hotspot bump build, missed the deps (diff)
downloadkdab-eb55ac5f852ba9a23e72fc32a7b2f68808c01294.tar.bz2
kdab-eb55ac5f852ba9a23e72fc32a7b2f68808c01294.tar.xz
kdab-eb55ac5f852ba9a23e72fc32a7b2f68808c01294.zip
Update deps for KDE5 specifically, drop old
Diffstat (limited to 'dev-util/hotspot/hotspot-1.5.1.ebuild')
-rw-r--r--dev-util/hotspot/hotspot-1.5.1.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/dev-util/hotspot/hotspot-1.5.1.ebuild b/dev-util/hotspot/hotspot-1.5.1.ebuild
deleted file mode 100644
index aa16faf..0000000
--- a/dev-util/hotspot/hotspot-1.5.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake
-
-RESTRICT="mirror"
-
-DESCRIPTION="Hotspot - the Linux perf GUI for performance analysis"
-HOMEPAGE="https://github.com/KDAB/hotspot"
-vperfparser="851ebf0a033e73854c934d150a120f013bae2a66"
-vprefixticklabels="6e86393f546429113e4ee78f7702eb820b21a0d2"
-SRC_URI="https://github.com/KDAB/${PN}/archive/refs/tags/v${PV}.tar.gz
- https://github.com/KDAB/perfparser/archive/${vperfparser}.tar.gz
- https://github.com/koenpoppe/PrefixTickLabels/archive/${vprefixticklabels}.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-REQUIRE_USE=""
-
-RDEPEND="
- >=dev-qt/qtcore-5.15.0
- >=dev-qt/qtwidgets-5.15.0
- >=dev-qt/qtnetwork-5.15.0
- >=dev-qt/qttest-5.15.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
- kde-frameworks/KDDockWidgets
- dev-util/perf
- dev-libs/qcustomplot
- media-gfx/kgraphviewer
- "
-
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- default
- rmdir ${S}/3rdparty/perfparser ${S}/3rdparty/PrefixTickLabels
- ln -sf ${WORKDIR}/perfparser-${vperfparser} ${S}/3rdparty/perfparser
- ln -sf ${WORKDIR}/PrefixTickLabels-${vprefixticklabels} ${S}/3rdparty/PrefixTickLabels
-}