commit:     b630f7dfa994ac8260ede67cc04e2a34e0f19588
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:16:10 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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

Reply via email to