commit:     8f9ed180c9f7e79719042cfe8a7fa687535c600e
Author:     Sorah Fukumori <her <AT> sorah <DOT> jp>
AuthorDate: Sat Jun 11 20:37:32 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 21:51:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9ed180

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 <AT> gentoo.org>

 app-crypt/envchain/Manifest              |  1 +
 app-crypt/envchain/envchain-1.0.0.ebuild | 24 ++++++++++++++++++++++++
 app-crypt/envchain/metadata.xml          | 17 +++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest
new file mode 100644
index 0000000..8c257eb
--- /dev/null
+++ b/app-crypt/envchain/Manifest
@@ -0,0 +1 @@
+DIST v1.0.0.tar.gz 8252 SHA256 
cd190c8c9a86ebf0723491b5372051e84eaaf3252ccc9da6554caa45bd5eae20 SHA512 
0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514
 WHIRLPOOL 
52ba2d9bcece8494bb5ae4fdaa8a29c722eea6f0911d157af5b6be3b9b78849b7635199385008af52fe3980541303f72cd086d0171415b0a8e6c32c797d4ac41

diff --git a/app-crypt/envchain/envchain-1.0.0.ebuild 
b/app-crypt/envchain/envchain-1.0.0.ebuild
new file mode 100644
index 0000000..c223ad5
--- /dev/null
+++ b/app-crypt/envchain/envchain-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Set environment variables with OS X keychain or D-Bus Secret 
Service"
+HOMEPAGE="https://github.com/sorah/envchain";
+SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+sys-libs/readline:*
+app-crypt/libsecret
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       emake DESTDIR="${D}/usr" install
+}

diff --git a/app-crypt/envchain/metadata.xml b/app-crypt/envchain/metadata.xml
new file mode 100644
index 0000000..abce821
--- /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>h...@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>

Reply via email to