diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:19:33 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 18:32:27 -0400 |
commit | a1c67ed290ff1b6c0d3d8783ffb420a331e3a872 (patch) | |
tree | cbeffe99bbef092478b9f18c69b843947d19251c /app-crypt/seahorse | |
parent | app-crypt/libsecret: Set remote-id (diff) | |
download | gentoo-a1c67ed290ff1b6c0d3d8783ffb420a331e3a872.tar.gz gentoo-a1c67ed290ff1b6c0d3d8783ffb420a331e3a872.tar.bz2 gentoo-a1c67ed290ff1b6c0d3d8783ffb420a331e3a872.zip |
app-crypt/seahorse: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/metadata.xml | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/app-crypt/seahorse/metadata.xml b/app-crypt/seahorse/metadata.xml index 10379b458c7f..e641ba504704 100644 --- a/app-crypt/seahorse/metadata.xml +++ b/app-crypt/seahorse/metadata.xml @@ -1,18 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<use> - <flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag> -</use> -<longdescription>Seahorse is a GNOME application for managing encryption keys. -It also integrates with nautilus, gedit and other places for encryption operations. + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <use> + <flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag> + </use> + <longdescription> + Seahorse is a GNOME application for managing encryption keys. + It also integrates with nautilus, gedit and other places for encryption operations. -With seahorse you can create and manage PGP keys, create and manage SSH keys, -publish and retrieve keys from key servers, cache your passphrase so you -don't have to keep typing it and backup your keys and keyring. -</longdescription> + With seahorse you can create and manage PGP keys, create and manage SSH keys, + publish and retrieve keys from key servers, cache your passphrase so you + don't have to keep typing it and backup your keys and keyring. + </longdescription> + <upstream> + <remote-id type="gnome-gitlab">GNOME/seahorse</remote-id> + </upstream> </pkgmetadata> |