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 4A2EB138359 for ; Tue, 6 Oct 2020 17:58:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B476E09F2; Tue, 6 Oct 2020 17:58:20 +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 5CEC5E09F2 for ; Tue, 6 Oct 2020 17:58: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 16366340D55 for ; Tue, 6 Oct 2020 17:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91282373 for ; Tue, 6 Oct 2020 17:58:17 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1602007074.a2c05157ced8ddb681ac163784c257262735c618.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreenlocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kscreenlocker/kscreenlocker-5.18.5.ebuild kde-plasma/kscreenlocker/metadata.xml X-VCS-Directories: kde-plasma/kscreenlocker/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a2c05157ced8ddb681ac163784c257262735c618 X-VCS-Branch: master Date: Tue, 6 Oct 2020 17:58: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: 53a30250-92ee-40e3-8711-61b203c72931 X-Archives-Hash: 3cd8b265a47d81ebda0f66b25544802b commit: a2c05157ced8ddb681ac163784c257262735c618 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 6 17:57:54 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 6 17:57:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c05157 kde-plasma/kscreenlocker: remove consolekit support Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada gentoo.org> kde-plasma/kscreenlocker/kscreenlocker-5.18.5.ebuild | 5 ++--- kde-plasma/kscreenlocker/metadata.xml | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.18.5.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.18.5.ebuild index 81e224ad8d7..417421f3b1d 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.18.5.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.18.5.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Library and components for secure lock screen architecture" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="consolekit +pam seccomp" +IUSE="+pam seccomp" REQUIRED_USE="seccomp? ( pam )" @@ -47,7 +47,6 @@ RDEPEND=" x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms - consolekit? ( sys-auth/consolekit ) pam? ( sys-libs/pam ) seccomp? ( sys-libs/libseccomp ) " @@ -79,7 +78,7 @@ src_test() { src_configure() { local mycmakeargs=( - $(cmake_use_find_package consolekit loginctl) + -DCMAKE_DISABLE_FIND_PACKAGE_loginctl=ON -DPAM_REQUIRED=$(usex pam) $(cmake_use_find_package pam PAM) $(cmake_use_find_package seccomp Seccomp) diff --git a/kde-plasma/kscreenlocker/metadata.xml b/kde-plasma/kscreenlocker/metadata.xml index 7c59355b622..2fdbf33d963 100644 --- a/kde-plasma/kscreenlocker/metadata.xml +++ b/kde-plasma/kscreenlocker/metadata.xml @@ -5,7 +5,4 @@ kde@gentoo.org Gentoo KDE Project - - Support for killing the screenlocker when sys-auth/consolekit is the session tracker -