public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tools/
Date: Sun, 30 Dec 2018 21:00:05 +0000 (UTC)	[thread overview]
Message-ID: <1546203525.3cd3fa3e139cf893ec5037398b851a519337bcbb.alonbl@gentoo> (raw)

commit:     3cd3fa3e139cf893ec5037398b851a519337bcbb
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 30 20:51:10 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> 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 <alonbl <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>crypto@gentoo.org</email>
+		<name>Crypto</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">tpm2-software/tpm2-tools</remote-id>
+	</upstream>
+</pkgmetadata>

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)
+}


             reply	other threads:[~2018-12-30 21:00 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-30 21:00 Alon Bar-Lev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-05-30 23:46 [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tools/ Alon Bar-Lev
2020-02-26 16:17 Joonas Niilola
2020-08-23 11:48 David Seifert
2020-10-08  6:57 Joonas Niilola
2020-11-20 11:45 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2021-01-20 14:13 Joonas Niilola
2021-04-25  8:00 Michał Górny
2021-05-02 16:40 Mikle Kolyada
2021-06-09  6:08 Joonas Niilola
2021-06-09  6:08 Joonas Niilola
2021-06-21 22:44 Sam James
2021-06-21 22:44 Sam James
2021-06-21 22:44 Sam James
2021-06-21 22:44 Sam James
2021-07-14  6:25 Joonas Niilola
2021-07-15  2:23 Ionen Wolkens
2021-09-08  6:46 Sam James
2021-09-08  6:46 Sam James
2021-09-24  7:46 Joonas Niilola
2021-09-24  7:46 Joonas Niilola
2021-10-04 14:24 Ionen Wolkens
2021-12-13  0:06 Sam James
2021-12-13  0:06 Sam James
2021-12-13 18:28 Arthur Zamarin
2022-04-23 21:34 Sam James
2022-04-23 21:34 Sam James
2022-04-23 21:34 Sam James
2022-07-14 19:37 Arthur Zamarin
2022-07-14 19:37 Arthur Zamarin
2022-07-14 19:37 Arthur Zamarin
2022-07-14 19:37 Arthur Zamarin
2022-07-15  5:39 Joonas Niilola
2022-09-27 21:44 Sam James
2022-09-28  0:09 Sam James
2022-12-21 23:37 Sam James
2023-02-16  5:08 Sam James
2023-02-16  5:08 Sam James
2023-02-16  5:08 Sam James
2023-02-16  5:08 Sam James
2023-02-20 13:50 Sam James
2023-02-20 13:50 Sam James
2023-03-15 17:05 Arthur Zamarin
2023-03-15 17:07 Arthur Zamarin
2023-03-15 17:07 Arthur Zamarin
2023-04-05 20:03 Sam James
2023-04-05 20:03 Sam James
2023-04-05 20:16 Sam James
2023-04-05 20:16 Sam James
2023-04-05 20:16 Sam James
2023-09-09 13:17 David Seifert
2024-01-20 13:33 Sam James
2024-04-16  2:34 Sam James
2024-05-05 11:36 Sam James
2024-05-05 11:36 Sam James
2024-05-07  5:53 Joonas Niilola
2024-05-07  5:53 Joonas Niilola
2024-05-07 10:29 Sam James
2024-05-07 10:29 Sam James
2024-07-28 23:58 Jakov Smolić
2024-07-29  0:32 Sam James
2024-07-29  0:32 Sam James
2024-07-29  6:15 Joonas Niilola
2024-07-29  6:22 Joonas Niilola
2024-09-21 19:21 Sam James
2024-10-02  1:22 Sam James
2024-10-07  6:24 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1546203525.3cd3fa3e139cf893ec5037398b851a519337bcbb.alonbl@gentoo \
    --to=alonbl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox