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 67076138334 for ; Sun, 24 Nov 2019 10:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D18E07D8; Sun, 24 Nov 2019 10:03:00 +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 6AB6FE07D8 for ; Sun, 24 Nov 2019 10:03:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2670934D2AF for ; Sun, 24 Nov 2019 10:02:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 837318B8 for ; Sun, 24 Nov 2019 10:02:56 +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: <1574589619.26ebcbf7086a95feeb656245e9f328d10d63cd3b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/systemd-kcm/, kde-misc/systemd-kcm/files/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/systemd-kcm/Manifest kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch kde-misc/systemd-kcm/metadata.xml kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild profiles/package.mask X-VCS-Directories: kde-misc/systemd-kcm/files/ kde-misc/systemd-kcm/ profiles/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26ebcbf7086a95feeb656245e9f328d10d63cd3b X-VCS-Branch: master Date: Sun, 24 Nov 2019 10:02:56 +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: 43c12ab9-d70b-4a2d-88dc-a59b53fa5dd7 X-Archives-Hash: 423f61b9cc065ad89ab974bc2c0ec765 commit: 26ebcbf7086a95feeb656245e9f328d10d63cd3b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 24 10:00:19 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 24 10:00:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ebcbf7 kde-misc/systemd-kcm: Drop last-rited package Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/systemd-kcm/Manifest | 1 - .../files/systemd-kcm-1.2.1-qt-5.11b3.patch | 36 ---------------------- kde-misc/systemd-kcm/metadata.xml | 18 ----------- kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild | 35 --------------------- profiles/package.mask | 5 --- 5 files changed, 95 deletions(-) diff --git a/kde-misc/systemd-kcm/Manifest b/kde-misc/systemd-kcm/Manifest deleted file mode 100644 index c7ae3e75c14..00000000000 --- a/kde-misc/systemd-kcm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST systemd-kcm-1.2.1.tar.xz 86268 BLAKE2B ca9c1682d3dc352b4165fa6e08c5ddc249fa7ae47da3e16e3f8de02f6e2e3020252125464c856d48b1cda3e42f61892d3113a89397cac05ef66658595e74ebcb SHA512 e3dcf6db6513b88b37e724b3a472939fbb155642a605527ca669e71c5a0b8616c4c6add1796037c94170af788bce519415c698f22f010f1133c0e14452245e76 diff --git a/kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch b/kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch deleted file mode 100644 index 5a4140c6bdb..00000000000 --- a/kde-misc/systemd-kcm/files/systemd-kcm-1.2.1-qt-5.11b3.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 67246a4a2c52343d2805b597e48a1713b5b9918c Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Sun, 17 Jun 2018 22:05:02 +0200 -Subject: [PATCH] Fix build with Qt 5.11.0_beta3 (no more qt5_use_modules) - -Reviewers: rthomsen, svuorela - -Reviewed By: svuorela - -Differential Revision: https://phabricator.kde.org/D13545 ---- - src/CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index ca373fd..d01670a 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -27,6 +27,8 @@ ki18n_wrap_ui(kcmsystemd_SRCS ../ui/kcmsystemd.ui) - - add_library(kcm_systemd MODULE ${kcmsystemd_SRCS}) - target_link_libraries(kcm_systemd -+ Qt5::Widgets -+ Qt5::DBus - KF5::Auth - KF5::ConfigWidgets - KF5::CoreAddons -@@ -37,5 +39,3 @@ target_link_libraries(kcm_systemd - ${Boost_LIBRARIES} - ${JOURNALD_LIBRARIES}) - install(TARGETS kcm_systemd DESTINATION ${CMAKE_INSTALL_PLUGINDIR}) -- --qt5_use_modules(kcm_systemd Widgets DBus) --- -2.17.1 - diff --git a/kde-misc/systemd-kcm/metadata.xml b/kde-misc/systemd-kcm/metadata.xml deleted file mode 100644 index df9f8c33079..00000000000 --- a/kde-misc/systemd-kcm/metadata.xml +++ /dev/null @@ -1,18 +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 - - rthomsen/kcmsystemd - - diff --git a/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild b/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild deleted file mode 100644 index 7fbb9af43b7..00000000000 --- a/kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild +++ /dev/null @@ -1,35 +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://projects.kde.org/projects/playground/sysadmin/systemd-kcm" -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - -IUSE="" -LICENSE="GPL-2+" -KEYWORDS="amd64 ~x86" - -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} - !kde-misc/kcmsystemd:4 - !kde-misc/systemd-kcm:4 -" - -PATCHES=( "${FILESDIR}/${P}-qt-5.11b3.patch" ) diff --git a/profiles/package.mask b/profiles/package.mask index 624c8539d5e..6a55242cc53 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -305,11 +305,6 @@ dev-ruby/activemodel:5.1 dev-ruby/activesupport:5.1 dev-ruby/arel:8.0 -# Andreas Sturmlechner (2019-10-24) -# Collides with kde-apps/systemsettings, unmaintained upstream. -# Use app-admin/systemdgenie instead. Removal in 30 days. Bug #698448 -kde-misc/systemd-kcm - # Matt Turner (2019-10-21) # Replaced by introspection bindings. Bug #628938 # Removal in 30 days