summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"