summaryrefslogtreecommitdiff
path: root/app-crypt/envchain
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-12 21:58:27 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-13 07:05:10 +0000
commit637b0685ca37047527a373796658b8497b4cfe80 (patch)
tree92f7daa39d20708c95b525158c72a044b7416971 /app-crypt/envchain
parentc67a66f52d41f0950673be0cc55b94b0ddfc519b (diff)
downloadgentoo-637b0685ca37047527a373796658b8497b4cfe80.tar.gz
gentoo-637b0685ca37047527a373796658b8497b4cfe80.tar.xz
app-crypt/envchain: Rework ebuild a bit. Add proxy-maint@ to metadata.xml.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/envchain')
-rw-r--r--app-crypt/envchain/Manifest2
-rw-r--r--app-crypt/envchain/envchain-1.0.0.ebuild10
-rw-r--r--app-crypt/envchain/metadata.xml8
3 files changed, 12 insertions, 8 deletions
diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest
index 8c257eb4fe6..0b7b8b0d131 100644
--- a/app-crypt/envchain/Manifest
+++ b/app-crypt/envchain/Manifest
@@ -1 +1 @@
-DIST v1.0.0.tar.gz 8252 SHA256 cd190c8c9a86ebf0723491b5372051e84eaaf3252ccc9da6554caa45bd5eae20 SHA512 0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514 WHIRLPOOL 52ba2d9bcece8494bb5ae4fdaa8a29c722eea6f0911d157af5b6be3b9b78849b7635199385008af52fe3980541303f72cd086d0171415b0a8e6c32c797d4ac41
+DIST envchain-1.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
index c223ad52646..54368e4700e 100644
--- a/app-crypt/envchain/envchain-1.0.0.ebuild
+++ b/app-crypt/envchain/envchain-1.0.0.ebuild
@@ -4,9 +4,9 @@
EAPI=6
-DESCRIPTION="Set environment variables with OS X keychain or D-Bus Secret Service"
+DESCRIPTION="Save environment variables in a secret vault"
HOMEPAGE="https://github.com/sorah/envchain"
-SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -14,9 +14,9 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="
-sys-libs/readline:*
-app-crypt/libsecret
-"
+ sys-libs/readline:0=
+ app-crypt/libsecret"
+
RDEPEND="${DEPEND}"
src_install() {
diff --git a/app-crypt/envchain/metadata.xml b/app-crypt/envchain/metadata.xml
index abce821e8df..9cbc0acedef 100644
--- a/app-crypt/envchain/metadata.xml
+++ b/app-crypt/envchain/metadata.xml
@@ -5,10 +5,14 @@
<email>her@sorah.jp</email>
<name>Sorah Fukumori</name>
</maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</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.
+ 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>