public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/
Date: Fri,  2 Aug 2019 11:25:28 +0000 (UTC)	[thread overview]
Message-ID: <1564745099.c3a5d320ff902b26b5a89097408ee01ae3187dba.juippis@gentoo> (raw)

commit:     c3a5d320ff902b26b5a89097408ee01ae3187dba
Author:     Salah Coronya <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Fri Aug  2 01:55:12 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 11:24:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a5d320

dev-libs/libtpms: New ebuild

libtpms is a library providing software emultion of a TPM. It is used by
swtpm.

Closes: https://bugs.gentoo.org/675296
Signed-off-by: Salah Coronya <salah.coronya <AT> gmail.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/libtpms/Manifest             |  1 +
 dev-libs/libtpms/libtpms-0.7.0.ebuild | 27 +++++++++++++++++++++++++++
 dev-libs/libtpms/metadata.xml         | 13 +++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-libs/libtpms/Manifest b/dev-libs/libtpms/Manifest
new file mode 100644
index 00000000000..84d03d4014d
--- /dev/null
+++ b/dev-libs/libtpms/Manifest
@@ -0,0 +1 @@
+DIST libtpms-0.7.0.tar.gz 1203837 BLAKE2B ca5a3b78dc63c09c4ff084124838fedeb5be0580f709ad6165680159ba7ba4b1f751b9fbc67f6b5a8f39b82bdd420afb47087412a47b72cbe5b418a97a4860fe SHA512 92d1eb5d1a1cae08e97cceaca56fc9bc6d43c54a93edae2accf19807a4e93e19d88064a0b11db796c79d32c821e6b320ebbacb65cd20da3e5b1205f3b861cef2

diff --git a/dev-libs/libtpms/libtpms-0.7.0.ebuild b/dev-libs/libtpms/libtpms-0.7.0.ebuild
new file mode 100644
index 00000000000..ea28c3dd94f
--- /dev/null
+++ b/dev-libs/libtpms/libtpms-0.7.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library providing software emultion of a TPM"
+HOMEPAGE="https://github.com/stefanberger/libtpms"
+SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/openssl:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+	  --with-openssl \
+	  --with-tpm2
+}

diff --git a/dev-libs/libtpms/metadata.xml b/dev-libs/libtpms/metadata.xml
new file mode 100644
index 00000000000..6ddd104074b
--- /dev/null
+++ b/dev-libs/libtpms/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>salah.coronya@gmail.com</email>
+		<name>Salah Coronya</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>
+


             reply	other threads:[~2019-08-02 11:25 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 11:25 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-19 13:32 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/ Joonas Niilola
2020-02-19 13:32 Joonas Niilola
2020-06-24 15:58 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-10-08  6:57 Joonas Niilola
2020-11-01  6:14 Joonas Niilola
2020-11-01  6:14 Joonas Niilola
2021-04-25  8:00 Michał Górny
2021-05-01  7:37 Mikle Kolyada
2021-06-22  9:02 Joonas Niilola
2021-06-22  9:02 Joonas Niilola
2021-06-27 17:29 Matthias Maier
2021-07-06 17:59 Sam James
2021-07-12 21:59 Sam James
2021-07-15  6:01 Ionen Wolkens
2021-07-24 15:22 Sam James
2021-09-04  6:26 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-09-08  1:25 Sam James
2021-09-13  6:33 Joonas Niilola
2021-09-14  7:39 Joonas Niilola
2021-09-14  7:39 Joonas Niilola
2021-11-28  0:20 Ionen Wolkens
2021-11-28  0:20 Ionen Wolkens
2022-03-10  6:48 Yixun Lan
2022-03-11  0:04 Ionen Wolkens
2022-03-11  0:04 Ionen Wolkens
2022-04-27 10:19 Joonas Niilola
2022-04-27 10:19 Joonas Niilola
2022-05-17  9:59 Agostino Sarubbo
2022-05-17 12:37 Agostino Sarubbo
2022-05-17 12:38 Agostino Sarubbo
2022-05-19  9:27 Agostino Sarubbo
2022-05-20  9:17 Agostino Sarubbo
2022-07-09 12:26 Matthew Smith
2023-02-20  9:39 Joonas Niilola
2023-02-20 13:50 Sam James
2023-02-20 13:50 Sam James
2023-02-20 14:47 Arthur Zamarin
2023-03-11 17:15 Sam James
2023-03-17  9:04 Arthur Zamarin
2023-03-17 11:38 Arthur Zamarin
2023-03-17 11:44 Arthur Zamarin
2023-03-30 17:17 Arthur Zamarin
2023-04-19  4:29 John Helmert III
2025-01-06  3:24 Sam James
2025-01-06  3:24 Sam James
2025-01-06  3:28 Sam James
2025-01-06  3:32 Sam James
2025-01-06  3:35 Sam James
2025-01-06  4:16 Sam James
2025-02-22  8:02 Ulrich Müller
2025-04-26  4:11 Sam James
2025-04-26  6:09 Arthur Zamarin
2025-04-26 10:57 Sam James
2025-04-26 19:11 Arthur Zamarin
2025-06-12 10:58 Viorel Munteanu
2025-06-12 10:58 Viorel Munteanu
2025-06-12 17:45 Sam James
2025-06-12 17:45 Sam James
2025-06-14  9:36 Sam James
2025-06-14 10:05 Sam James
2025-06-21  3:17 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=1564745099.c3a5d320ff902b26b5a89097408ee01ae3187dba.juippis@gentoo \
    --to=juippis@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