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 C83D8138359 for ; Sun, 4 Oct 2020 19:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06924E0829; Sun, 4 Oct 2020 19:46:12 +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 DEA85E0829 for ; Sun, 4 Oct 2020 19:46:11 +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 D42BD335C3F for ; Sun, 4 Oct 2020 19:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4326237C for ; Sun, 4 Oct 2020 19:46:09 +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: <1601840704.6f3d9d11cb5e6fe29f163667c632f1673309270c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/ykpers/metadata.xml sys-auth/ykpers/ykpers-1.19.3-r1.ebuild sys-auth/ykpers/ykpers-1.20.0.ebuild X-VCS-Directories: sys-auth/ykpers/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6f3d9d11cb5e6fe29f163667c632f1673309270c X-VCS-Branch: master Date: Sun, 4 Oct 2020 19:46:09 +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: e33ec021-bdbf-4449-9a5d-39e468c66e1d X-Archives-Hash: 6bbaebc230d2f996520aaffee665ab78 commit: 6f3d9d11cb5e6fe29f163667c632f1673309270c Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 4 19:45:04 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 4 19:45:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3d9d11 sys-auth/ykpers: remove consolekit support Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/ykpers/metadata.xml | 6 ------ sys-auth/ykpers/ykpers-1.19.3-r1.ebuild | 11 +++-------- sys-auth/ykpers/ykpers-1.20.0.ebuild | 9 ++------- 3 files changed, 5 insertions(+), 21 deletions(-) diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml index 46e7a0ccd48..0263462089b 100644 --- a/sys-auth/ykpers/metadata.xml +++ b/sys-auth/ykpers/metadata.xml @@ -9,10 +9,4 @@ Yubico/yubikey-personalization https://github.com/Yubico/yubikey-personalization/issues - - - Use sys-auth/consolekit and virtual/udev - to allow access to the YubiKey HID device to the console user. - - diff --git a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild index fbbae20cc15..88bc388c29c 100644 --- a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild +++ b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/Yubico/yubikey-personalization" KEYWORDS="amd64 x86" SLOT="0" LICENSE="BSD-2" -IUSE="consolekit static-libs" +IUSE="static-libs" DEPEND=" dev-libs/json-c:= @@ -21,9 +21,7 @@ DEPEND=" BDEPEND=" app-text/asciidoc virtual/pkgconfig" -RDEPEND="${DEPEND} - consolekit? ( sys-auth/consolekit[acl] ) -" +RDEPEND="${DEPEND}" S="${WORKDIR}/yubikey-personalization-${PV}" @@ -47,9 +45,6 @@ src_install() { default udev_dorules 69-yubikey.rules - if use consolekit ; then - udev_dorules 70-yubikey.rules - fi find "${D}" -name '*.la' -delete || die } diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild index e864d1dbc2b..d2134a08232 100644 --- a/sys-auth/ykpers/ykpers-1.20.0.ebuild +++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/Yubico/yubikey-personalization" KEYWORDS="amd64 ~arm64 ~ppc64 x86" SLOT="0" LICENSE="BSD-2" -IUSE="consolekit static-libs" +IUSE="static-libs" DEPEND=" dev-libs/json-c:= @@ -21,9 +21,7 @@ DEPEND=" BDEPEND=" app-text/asciidoc virtual/pkgconfig" -RDEPEND="${DEPEND} - consolekit? ( sys-auth/consolekit[acl] ) -" +RDEPEND="${DEPEND}" S="${WORKDIR}/yubikey-personalization-${PV}" PATCHES=( @@ -51,9 +49,6 @@ src_install() { default udev_dorules 69-yubikey.rules - if use consolekit ; then - udev_dorules 70-yubikey.rules - fi find "${D}" -name '*.la' -delete || die }