Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-keyring/
Date: Sun, 30 Oct 2022 16:34:44
Message-Id: 1667147635.8f8f9416a334d6b1bb62c82d2423c24b629401a5.mattst88@gentoo
1 commit: 8f8f9416a334d6b1bb62c82d2423c24b629401a5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:03 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 16:33:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8f9416
7
8 gnome-base/gnome-keyring: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/gnome-keyring/metadata.xml | 36 ++++++++++++++++++-----------------
13 1 file changed, 19 insertions(+), 17 deletions(-)
14
15 diff --git a/gnome-base/gnome-keyring/metadata.xml b/gnome-base/gnome-keyring/metadata.xml
16 index 7a62c211d5f0..2e0522eb0b7f 100644
17 --- a/gnome-base/gnome-keyring/metadata.xml
18 +++ b/gnome-base/gnome-keyring/metadata.xml
19 @@ -1,21 +1,23 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 - </maintainer>
27 - <longdescription lang="en">
28 - GNOME Keyring is a collection of components in GNOME that store
29 - secrets, passwords, keys, certificates and make them available to
30 - applications. It is integrated with the user's login, so that
31 - their secret storage can be unlocked when the user logins into their
32 - session. It is based around a standard called PKCS#11, which is a
33 - standard way for applications to manage certificates and keys on
34 - smart cards or secure storage.
35 - </longdescription>
36 - <use>
37 - <flag name="ssh-agent">Use GNOME Keyring to unlock SSH keys.
38 - Recommended unless you are using ECDSA or Ed25519 keys.</flag>
39 - </use>
40 + <maintainer type="project">
41 + <email>gnome@g.o</email>
42 + <name>Gentoo GNOME Desktop</name>
43 + </maintainer>
44 + <longdescription lang="en">
45 + GNOME Keyring is a collection of components in GNOME that store
46 + secrets, passwords, keys, certificates and make them available to
47 + applications. It is integrated with the user's login, so that
48 + their secret storage can be unlocked when the user logins into their
49 + session. It is based around a standard called PKCS#11, which is a
50 + standard way for applications to manage certificates and keys on
51 + smart cards or secure storage.
52 + </longdescription>
53 + <use>
54 + <flag name="ssh-agent">Use GNOME Keyring to unlock SSH keys. Recommended unless you are using ECDSA or Ed25519 keys.</flag>
55 + </use>
56 + <upstream>
57 + <remote-id type="gnome-gitlab">GNOME/gnome-keyring</remote-id>
58 + </upstream>
59 </pkgmetadata>