diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 16:22:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 16:46:38 +0100 |
commit | bb9a5e465a2fb209d998083780ea0a67cf4ee71a (patch) | |
tree | d1afc4865182a7e5bd2b29f1fde6a4ef6535aaef /kde-plasma/plasma-systemmonitor | |
parent | kde-plasma/plasma-sdk: drop 6.0.0 (diff) | |
download | gentoo-bb9a5e465a2fb209d998083780ea0a67cf4ee71a.tar.gz gentoo-bb9a5e465a2fb209d998083780ea0a67cf4ee71a.tar.bz2 gentoo-bb9a5e465a2fb209d998083780ea0a67cf4ee71a.zip |
kde-plasma/plasma-systemmonitor: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-systemmonitor')
-rw-r--r-- | kde-plasma/plasma-systemmonitor/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index eec0257d52ec..aab818002c1f 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1,3 +1,2 @@ DIST plasma-systemmonitor-5.27.10.tar.xz 173356 BLAKE2B 18ace842057cae54c1e6814e7f10cd37e19c40a2a411f55a3ed40d2b7510fbf7548066abb4b6f810e32a8996d606c79341601c1cfa090076d73326ca9dd3eff5 SHA512 0a650e9c12e3c8ee07981e4a1f491290cc46f2926c6ff504cc98ddd32ad99d9849af1835f800b523ad50fa9c2cb4548dbab1db5722420146461edf75875dc977 -DIST plasma-systemmonitor-6.0.0.tar.xz 180232 BLAKE2B a23f003a2be9f53a249a2bf14d9a632ba48654d61ac6272363b2e883224e89aa6017457ab214a9bb509ec174ce22e7ab6bcfe6edc39635fa757f3129cfce5f74 SHA512 aa31b922115f77751ebd25839f4ab476c570888ed8b8fc76ecad603c804bd222302bda80d486ac4442f92d767cdb81a49129b9abdc0f9e15c14737312b230fcf DIST plasma-systemmonitor-6.0.1.tar.xz 180696 BLAKE2B a5e42295e8dfa3685ab58865cfc893adba7219eaa793c96454ad56cc2cc683506cc2dc8922aa8da2c57b9e8788f2caa4c65c5c67d57ad42176cc625a733f255f SHA512 2ca77b4006d285a74f57aa28abf1b17740b94eb87859e301b0c2f3418a415267cfd2fa3c38c840ebced7f8ff619db1d919ac58c7702d83998731a876b45a9af1 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 6b88e5f0912d..000000000000 --- 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 -" |