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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2580D15806E for ; Thu, 18 May 2023 12:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B893E07F6; Thu, 18 May 2023 12:17:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D33E07F6 for ; Thu, 18 May 2023 12:17:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A920340BE8 for ; Thu, 18 May 2023 12:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED75A84 for ; Thu, 18 May 2023 12:17:30 +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: <1684411751.0abceaa4e15fa7af1fc3daaab42a5b59c2fe4e2b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/zulucrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/zulucrypt/metadata.xml app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild X-VCS-Directories: app-crypt/zulucrypt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0abceaa4e15fa7af1fc3daaab42a5b59c2fe4e2b X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:30 +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: ebf5189c-fce0-4039-a296-3c88ec4839b9 X-Archives-Hash: 977343aeba750fdd1cf6522bd5b1c50c commit: 0abceaa4e15fa7af1fc3daaab42a5b59c2fe4e2b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:42:49 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abceaa4 app-crypt/zulucrypt: Rename USE=gnome -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/zulucrypt/metadata.xml | 3 --- app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app-crypt/zulucrypt/metadata.xml b/app-crypt/zulucrypt/metadata.xml index 91676ea4813e..61d20bbc00aa 100644 --- a/app-crypt/zulucrypt/metadata.xml +++ b/app-crypt/zulucrypt/metadata.xml @@ -3,9 +3,6 @@ - - Enable support for the freedesktop.org Secret Service API via app-crypt/libsecret - Enable encrypted storage of passwords with kde-frameworks/kwallet diff --git a/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild b/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild index c037845c99d6..cf3c4dd206ba 100644 --- a/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild +++ b/app-crypt/zulucrypt/zulucrypt-5.5.0_pre20180223.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,13 +13,13 @@ SRC_URI="https://github.com/mhogomchungu/zuluCrypt/archive/${EGIT_COMMIT}.tar.gz LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gnome kwallet +qt5 udev" +IUSE="keyring kwallet +qt5 udev" REQUIRED_USE="kwallet? ( qt5 )" DEPEND=" dev-libs/libgcrypt:0= sys-fs/cryptsetup:= - gnome? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) qt5? ( dev-libs/libpwquality dev-qt/qtcore:5 @@ -39,7 +39,7 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) src_configure() { local mycmakeargs=( -DLIB_SUFFIX="$(get_libdir)" - -DNOGNOME=$(usex !gnome) + -DNOGNOME=$(usex !keyring) -DNOKDE=$(usex !kwallet) -DNOGUI=$(usex !qt5) -DQT5=true