diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-16 22:48:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-20 13:40:21 +0200 |
commit | 538b60f77c7113f20c7e44874cb5813a6c6545ce (patch) | |
tree | 17fa87aeecbc9fd0b62bb735a45ce2bad3e51a9c /app-crypt/envchain | |
parent | dev-python/dask: add 2022.8.1 (diff) | |
download | gentoo-538b60f77c7113f20c7e44874cb5813a6c6545ce.tar.gz gentoo-538b60f77c7113f20c7e44874cb5813a6c6545ce.tar.bz2 gentoo-538b60f77c7113f20c7e44874cb5813a6c6545ce.zip |
app-crypt/envchain: drop 1.0.0, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/envchain')
-rw-r--r-- | app-crypt/envchain/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/envchain/envchain-1.0.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest index 28f23dc492ce..2bcac1db1dff 100644 --- a/app-crypt/envchain/Manifest +++ b/app-crypt/envchain/Manifest @@ -1,2 +1 @@ -DIST envchain-1.0.0.tar.gz 8252 BLAKE2B 5b4e07421d47eede180ddbd1968090050ec4b25e887d235f2714604ed0d4439f1a36b72f0d277c53e3b9f010ee9c6bb61f598daec330641384c21b00802feadd SHA512 0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514 DIST envchain-1.0.1.tar.gz 8604 BLAKE2B 6273eac40cf2a9eaf0704ee81d23b6e72cd296232f378bf5e5b15cdfb29a91bd394201724491e3a7104017b2416084d16e07b3634e5abe382e05eec52e388410 SHA512 ac2bca6e53f46c10978d55b2924595988ed6d76a9969691f01c1a57d17e5e8e2abd21653cba996aad31408bb029e8ba00818100c60f5b089b84c70eaf20a2c75 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 -} |