diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-09 15:37:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-09 18:15:14 +0100 |
commit | edd5d8305ad2f644ab68ce9191a9c6d30deb0fde (patch) | |
tree | a0c6f308f66dcfcd304a3ff723d9cba8ea0f6b73 /kde-plasma/plasma-systemmonitor | |
parent | kde-plasma/plasma-sdk: drop 5.23.2* (diff) | |
download | gentoo-edd5d8305ad2f644ab68ce9191a9c6d30deb0fde.tar.gz gentoo-edd5d8305ad2f644ab68ce9191a9c6d30deb0fde.tar.bz2 gentoo-edd5d8305ad2f644ab68ce9191a9c6d30deb0fde.zip |
kde-plasma/plasma-systemmonitor: drop 5.23.2*
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.2.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index 0baf9375dea4..064ca932e63c 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.2.tar.xz 144700 BLAKE2B cc4eafd77aef52728156762ece77b74055465e014733035e219400d77243b4a19a38f77ef2ab03a2bfbbedace869e9adb5ee28c85c0cfefe16413c48c8342f71 SHA512 314ead3460cba7f9f1ef72e5b618e9361d270fda7f3e1d79dd1ab4ac2417c3a81e54924e7d54ff660edf969eb4fd929a1f03b437e7d0f7287d9c4ff6f88fdb54 DIST plasma-systemmonitor-5.23.3.tar.xz 144756 BLAKE2B d55ef4800bcac3abd0ba34992466a366a97c2602e068ba8eb867d53926e365ec0529873bd1128857577c7a2666f5f216abf9e6ba8a39d48475837389ba9d7a83 SHA512 93d92ac663c007ae049e192260880370aefa799866113af68bd435160c96bd18908c5e3e8e742435a93dbc898f4541da25194779be99c687ee9c83cbcc41800f diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.2.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.2.ebuild deleted file mode 100644 index 6960f0e9446b..000000000000 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.2.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 -" |