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 427A815806E for ; Thu, 18 May 2023 12:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D070E07FE; 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 34187E07FE 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 77C8B340C24 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 8A2A5A82 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: <1684411750.a9d139eb1b80cb86bbead42c2c80ff89968c9ae9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-power-manager/mate-power-manager-1.26.0.ebuild mate-extra/mate-power-manager/metadata.xml X-VCS-Directories: mate-extra/mate-power-manager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a9d139eb1b80cb86bbead42c2c80ff89968c9ae9 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: 9f9cb252-9202-462a-af02-8252102d9695 X-Archives-Hash: 55149d3253419594adcd843757a37ed0 commit: a9d139eb1b80cb86bbead42c2c80ff89968c9ae9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:37:19 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d139eb mate-extra/mate-power-manager: Rename USE=libsecret -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> mate-extra/mate-power-manager/mate-power-manager-1.26.0.ebuild | 10 +++++----- mate-extra/mate-power-manager/metadata.xml | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.26.0.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.26.0.ebuild index 51f0569c5a8b..8dfd978db17d 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.26.0.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.26.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,11 +9,11 @@ if [[ ${PV} != 9999 ]]; then KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi -DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop" +DESCRIPTION="Session daemon for MATE that makes it easy to manage your laptop or desktop" LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" SLOT="0" -IUSE="+applet +elogind libsecret policykit systemd test" +IUSE="+applet +elogind keyring policykit systemd test" REQUIRED_USE="^^ ( elogind systemd )" @@ -36,7 +36,7 @@ COMMON_DEPEND=" >=x11-libs/libnotify-0.7:0 x11-libs/pango applet? ( >=mate-base/mate-panel-1.17.0 ) - libsecret? ( >=app-crypt/libsecret-0.11 ) + keyring? ( >=app-crypt/libsecret-0.11 ) " RDEPEND="${COMMON_DEPEND} @@ -59,7 +59,7 @@ BDEPEND="${COMMON_DEPEND} src_configure() { mate_src_configure \ --enable-compile-warnings=minimum \ - $(use_with libsecret) \ + $(use_with keyring libsecret) \ $(use_enable applet applets) \ $(use_enable test tests) } diff --git a/mate-extra/mate-power-manager/metadata.xml b/mate-extra/mate-power-manager/metadata.xml index 32eeb7e8b6c2..5d46c0a58279 100644 --- a/mate-extra/mate-power-manager/metadata.xml +++ b/mate-extra/mate-power-manager/metadata.xml @@ -7,7 +7,6 @@ Enable building of the MATE applet. - Support locking of keyring via app-crypt/libsecret mate-desktop/mate-power-manager