diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-12 15:45:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-12 17:31:37 +0100 |
commit | 59548013feb01ddc506f7f959cde67c7058ed49e (patch) | |
tree | 2183f8230ad76a141d3d8b5198581df979ed62af /kde-plasma/plasma-systemmonitor | |
parent | kde-plasma/plasma-sdk: drop 5.27.10 (diff) | |
download | gentoo-59548013feb01ddc506f7f959cde67c7058ed49e.tar.gz gentoo-59548013feb01ddc506f7f959cde67c7058ed49e.tar.bz2 gentoo-59548013feb01ddc506f7f959cde67c7058ed49e.zip |
kde-plasma/plasma-systemmonitor: drop 5.27.10
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.27.10.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index 0e895d73a384..9a67aed9a9e4 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-5.27.11.tar.xz 173356 BLAKE2B 358a4f021813564c608d12c9483c076c746a201b2072bab3cb48625bc62a9666b4afd10267839a9836b4544b2cc0a2f88f53052a615606fe89db08f4f5100f2b SHA512 bbd7036d2666b39910f5e1d87e336f3531c55bbc35b29510be33619aa1afdfca26f4c437cdc68758c28ef3afe35ec0e618135c6cba68d967abcb0c03e045d06c DIST plasma-systemmonitor-6.0.2.tar.xz 181556 BLAKE2B 4a307c9b77ecb2ea4abf52fcd9c0168fc7a2576183950c091e568fd43857a84e7704b5c418eb6a97cb80f6d7b3c9e5d6b3e5df25e451654e68285ecce1b52a93 SHA512 2a77a37a85356a75b5b63d3997c5228a28f5c00a2380fb86430c18c735e187e16a2839ef53143f9a5e47bd056674ae7ce6443d25e6aa5d0a0f99bc440d8dda82 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.10.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.10.ebuild deleted file mode 100644 index a661ce1a6006..000000000000 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.10.ebuild +++ /dev/null @@ -1,43 +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=5.106.0 -QTMIN=5.15.9 -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="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~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-frameworks/kwindowsystem-${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 -" |