commit:     a9f77dd8dd72399e0c8fd1876e2427958d5d0758
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 17:45:34 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 11:21:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f77dd8

app-crypt/simple-tpm-pk11: drop old

Package-Manager: portage-2.3.0

 app-crypt/simple-tpm-pk11/Manifest                 |  2 --
 .../simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild    | 37 ----------------------
 .../simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild    | 37 ----------------------
 3 files changed, 76 deletions(-)

diff --git a/app-crypt/simple-tpm-pk11/Manifest 
b/app-crypt/simple-tpm-pk11/Manifest
index ca3c060..d31092b 100644
--- a/app-crypt/simple-tpm-pk11/Manifest
+++ b/app-crypt/simple-tpm-pk11/Manifest
@@ -1,3 +1 @@
-DIST simple-tpm-pk11-0.03.tar.gz 25238 SHA256 
0059064cb29900f0db8ce6163ef6aee17b2dcd095613c813dd53ad7f597bf141 SHA512 
ed8a1d605bb21ae6abec426f32159882fef74ee7cbc7cdfa5b649a9947f10bad2b95354b2445f3f40dbd9d55803f9fc40fca02605d466e995083c7e9ca29bd8e
 WHIRLPOOL 
1887c7d18a333319a99b28157f7d9b3bce83868154cd3496b8aec911d3d61b13678d0a0ceb143c65cb8addf625e68ccb4008d65af55f87b2bff27d0ac6dddd40
-DIST simple-tpm-pk11-0.04.tar.gz 26377 SHA256 
54f67e08cd0847c1716dd86ceb2748982d226f047de059073c2ffa4cad27c56a SHA512 
9023fd580237030e4928fa517739801a06ec673571f13ef365e22e7ebe857fa0be5e6d2004663e0b8287ff7a741f163d0f5e1bc28d7c0300b32fc6af0176d275
 WHIRLPOOL 
0227adcb41ab3f54f9e23fd3f4d6a4cc1ebe92354d2544a92317b2d7f7f690cb7a163402954957ed5cbb10cff75f3b38441033b7395724a3b46c15f5465d51d6
 DIST simple-tpm-pk11-0.06.tar.gz 28993 SHA256 
8ecdb2a64e046e04bb18d464fd15332c99be82084eb2bd3d340a5ff0e738dcea SHA512 
72df0637cefdb0d81f741480cdfe24ac0d6a05a93d729f5e2180adf49b5d7ddb0b60d8c6f7d5e79a67bf4cea202067390c8d4532c906273408f7de4fcc5e66e8
 WHIRLPOOL 
a98c2bf72f3b7f454b47e3ef0a72c069a9c35af8a02fa1b3963f017b3ea483f3fd62f3c4360d094620d723e7e1c5da2fc68430c7229d10fc3513af238c5c3f10

diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild 
b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild
deleted file mode 100644
index 301b10b..00000000
--- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.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
-}

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 301b10b..00000000
--- 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
-}

Reply via email to