diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-30 15:20:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-30 15:32:18 +0100 |
commit | c85ae8cacb3f7ca1dc4c1437706b9911db7e5666 (patch) | |
tree | d58bb27056e9b1e9bf731c798b3863786e4b0c69 /kde-plasma/plasma-systemmonitor | |
parent | kde-plasma/plasma-sdk: drop 5.23.3* (diff) | |
download | gentoo-c85ae8cacb3f7ca1dc4c1437706b9911db7e5666.tar.gz gentoo-c85ae8cacb3f7ca1dc4c1437706b9911db7e5666.tar.bz2 gentoo-c85ae8cacb3f7ca1dc4c1437706b9911db7e5666.zip |
kde-plasma/plasma-systemmonitor: drop 5.23.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-5.23.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 f0f6d369bbe9..4c99a3e99b43 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1,3 +1,2 @@ DIST plasma-systemmonitor-5.22.5.tar.xz 134624 BLAKE2B 728ce4b89405445cbe385da504fb026d0c310eb06d41a3c4ab5557b8d66d1ed000ba30334363e5a9975e7515595e1cd3dac493a01f1f1bb235df4b9cb3f6ba38 SHA512 4116be820038318022efe6d7460d7deef2983940dac7ab1949aa0c8d18473b15d9de41f21241c63342656b5871c1a2291daa3ff0d576849fa27177425419013c -DIST plasma-systemmonitor-5.23.3.tar.xz 144756 BLAKE2B d55ef4800bcac3abd0ba34992466a366a97c2602e068ba8eb867d53926e365ec0529873bd1128857577c7a2666f5f216abf9e6ba8a39d48475837389ba9d7a83 SHA512 93d92ac663c007ae049e192260880370aefa799866113af68bd435160c96bd18908c5e3e8e742435a93dbc898f4541da25194779be99c687ee9c83cbcc41800f DIST plasma-systemmonitor-5.23.4.tar.xz 144844 BLAKE2B fc0deda7053096218e28f734e27052439f3d1ad12e3e64b71848ad8711427c47c0c2126ab39cce75973a08ba6c43cc8e2266a1a662730e95d1244ac317c82d06 SHA512 45d90129628cca6d4b2837fee589b2ef93529983a35d6e0890058f9f106fc3abce3b7e9cf76ee8061ade0306885be308c083513208a55d047a92ee4687fd84e5 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.3.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.3.ebuild deleted file mode 100644 index 6960f0e9446b..000000000000 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-3) -KFMIN=5.86.0 -QTMIN=5.15.2 -inherit ecm 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="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/kglobalaccel-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-plasma/libksysguard-${PVCUT}:5 -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] - >=kde-frameworks/kquickcharts-${KFMIN}:5 - >=kde-plasma/ksystemstats-${PVCUT}:5 -" |