From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0CAE138334 for ; Wed, 25 Sep 2019 20:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DE3DE08BE; Wed, 25 Sep 2019 20:37:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 125BAE08BE for ; Wed, 25 Sep 2019 20:37:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02C4334B57F for ; Wed, 25 Sep 2019 20:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D656E8 for ; Wed, 25 Sep 2019 20:37:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1569443717.fd73912f18a8be67ee1f107d17bac76ca7ce062d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/systemd-kcm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/systemd-kcm/metadata.xml kde-misc/systemd-kcm/systemd-kcm-9999.ebuild X-VCS-Directories: kde-misc/systemd-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fd73912f18a8be67ee1f107d17bac76ca7ce062d X-VCS-Branch: master Date: Wed, 25 Sep 2019 20:37:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e09a2878-0110-414d-bcc4-859a1febeb05 X-Archives-Hash: 04763f11a509dbf0aecb0b925ba84d3f commit: fd73912f18a8be67ee1f107d17bac76ca7ce062d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 25 20:35:17 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - -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. - - - - rthomsen6@gmail.com - Ragnar Thomsen - - - 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}"