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 77D0A15806E for ; Thu, 18 May 2023 12:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 799D4E079C; Thu, 18 May 2023 12:17:32 +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 6015DE079C for ; Thu, 18 May 2023 12:17:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29FE9340C6C for ; Thu, 18 May 2023 12:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63808A73 for ; Thu, 18 May 2023 12:17:29 +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: <1684411747.b630f7dfa994ac8260ede67cc04e2a34e0f19588.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-2.39.2.ebuild dev-vcs/git/git-2.39.3.ebuild dev-vcs/git/git-2.40.1.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b630f7dfa994ac8260ede67cc04e2a34e0f19588 X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:29 +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: 6bca256f-16bd-4014-b24f-2d899b506f76 X-Archives-Hash: 5e7389fcf49960cdb78d2f79d439017f commit: b630f7dfa994ac8260ede67cc04e2a34e0f19588 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:16:10 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b630f7df dev-vcs/git: Rename USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> dev-vcs/git/git-2.39.2.ebuild | 10 +++++----- dev-vcs/git/git-2.39.3.ebuild | 10 +++++----- dev-vcs/git/git-2.40.1.ebuild | 10 +++++----- dev-vcs/git/git-9999-r1.ebuild | 10 +++++----- dev-vcs/git/git-9999-r2.ebuild | 10 +++++----- dev-vcs/git/git-9999-r3.ebuild | 10 +++++----- dev-vcs/git/git-9999.ebuild | 10 +++++----- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/dev-vcs/git/git-2.39.2.ebuild b/dev-vcs/git/git-2.39.2.ebuild index 26e5cfe14e2f..dcf4921993ae 100644 --- a/dev-vcs/git/git-2.39.2.ebuild +++ b/dev-vcs/git/git-2.39.2.ebuild @@ -58,7 +58,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc gnome-keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" +IUSE="+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" # Common to both DEPEND and RDEPEND DEPEND=" @@ -68,7 +68,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - gnome-keyring? ( + keyring? ( app-crypt/libsecret dev-libs/glib:2 ) @@ -120,7 +120,7 @@ BDEPEND=" app-text/xmlto sys-apps/texinfo ) - gnome-keyring? ( virtual/pkgconfig ) + keyring? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) " @@ -343,7 +343,7 @@ src_compile() { fi popd &>/dev/null || die - if use gnome-keyring ; then + if use keyring ; then git_emake -C contrib/credential/libsecret fi @@ -543,7 +543,7 @@ src_install() { doexe contrib/contacts/git-contacts dodoc contrib/contacts/git-contacts.txt - if use gnome-keyring ; then + if use keyring ; then pushd contrib/credential/libsecret &>/dev/null || die dobin git-credential-libsecret popd &>/dev/null || die diff --git a/dev-vcs/git/git-2.39.3.ebuild b/dev-vcs/git/git-2.39.3.ebuild index 26e5cfe14e2f..dcf4921993ae 100644 --- a/dev-vcs/git/git-2.39.3.ebuild +++ b/dev-vcs/git/git-2.39.3.ebuild @@ -58,7 +58,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc gnome-keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" +IUSE="+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" # Common to both DEPEND and RDEPEND DEPEND=" @@ -68,7 +68,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - gnome-keyring? ( + keyring? ( app-crypt/libsecret dev-libs/glib:2 ) @@ -120,7 +120,7 @@ BDEPEND=" app-text/xmlto sys-apps/texinfo ) - gnome-keyring? ( virtual/pkgconfig ) + keyring? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) " @@ -343,7 +343,7 @@ src_compile() { fi popd &>/dev/null || die - if use gnome-keyring ; then + if use keyring ; then git_emake -C contrib/credential/libsecret fi @@ -543,7 +543,7 @@ src_install() { doexe contrib/contacts/git-contacts dodoc contrib/contacts/git-contacts.txt - if use gnome-keyring ; then + if use keyring ; then pushd contrib/credential/libsecret &>/dev/null || die dobin git-credential-libsecret popd &>/dev/null || die diff --git a/dev-vcs/git/git-2.40.1.ebuild b/dev-vcs/git/git-2.40.1.ebuild index ce146cc61342..867bbd70fc71 100644 --- a/dev-vcs/git/git-2.40.1.ebuild +++ b/dev-vcs/git/git-2.40.1.ebuild @@ -58,7 +58,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc gnome-keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" +IUSE="+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" # Common to both DEPEND and RDEPEND DEPEND=" @@ -68,7 +68,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - gnome-keyring? ( + keyring? ( app-crypt/libsecret dev-libs/glib:2 ) @@ -120,7 +120,7 @@ BDEPEND=" app-text/xmlto sys-apps/texinfo ) - gnome-keyring? ( virtual/pkgconfig ) + keyring? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) " @@ -343,7 +343,7 @@ src_compile() { fi popd &>/dev/null || die - if use gnome-keyring ; then + if use keyring ; then git_emake -C contrib/credential/libsecret fi @@ -543,7 +543,7 @@ src_install() { doexe contrib/contacts/git-contacts dodoc contrib/contacts/git-contacts.txt - if use gnome-keyring ; then + if use keyring ; then pushd contrib/credential/libsecret &>/dev/null || die dobin git-credential-libsecret popd &>/dev/null || die diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index ce146cc61342..867bbd70fc71 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -58,7 +58,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc gnome-keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" +IUSE="+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" # Common to both DEPEND and RDEPEND DEPEND=" @@ -68,7 +68,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - gnome-keyring? ( + keyring? ( app-crypt/libsecret dev-libs/glib:2 ) @@ -120,7 +120,7 @@ BDEPEND=" app-text/xmlto sys-apps/texinfo ) - gnome-keyring? ( virtual/pkgconfig ) + keyring? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) " @@ -343,7 +343,7 @@ src_compile() { fi popd &>/dev/null || die - if use gnome-keyring ; then + if use keyring ; then git_emake -C contrib/credential/libsecret fi @@ -543,7 +543,7 @@ src_install() { doexe contrib/contacts/git-contacts dodoc contrib/contacts/git-contacts.txt - if use gnome-keyring ; then + if use keyring ; then pushd contrib/credential/libsecret &>/dev/null || die dobin git-credential-libsecret popd &>/dev/null || die diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index ce146cc61342..867bbd70fc71 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -58,7 +58,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc gnome-keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" +IUSE="+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" # Common to both DEPEND and RDEPEND DEPEND=" @@ -68,7 +68,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - gnome-keyring? ( + keyring? ( app-crypt/libsecret dev-libs/glib:2 ) @@ -120,7 +120,7 @@ BDEPEND=" app-text/xmlto sys-apps/texinfo ) - gnome-keyring? ( virtual/pkgconfig ) + keyring? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) " @@ -343,7 +343,7 @@ src_compile() { fi popd &>/dev/null || die - if use gnome-keyring ; then + if use keyring ; then git_emake -C contrib/credential/libsecret fi @@ -543,7 +543,7 @@ src_install() { doexe contrib/contacts/git-contacts dodoc contrib/contacts/git-contacts.txt - if use gnome-keyring ; then + if use keyring ; then pushd contrib/credential/libsecret &>/dev/null || die dobin git-credential-libsecret popd &>/dev/null || die diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index ce146cc61342..867bbd70fc71 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -58,7 +58,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc gnome-keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" +IUSE="+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" # Common to both DEPEND and RDEPEND DEPEND=" @@ -68,7 +68,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - gnome-keyring? ( + keyring? ( app-crypt/libsecret dev-libs/glib:2 ) @@ -120,7 +120,7 @@ BDEPEND=" app-text/xmlto sys-apps/texinfo ) - gnome-keyring? ( virtual/pkgconfig ) + keyring? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) " @@ -343,7 +343,7 @@ src_compile() { fi popd &>/dev/null || die - if use gnome-keyring ; then + if use keyring ; then git_emake -C contrib/credential/libsecret fi @@ -543,7 +543,7 @@ src_install() { doexe contrib/contacts/git-contacts dodoc contrib/contacts/git-contacts.txt - if use gnome-keyring ; then + if use keyring ; then pushd contrib/credential/libsecret &>/dev/null || die dobin git-credential-libsecret popd &>/dev/null || die diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index ce146cc61342..867bbd70fc71 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -58,7 +58,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -IUSE="+blksha1 +curl cgi doc gnome-keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" +IUSE="+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test" # Common to both DEPEND and RDEPEND DEPEND=" @@ -68,7 +68,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - gnome-keyring? ( + keyring? ( app-crypt/libsecret dev-libs/glib:2 ) @@ -120,7 +120,7 @@ BDEPEND=" app-text/xmlto sys-apps/texinfo ) - gnome-keyring? ( virtual/pkgconfig ) + keyring? ( virtual/pkgconfig ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) " @@ -343,7 +343,7 @@ src_compile() { fi popd &>/dev/null || die - if use gnome-keyring ; then + if use keyring ; then git_emake -C contrib/credential/libsecret fi @@ -543,7 +543,7 @@ src_install() { doexe contrib/contacts/git-contacts dodoc contrib/contacts/git-contacts.txt - if use gnome-keyring ; then + if use keyring ; then pushd contrib/credential/libsecret &>/dev/null || die dobin git-credential-libsecret popd &>/dev/null || die