diff options
author | 2016-04-28 10:06:38 +0200 | |
---|---|---|
committer | 2016-04-29 01:14:52 +1000 | |
commit | 5f5f50e4655d7da1cedc0f9c49a8d20010f9a6f1 (patch) | |
tree | f73f46a775bef7f12c6703e084eedef73dd71db8 /x11-plugins/pidgin-gnome-keyring/metadata.xml | |
parent | kde-frameworks/baloo: Virtual X is required for tests (diff) | |
download | gentoo-5f5f50e4655d7da1cedc0f9c49a8d20010f9a6f1.tar.gz gentoo-5f5f50e4655d7da1cedc0f9c49a8d20010f9a6f1.tar.bz2 gentoo-5f5f50e4655d7da1cedc0f9c49a8d20010f9a6f1.zip |
x11-plugins/pidgin-gnome-keyring: new ebuild, initial version 2.0
By default Pidgin/Purple store saved passwords in plain text in their
configuration files. This plug-in makes it possible to store passwords
in a keyring instead.
Gentoo-Bug: 581422
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1368
Diffstat (limited to 'x11-plugins/pidgin-gnome-keyring/metadata.xml')
-rw-r--r-- | x11-plugins/pidgin-gnome-keyring/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-gnome-keyring/metadata.xml b/x11-plugins/pidgin-gnome-keyring/metadata.xml new file mode 100644 index 000000000000..cb327e20fedc --- /dev/null +++ b/x11-plugins/pidgin-gnome-keyring/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>Marek.Szuba@cern.ch</email> + <name>Marek Szuba</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> + <longdescription lang="en"> + Pidgin usually stores passwords as plaintext with the "save password" + function. This plugin instead saves all passwords to the system + keyring, which some would argue is a more secure form of password + storage. + </longdescription> +</pkgmetadata> |