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 BA16213835D for ; Sun, 6 Sep 2020 16:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C11BE09DA; Sun, 6 Sep 2020 16:46:21 +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 DFE10E09DA for ; Sun, 6 Sep 2020 16:46:20 +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 3CC9333C1EB for ; Sun, 6 Sep 2020 16:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5A2347 for ; Sun, 6 Sep 2020 16:46:17 +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: <1599410736.89f85d04cb59c58b139bb7ffcb0dafb6e746f67c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreenlocker/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kscreenlocker/files/kscreenlocker-5.19.5-ck-unlock.patch X-VCS-Directories: kde-plasma/kscreenlocker/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 89f85d04cb59c58b139bb7ffcb0dafb6e746f67c X-VCS-Branch: master Date: Sun, 6 Sep 2020 16:46:17 +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: c8e112d4-ade3-46a1-a93a-af39c0486c39 X-Archives-Hash: 93c9963b98ad63f9c462bf8e163e9f60 commit: 89f85d04cb59c58b139bb7ffcb0dafb6e746f67c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Sep 5 17:06:26 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 6 16:45:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f85d04 kde-plasma/kscreenlocker: remove unused patch Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17430 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/kscreenlocker-5.19.5-ck-unlock.patch | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-5.19.5-ck-unlock.patch b/kde-plasma/kscreenlocker/files/kscreenlocker-5.19.5-ck-unlock.patch deleted file mode 100644 index bb15eba72b8..00000000000 --- a/kde-plasma/kscreenlocker/files/kscreenlocker-5.19.5-ck-unlock.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 1bac5f6e50bc3255ab0e4c9183e7456f53acfdd5 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -Date: Sat, 1 Aug 2020 20:05:17 +0200 -Subject: [PATCH] Provide ConsoleKit switch irrespective of HAVE_LOGINCTL - ---- - CMakeLists.txt | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 60d3ee1..aaebc82 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -92,7 +92,6 @@ set_package_properties(loginctl PROPERTIES - ) - set(HAVE_LOGINCTL ${loginctl_FOUND}) - --if ( NOT HAVE_LOGINCTL ) - find_package(ConsoleKit) - set_package_properties(ConsoleKit PROPERTIES - URL "https://github.com/ConsoleKit2/ConsoleKit2" -@@ -100,7 +99,6 @@ if ( NOT HAVE_LOGINCTL ) - TYPE RECOMMENDED - ) - set(HAVE_CONSOLEKIT ${ConsoleKit_FOUND}) --endif () - - if (HAVE_LOGINCTL OR HAVE_CONSOLEKIT) - set(HAVE_UNLOCK_CAPABILITY TRUE) --- -2.28.0 -