summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-25 22:35:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-25 22:35:17 +0200
commitfd73912f18a8be67ee1f107d17bac76ca7ce062d (patch)
tree6b3fa806a9014dca233048aade97f324f9b90f46
parent85e350ff061b66123021a491a5b298eb7134a240 (diff)
downloadkde-fd73912f18a8be67ee1f107d17bac76ca7ce062d.tar.gz
kde-fd73912f18a8be67ee1f107d17bac76ca7ce062d.tar.bz2
kde-fd73912f18a8be67ee1f107d17bac76ca7ce062d.zip
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@gentoo.org>
-rw-r--r--kde-misc/systemd-kcm/metadata.xml17
-rw-r--r--kde-misc/systemd-kcm/systemd-kcm-9999.ebuild29
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-misc/systemd-kcm/metadata.xml b/kde-misc/systemd-kcm/metadata.xml
deleted file mode 100644
index 526fa37714b..00000000000
--- 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>kde@gentoo.org</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>rthomsen6@gmail.com</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 793378213be..00000000000
--- 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}"