diff options
author | 2024-08-06 16:20:01 +0200 | |
---|---|---|
committer | 2024-08-06 16:24:22 +0200 | |
commit | d735e57c44f0a957f93ea2c22f69517a4c2e26ca (patch) | |
tree | fb13efc1614e71358041af86de3ac4ea74af6948 /kde-plasma/plasma-systemmonitor | |
parent | kde-plasma/plasma-sdk: drop 6.1.3 (diff) | |
download | gentoo-d735e57c44f0a957f93ea2c22f69517a4c2e26ca.tar.gz gentoo-d735e57c44f0a957f93ea2c22f69517a4c2e26ca.tar.bz2 gentoo-d735e57c44f0a957f93ea2c22f69517a4c2e26ca.zip |
kde-plasma/plasma-systemmonitor: drop 6.1.3
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.1.3.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index 8b0c1d53dee7..76d79a6d54aa 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.1.3.tar.xz 187964 BLAKE2B f8379d5a29d111bd1ac02dfec8261091635eb9e9f9829fed82ad0aa354c2a0492b0ade1eabffe95a1e2f447db6c138a10801b6a6ec07141454df3b3a9a6251c6 SHA512 7758c05e45beaf8a94b34c2328b869289344445c6274e9b97858e83b3f08f66a4305b3f859d4d2414a11b6495162d01e1ece80d34360e2ffebad8db7b0824900 DIST plasma-systemmonitor-6.1.4.tar.xz 187968 BLAKE2B 41b8b45395a9ad214a9e043063fc3f1cb0b1ca80594f95731c6f75ee85fd4f7431ee136aa9a3c5ae28ed8bc3a8ce53bd896970e109b740bcde65fced46e63b58 SHA512 08a8cc720b0b7a0132ff20e89c9f25dd05a61bf381c7074deda3a4ae1a76aa5329dbd5545d3e465eec8a1b033802426108f01e59f8dc17ead10cea2412c48790 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.3.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.3.ebuild deleted file mode 100644 index 433750b28d04..000000000000 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.3.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.3.0 -QTMIN=6.7.1 -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 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-libs/kirigami-addons-1.1.0: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 -" |