From 985fad2164ed04c21fd126b6805620ea9a465c53 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 29 May 2024 17:59:34 +0100 Subject: Bump hotspot bugfix to 1.5.1 --- dev-util/hotspot/hotspot-1.5.0.ebuild | 45 ----------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 dev-util/hotspot/hotspot-1.5.0.ebuild (limited to 'dev-util/hotspot/hotspot-1.5.0.ebuild') diff --git a/dev-util/hotspot/hotspot-1.5.0.ebuild b/dev-util/hotspot/hotspot-1.5.0.ebuild deleted file mode 100644 index d114a98..0000000 --- a/dev-util/hotspot/hotspot-1.5.0.ebuild +++ /dev/null @@ -1,45 +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" -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.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}" - -S="${WORKDIR}/${PN}-v${PV}" -- cgit v1.2.3