From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B60B6138335 for ; Sun, 30 Dec 2018 21:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75920E0986; Sun, 30 Dec 2018 21:00:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35A9CE0986 for ; Sun, 30 Dec 2018 21:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D64C8335C8C for ; Sun, 30 Dec 2018 21:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 679064F2 for ; Sun, 30 Dec 2018 21:00:05 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1546203525.3cd3fa3e139cf893ec5037398b851a519337bcbb.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-tools/Manifest app-crypt/tpm2-tools/metadata.xml app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild X-VCS-Directories: app-crypt/tpm2-tools/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 3cd3fa3e139cf893ec5037398b851a519337bcbb X-VCS-Branch: master Date: Sun, 30 Dec 2018 21:00:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17f9c5ce-3267-4090-a553-e1e12c1ad773 X-Archives-Hash: 1f4c73c6de23600c0015fa1aadd27311 commit: 3cd3fa3e139cf893ec5037398b851a519337bcbb Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Dec 30 20:51:10 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Dec 30 20:58:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd3fa3e app-crypt/tpm2-tools: initial add Closes: https://bugs.gentoo.org/show_bug.cgi?id=634304 Thanks: Alex Guzman Thanks: Sebastian Hamann Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-crypt/tpm2-tools/Manifest | 1 + app-crypt/tpm2-tools/metadata.xml | 11 +++++++++++ app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/app-crypt/tpm2-tools/Manifest b/app-crypt/tpm2-tools/Manifest new file mode 100644 index 00000000000..7b96fcbbc30 --- /dev/null +++ b/app-crypt/tpm2-tools/Manifest @@ -0,0 +1 @@ +DIST tpm2-tools-3.1.3.tar.gz 544098 BLAKE2B 4c22ae98ed444b7d5b5f99e6a7d4cc37fcf9d46979669a2225b6f2abf8ccaaff203ccc8c816169be215c6160ce2480e4c9a0197040764013ab362dd060c29bec SHA512 37edf59e47168c42ffc66e948722753334ae3e00f3e258d9e801dffd259a763a1bf4f63b3feecf7728b4dade69ca5da15d631e1a606f68e10f7d314a1a757bdc diff --git a/app-crypt/tpm2-tools/metadata.xml b/app-crypt/tpm2-tools/metadata.xml new file mode 100644 index 00000000000..a1035736860 --- /dev/null +++ b/app-crypt/tpm2-tools/metadata.xml @@ -0,0 +1,11 @@ + + + + + crypto@gentoo.org + Crypto + + + tpm2-software/tpm2-tools + + diff --git a/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild b/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild new file mode 100644 index 00000000000..a23c0b4d9a6 --- /dev/null +++ b/app-crypt/tpm2-tools/tpm2-tools-3.1.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Tools for the TPM 2.0 TSS" +HOMEPAGE="https://github.com/tpm2-software/tpm2-tools" +SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="libressl test" + +RDEPEND=">=app-crypt/tpm2-tss-2.0 + net-misc/curl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" +DEPEND="${RDEPEND} + test? ( dev-util/cmocka )" +BDEPEND="virtual/pkgconfig" + +src_configure() { + econf \ + --disable-hardening \ + $(use_enable test unit) +}