Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/
Date: Wed, 19 Feb 2020 13:32:37
Message-Id: 1582119138.9749628a16ad3603f9c764a901987f1a069f07f2.juippis@gentoo
1 commit: 9749628a16ad3603f9c764a901987f1a069f07f2
2 Author: Salah Coronya <salah.coronya <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 13 14:41:12 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 13:32:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9749628a
7
8 dev-libs/libtpms: Remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Salah Coronya <salah.coronya <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-libs/libtpms/libtpms-0.7.0.ebuild | 27 ---------------------------
15 1 file changed, 27 deletions(-)
16
17 diff --git a/dev-libs/libtpms/libtpms-0.7.0.ebuild b/dev-libs/libtpms/libtpms-0.7.0.ebuild
18 deleted file mode 100644
19 index ea28c3dd94f..00000000000
20 --- a/dev-libs/libtpms/libtpms-0.7.0.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit autotools
29 -
30 -DESCRIPTION="Library providing software emultion of a TPM"
31 -HOMEPAGE="https://github.com/stefanberger/libtpms"
32 -SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64"
36 -
37 -DEPEND="dev-libs/openssl:0="
38 -RDEPEND="${DEPEND}"
39 -
40 -src_prepare() {
41 - default
42 - eautoreconf
43 -}
44 -
45 -src_configure() {
46 - econf \
47 - --with-openssl \
48 - --with-tpm2
49 -}