From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-tools/
Date: Fri, 3 Jun 2016 15:58:10 +0000 (UTC) [thread overview]
Message-ID: <1464965463.511ae892e46b82189e199a76f0f505ffd6e9f73d.blueness@gentoo> (raw)
commit: 511ae892e46b82189e199a76f0f505ffd6e9f73d
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 14:51:03 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 14:51:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511ae892
app-crypt/tpm-tools: add libressl support
Package-Manager: portage-2.2.28
app-crypt/tpm-tools/tpm-tools-1.3.8-r1.ebuild | 53 +++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.8-r1.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.8-r1.ebuild
new file mode 100644
index 0000000..96502e1
--- /dev/null
+++ b/app-crypt/tpm-tools/tpm-tools-1.3.8-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils flag-o-matic
+
+DESCRIPTION="TrouSerS' support tools for the Trusted Platform Modules"
+HOMEPAGE="http://trousers.sourceforge.net"
+SRC_URI="mirror://sourceforge/trousers/${P}.tar.gz"
+
+LICENSE="CPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~s390 ~sh ~x86"
+IUSE="libressl nls pkcs11 debug"
+
+COMMON_DEPEND="
+ >=app-crypt/trousers-0.3.0
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ pkcs11? ( dev-libs/opencryptoki )
+ "
+RDEPEND="${COMMON_DEPEND}
+ nls? ( virtual/libintl )"
+DEPEND="${COMMON_DEPEND}
+ nls? ( sys-devel/gettext )"
+
+src_prepare() {
+ sed -i -r \
+ -e '/CFLAGS/s/ -(Werror|m64)//' \
+ configure.in || die
+ epatch "${FILESDIR}/${P}-gold.patch"
+ epatch "${FILESDIR}/${P}-build.patch"
+
+ eautoreconf
+}
+
+src_configure() {
+ local myconf
+ # don't use --enable-pkcs11-support, configure is a mess.
+ use pkcs11 || myconf+=" --disable-pkcs11-support"
+
+ append-cppflags $(usex debug -DDEBUG -DNDEBUG)
+
+ econf \
+ $(use_enable nls) \
+ ${myconf}
+}
+
+src_install() {
+ default
+ rm -f "${ED}"/usr/lib*/libtpm_unseal.la
+}
next reply other threads:[~2016-06-03 15:58 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-03 15:58 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-04 13:38 [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-tools/ Agostino Sarubbo
2017-03-04 13:46 Agostino Sarubbo
2017-03-15 14:35 Michael Weber
2017-03-25 18:11 Alon Bar-Lev
2018-04-23 11:02 Alon Bar-Lev
2018-08-16 0:39 Thomas Deutschmann
2018-08-17 0:20 Mikle Kolyada
2018-08-22 19:20 Mart Raudsepp
2018-08-25 3:58 Alon Bar-Lev
2018-09-27 23:55 Alon Bar-Lev
2019-05-03 16:08 Aaron Bauman
2019-05-11 11:14 Mikle Kolyada
2019-05-12 20:56 Thomas Deutschmann
2019-05-13 4:17 Alon Bar-Lev
2020-02-26 16:17 Joonas Niilola
2020-11-09 20:30 Patrice Clement
2021-04-25 8:00 Michał Górny
2021-05-02 16:40 Mikle Kolyada
2021-12-06 11:27 Agostino Sarubbo
2021-12-07 6:26 Agostino Sarubbo
2021-12-09 21:25 Sam James
2023-02-14 3:13 Sam James
2023-03-17 14:11 Sam James
2023-03-17 14:11 Sam James
2023-03-17 14:21 Arthur Zamarin
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=1464965463.511ae892e46b82189e199a76f0f505ffd6e9f73d.blueness@gentoo \
--to=blueness@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