summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSorah Fukumori <her@sorah.jp>2016-06-12 05:37:32 +0900
committerPatrice Clement <monsieurp@gentoo.org>2016-06-12 21:51:15 +0000
commit8f9ed180c9f7e79719042cfe8a7fa687535c600e (patch)
tree8d5541b922ffeac05e1de49b88f5f20c1959b592 /app-crypt/envchain/metadata.xml
parentdev-util/electron: Build node executable, fix automagic cups dependency. (diff)
downloadgentoo-8f9ed180c9f7e79719042cfe8a7fa687535c600e.tar.gz
gentoo-8f9ed180c9f7e79719042cfe8a7fa687535c600e.tar.bz2
gentoo-8f9ed180c9f7e79719042cfe8a7fa687535c600e.zip
app-crypt/envchain: Add new ebuild to the tree.
envchain allows to save credentials or any secret values in a secure vault, via libsecret/gnome-keyring for Linux, in order to avoid writing credentials to a flat file. Gentoo-Bug: https://bugs.gentoo.org/585634 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1654 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-crypt/envchain/metadata.xml')
-rw-r--r--app-crypt/envchain/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/envchain/metadata.xml b/app-crypt/envchain/metadata.xml
new file mode 100644
index 000000000000..abce821e8dff
--- /dev/null
+++ b/app-crypt/envchain/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>her@sorah.jp</email>
+ <name>Sorah Fukumori</name>
+ </maintainer>
+ <longdescription lang="en">
+ Set environment variables with OS X keychain or D-Bus secret service.
+
+ Envchain allows you to save credentials in a secure vault to use as environment variables only when you need them.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">sorah/envchain</remote-id>
+ <bugs-to>https://github.com/sorah/envchain/issues</bugs-to>
+ </upstream>
+</pkgmetadata>