commit: fd73912f18a8be67ee1f107d17bac76ca7ce062d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 25 20:35:17 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 20:35:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd73912f
kde-misc/systemd-kcm: Drop package No more development. See also: https://mail.kde.org/pipermail/distributions/2019-September/000335.html Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/systemd-kcm/metadata.xml | 17 ---------------- kde-misc/systemd-kcm/systemd-kcm-9999.ebuild | 29 ---------------------------- 2 files changed, 46 deletions(-) diff --git a/kde-misc/systemd-kcm/metadata.xml b/kde-misc/systemd-kcm/metadata.xml deleted file mode 100644 index 526fa37714..0000000000 --- a/kde-misc/systemd-kcm/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo KDE Project</name> - </maintainer> - <longdescription lang="en"> -KDE control module for systemd. Provides a graphical frontend for the systemd daemon, which allows to view and control systemd units, as well as modifying configuration files. Integrates in the KDE System Settings dialogue. - </longdescription> - <upstream> - <maintainer status="active"> - <email>[email protected]</email> - <name>Ragnar Thomsen</name> - </maintainer> - </upstream> -</pkgmetadata> diff --git a/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild b/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild deleted file mode 100644 index 793378213b..0000000000 --- a/kde-misc/systemd-kcm/systemd-kcm-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Plasma control module for systemd" -HOMEPAGE="https://cgit.kde.org/systemd-kcm.git" - -IUSE="" -LICENSE="GPL-2+" -KEYWORDS="" - -BDEPEND="sys-devel/gettext" -DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - sys-apps/systemd -" -RDEPEND="${DEPEND}"
