From c65e13169ceb4359075007cada9f22578d1d41bb Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 7 Nov 2020 22:09:31 +0100 Subject: app-misc/plasma-systemmonitor: pkgmove to kde-plasma/plasma-systemmonitor See also: https://mail.kde.org/pipermail/kde-announce-apps/2020-November/005620.html Signed-off-by: Andreas Sturmlechner --- app-misc/plasma-systemmonitor/metadata.xml | 8 ---- .../plasma-systemmonitor-9999.ebuild | 40 -------------------- kde-plasma/plasma-systemmonitor/metadata.xml | 8 ++++ .../plasma-systemmonitor-9999.ebuild | 43 ++++++++++++++++++++++ profiles/categories | 1 - profiles/updates/4Q-2020 | 1 + 6 files changed, 52 insertions(+), 49 deletions(-) delete mode 100644 app-misc/plasma-systemmonitor/metadata.xml delete mode 100644 app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild create mode 100644 kde-plasma/plasma-systemmonitor/metadata.xml create mode 100644 kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild create mode 100644 profiles/updates/4Q-2020 diff --git a/app-misc/plasma-systemmonitor/metadata.xml b/app-misc/plasma-systemmonitor/metadata.xml deleted file mode 100644 index 2fdbf33d963..00000000000 --- a/app-misc/plasma-systemmonitor/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - diff --git a/app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild b/app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild deleted file mode 100644 index bf7c61416b1..00000000000 --- a/app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_ORG_CATEGORY=plasma -KFMIN=5.74.0 -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="New version of KSysGuard built on top of the new KStats daemon and using QML" -HOMEPAGE="https://invent.kde.org/plasma/plasma-systemmonitor" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="5" -KEYWORDS="" -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/knewstuff-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - kde-plasma/libksysguard:5 -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] - >=kde-frameworks/kquickcharts-${KFMIN}:5 -" diff --git a/kde-plasma/plasma-systemmonitor/metadata.xml b/kde-plasma/plasma-systemmonitor/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild new file mode 100644 index 00000000000..1a522697749 --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.74.0 +QTMIN=5.15.1 +inherit ecm kde.org + +DESCRIPTION="New version of KSysGuard built on top of the new KStats daemon and using QML" +HOMEPAGE="https://invent.kde.org/plasma/plasma-systemmonitor" + +if [[ ${KDE_BUILD_TYPE} == release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="5" +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/knewstuff-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + kde-plasma/libksysguard:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + >=kde-frameworks/kquickcharts-${KFMIN}:5 +" diff --git a/profiles/categories b/profiles/categories index 15a86c8ab3d..7a35c463614 100644 --- a/profiles/categories +++ b/profiles/categories @@ -4,7 +4,6 @@ app-backup app-cdr app-editors app-i18n -app-misc app-office app-text dev-db diff --git a/profiles/updates/4Q-2020 b/profiles/updates/4Q-2020 new file mode 100644 index 00000000000..f760c8dd311 --- /dev/null +++ b/profiles/updates/4Q-2020 @@ -0,0 +1 @@ +move app-misc/plasma-systemmonitor kde-plasma/plasma-systemmonitor -- cgit v1.2.3