summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-16 15:12:03 +0100
committerSam James <sam@gentoo.org>2021-06-16 15:12:03 +0100
commit484211406be474676921f84d62ac7805d9889a60 (patch)
tree165e50b1c20b02493f9b5d98c258ea51ba6410ee /kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild
parentkde-plasma/plasma-sdk: drop 5.22.0* (diff)
downloadgentoo-484211406be474676921f84d62ac7805d9889a60.tar.gz
gentoo-484211406be474676921f84d62ac7805d9889a60.tar.bz2
gentoo-484211406be474676921f84d62ac7805d9889a60.zip
kde-plasma/plasma-systemmonitor: drop 5.22.0*
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild')
-rw-r--r--kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild
deleted file mode 100644
index 58e0044c8293..000000000000
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.82.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 ~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
-"