summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:52:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:56:04 +0100
commit21a80501c16885a270cdce43855e5b670ea3a3f9 (patch)
tree10436232104bbe54fa3a4ab5041cb72e3b8018eb
parentkde-plasma/plasma-sdk: drop 6.0.2-r1 (diff)
downloadgentoo-21a80501c16885a270cdce43855e5b670ea3a3f9.tar.gz
gentoo-21a80501c16885a270cdce43855e5b670ea3a3f9.tar.bz2
gentoo-21a80501c16885a270cdce43855e5b670ea3a3f9.zip
kde-plasma/plasma-systemmonitor: drop 6.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/plasma-systemmonitor/Manifest1
-rw-r--r--kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
index d2adac2a6700..8f2c5ac09e69 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1,3 +1,2 @@
DIST plasma-systemmonitor-5.27.11.tar.xz 173356 BLAKE2B 358a4f021813564c608d12c9483c076c746a201b2072bab3cb48625bc62a9666b4afd10267839a9836b4544b2cc0a2f88f53052a615606fe89db08f4f5100f2b SHA512 bbd7036d2666b39910f5e1d87e336f3531c55bbc35b29510be33619aa1afdfca26f4c437cdc68758c28ef3afe35ec0e618135c6cba68d967abcb0c03e045d06c
-DIST plasma-systemmonitor-6.0.2.tar.xz 181556 BLAKE2B 4a307c9b77ecb2ea4abf52fcd9c0168fc7a2576183950c091e568fd43857a84e7704b5c418eb6a97cb80f6d7b3c9e5d6b3e5df25e451654e68285ecce1b52a93 SHA512 2a77a37a85356a75b5b63d3997c5228a28f5c00a2380fb86430c18c735e187e16a2839ef53143f9a5e47bd056674ae7ce6443d25e6aa5d0a0f99bc440d8dda82
DIST plasma-systemmonitor-6.0.3.tar.xz 181280 BLAKE2B 9c3156e7091be3683c3e0b739ec2772810e0cd2a09110fd529ab92d72676dbf13439b53ed6c65a22f4b0429bbecbdfe18aad4d66084bc271a81271aa320117c5 SHA512 3e4b7f8178c7c774eae0fe9daff7f1fe346a242af32e245676d36ab4bb46d557d5806d3255beeda8e4c7ba60dd697ec43188fac82903a65cd2ca2de75baa4c48
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.2.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.2.ebuild
deleted file mode 100644
index 6b88e5f0912d..000000000000
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.2.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
-"