From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/
Date: Wed, 5 Aug 2020 12:19:02 +0000 (UTC) [thread overview]
Message-ID: <1596629920.3bc5a054be3b3620a72849cc2745177d7ca19a92.juippis@gentoo> (raw)
commit: 3bc5a054be3b3620a72849cc2745177d7ca19a92
Author: Salah Coronya <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Wed Jul 22 04:37:22 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 12:18:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc5a054
dev-libs/libtpms: Bump to 0.7.3
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Salah Coronya <salah.coronya <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/libtpms/Manifest | 1 +
dev-libs/libtpms/libtpms-0.7.3.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/libtpms/Manifest b/dev-libs/libtpms/Manifest
index 1ad68862d4d..7b23c0510c3 100644
--- a/dev-libs/libtpms/Manifest
+++ b/dev-libs/libtpms/Manifest
@@ -1 +1,2 @@
DIST libtpms-0.7.2.tar.gz 1205662 BLAKE2B e549d94b6915b3a126aac76bc65c743acf9295fa4b4b836cfc34fb4cbe52e6da000d11d2995de377ccf5d0e2366d763dd1a881c4f4ab87631c52ad62b3792b7a SHA512 ddc1e00e01fe91977ac78e069a0005b7b6a4e34f41c2d53bfb24f3fdaea73945a83ae5aa344d01b6636fdd2f3dd30c4ec54b1ef58d0964700ba4cf688d436739
+DIST libtpms-0.7.3.tar.gz 1206014 BLAKE2B 32636be3e15e27a53de1c935144d2363a80689456bd70493b4eef38214ef1b9ef84ae43d1da253c9dd3e362d385b6e1638eace7a1f105736ca54f581a5f474f0 SHA512 bfd573f909965991e266434391de5f1e52c724e679e5580b7839032a1ee57f8d36cdec6d892b1d22fb7285335801a6fe17ea8559ea7ba43704fbf57c6a06dd05
diff --git a/dev-libs/libtpms/libtpms-0.7.3.ebuild b/dev-libs/libtpms/libtpms-0.7.3.ebuild
new file mode 100644
index 00000000000..1daf31882dc
--- /dev/null
+++ b/dev-libs/libtpms/libtpms-0.7.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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"
+IUSE="libressl"
+
+DEPEND=" !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --disable-static \
+ --with-openssl \
+ --with-tpm2
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2020-08-05 12:19 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-05 12:19 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-19 4:29 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/ John Helmert III
2023-03-30 17:17 Arthur Zamarin
2023-03-17 11:44 Arthur Zamarin
2023-03-17 11:38 Arthur Zamarin
2023-03-17 9:04 Arthur Zamarin
2023-03-11 17:15 Sam James
2023-02-20 14:47 Arthur Zamarin
2023-02-20 13:50 Sam James
2023-02-20 13:50 Sam James
2023-02-20 9:39 Joonas Niilola
2022-07-09 12:26 Matthew Smith
2022-05-20 9:17 Agostino Sarubbo
2022-05-19 9:27 Agostino Sarubbo
2022-05-17 12:38 Agostino Sarubbo
2022-05-17 12:37 Agostino Sarubbo
2022-05-17 9:59 Agostino Sarubbo
2022-04-27 10:19 Joonas Niilola
2022-04-27 10:19 Joonas Niilola
2022-03-11 0:04 Ionen Wolkens
2022-03-11 0:04 Ionen Wolkens
2022-03-10 6:48 Yixun Lan
2021-11-28 0:20 Ionen Wolkens
2021-11-28 0:20 Ionen Wolkens
2021-09-14 7:39 Joonas Niilola
2021-09-14 7:39 Joonas Niilola
2021-09-13 6:33 Joonas Niilola
2021-09-08 1:25 Sam James
2021-09-04 6:26 Joonas Niilola
2021-09-04 6:26 Joonas Niilola
2021-09-04 6:26 Joonas Niilola
2021-07-24 15:22 Sam James
2021-07-15 6:01 Ionen Wolkens
2021-07-12 21:59 Sam James
2021-07-06 17:59 Sam James
2021-06-27 17:29 Matthias Maier
2021-06-22 9:02 Joonas Niilola
2021-06-22 9:02 Joonas Niilola
2021-05-01 7:37 Mikle Kolyada
2021-04-25 8:00 Michał Górny
2020-11-01 6:14 Joonas Niilola
2020-11-01 6:14 Joonas Niilola
2020-10-08 6:57 Joonas Niilola
2020-08-05 12:19 Joonas Niilola
2020-06-24 15:58 Joonas Niilola
2020-02-19 13:32 Joonas Niilola
2020-02-19 13:32 Joonas Niilola
2019-08-02 11:25 Joonas Niilola
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=1596629920.3bc5a054be3b3620a72849cc2745177d7ca19a92.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