commit: 26ebcbf7086a95feeb656245e9f328d10d63cd3b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 10:00:19 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 <[email protected]> -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 @@ -<?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> - <remote-id type="github">rthomsen/kcmsystemd</remote-id> - </upstream> -</pkgmetadata> 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 <[email protected]> (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 <[email protected]> (2019-10-21) # Replaced by introspection bindings. Bug #628938 # Removal in 30 days
