Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/
Date: Sat, 29 Oct 2022 22:34:01
Message-Id: 1667082747.a1c67ed290ff1b6c0d3d8783ffb420a331e3a872.mattst88@gentoo
1 commit: a1c67ed290ff1b6c0d3d8783ffb420a331e3a872
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:33 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 22:32:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c67ed2
7
8 app-crypt/seahorse: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-crypt/seahorse/metadata.xml | 30 +++++++++++++++++-------------
13 1 file changed, 17 insertions(+), 13 deletions(-)
14
15 diff --git a/app-crypt/seahorse/metadata.xml b/app-crypt/seahorse/metadata.xml
16 index 10379b458c7f..e641ba504704 100644
17 --- a/app-crypt/seahorse/metadata.xml
18 +++ b/app-crypt/seahorse/metadata.xml
19 @@ -1,18 +1,22 @@
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 -<use>
28 - <flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag>
29 -</use>
30 -<longdescription>Seahorse is a GNOME application for managing encryption keys.
31 -It also integrates with nautilus, gedit and other places for encryption operations.
32 + <maintainer type="project">
33 + <email>gnome@g.o</email>
34 + <name>Gentoo GNOME Desktop</name>
35 + </maintainer>
36 + <use>
37 + <flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag>
38 + </use>
39 + <longdescription>
40 + Seahorse is a GNOME application for managing encryption keys.
41 + It also integrates with nautilus, gedit and other places for encryption operations.
42
43 -With seahorse you can create and manage PGP keys, create and manage SSH keys,
44 -publish and retrieve keys from key servers, cache your passphrase so you
45 -don't have to keep typing it and backup your keys and keyring.
46 -</longdescription>
47 + With seahorse you can create and manage PGP keys, create and manage SSH keys,
48 + publish and retrieve keys from key servers, cache your passphrase so you
49 + don't have to keep typing it and backup your keys and keyring.
50 + </longdescription>
51 + <upstream>
52 + <remote-id type="gnome-gitlab">GNOME/seahorse</remote-id>
53 + </upstream>
54 </pkgmetadata>