aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-27 14:23:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-28 14:56:15 +0100
commit117120696dd3d3622d46d8dd1af253a0e4131c49 (patch)
tree228d9c5b7e966f3e707bdca306a868ca48d50a2a /kde-plasma
parentkde-plasma/plasma-sdk: drop 6.0.0 (diff)
downloadkde-117120696dd3d3622d46d8dd1af253a0e4131c49.tar.gz
kde-117120696dd3d3622d46d8dd1af253a0e4131c49.tar.bz2
kde-117120696dd3d3622d46d8dd1af253a0e4131c49.zip
kde-plasma/plasma-systemmonitor: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-systemmonitor/Manifest1
-rw-r--r--kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
deleted file mode 100644
index d9da164e2f..0000000000
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-systemmonitor-6.0.0.tar.xz 180232 BLAKE2B a23f003a2be9f53a249a2bf14d9a632ba48654d61ac6272363b2e883224e89aa6017457ab214a9bb509ec174ce22e7ab6bcfe6edc39635fa757f3129cfce5f74 SHA512 aa31b922115f77751ebd25839f4ab476c570888ed8b8fc76ecad603c804bd222302bda80d486ac4442f92d767cdb81a49129b9abdc0f9e15c14737312b230fcf
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.0.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.0.ebuild
deleted file mode 100644
index 6b88e5f091..0000000000
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Monitor system sensors, process information and other system resources"
-HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/"
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-libs/kirigami-addons:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kglobalaccel-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/knewstuff-${KFMIN}:6
- >=kde-frameworks/kpackage-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/kquickcharts-${KFMIN}:6
- >=kde-plasma/ksystemstats-${PVCUT}:6
-"