diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-11-06 01:45:34 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-11-06 19:21:13 +0800 |
commit | a9f77dd8dd72399e0c8fd1876e2427958d5d0758 (patch) | |
tree | 2a7101b2d45eada26a00ee885be329084481b0df /app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild | |
parent | app-crypt/simple-tpm-pk11: bump to 0.06 (diff) | |
download | gentoo-a9f77dd8dd72399e0c8fd1876e2427958d5d0758.tar.gz gentoo-a9f77dd8dd72399e0c8fd1876e2427958d5d0758.tar.bz2 gentoo-a9f77dd8dd72399e0c8fd1876e2427958d5d0758.zip |
app-crypt/simple-tpm-pk11: drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild')
-rw-r--r-- | app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild deleted file mode 100644 index 301b10b7cb41..000000000000 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Simple PKCS11 provider for TPM chips" -HOMEPAGE="https://github.com/ThomasHabets/simple-tpm-pk11" - -LICENSE="Apache-2.0" -SLOT="0" -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/ThomasHabets/${PN}.git" - inherit git-r3 - KEYWORDS="" -else - SRC_URI="https://github.com/ThomasHabets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -IUSE="libressl" -RESTRICT="test" # needs to communicate with the TPM and gtest is all broken - -DEPEND="app-crypt/tpm-tools[pkcs11] - dev-libs/opencryptoki[tpm] - app-crypt/trousers - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" -RDEPEND="${DEPEND} - net-misc/openssh[-X509]" - -src_prepare() { - epatch_user - eautoreconf -} |