summaryrefslogtreecommitdiff
path: root/app-crypt/envchain
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-crypt/envchain
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-crypt/envchain')
-rw-r--r--app-crypt/envchain/Manifest3
-rw-r--r--app-crypt/envchain/envchain-1.0.0.ebuild23
-rw-r--r--app-crypt/envchain/metadata.xml21
3 files changed, 0 insertions, 47 deletions
diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest
deleted file mode 100644
index 9fe052ceeff9..000000000000
--- a/app-crypt/envchain/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST envchain-1.0.0.tar.gz 8252 BLAKE2B 5b4e07421d47eede180ddbd1968090050ec4b25e887d235f2714604ed0d4439f1a36b72f0d277c53e3b9f010ee9c6bb61f598daec330641384c21b00802feadd SHA512 0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514
-EBUILD envchain-1.0.0.ebuild 476 BLAKE2B c424c556f180f755c75db9bb650be9e375f94950bac6f83c114d3f14667f5c0818bf35c98c4c94c3fce098f51c65f1a42791605109ddf279a519a6446994fe7f SHA512 09f8a61e03ad2115a5db8005f4fbd90bb7599c51e6d8bcbda7baffe399116e36a89b07ee7176a13039ff67548a9ae5f51a19967701ef37dc0c7220e5d0f30e2a
-MISC metadata.xml 766 BLAKE2B 671428041ffadfe0fd1df8655d476e8f29912786cf8dd7fed354b04a40295335e04dbbb381f8affded0b3ca91d9f86bb8d8912f8cb60f4686fa802f1187faf4f SHA512 d9896d24c0ba5a9b7750d907277946a3b592e9dafe4d162544a8f202ed6b01aa936159f5520d7eb79e01d169c2cde04db9e84d91164c2dffade31785f4102839
diff --git a/app-crypt/envchain/envchain-1.0.0.ebuild b/app-crypt/envchain/envchain-1.0.0.ebuild
deleted file mode 100644
index ce7a32c6d46b..000000000000
--- a/app-crypt/envchain/envchain-1.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- sys-libs/readline:0=
- 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
deleted file mode 100644
index 9cbc0acedef6..000000000000
--- a/app-crypt/envchain/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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>
- <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.
- </longdescription>
- <upstream>
- <remote-id type="github">sorah/envchain</remote-id>
- <bugs-to>https://github.com/sorah/envchain/issues</bugs-to>
- </upstream>
-</pkgmetadata>