From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56923138351 for ; Wed, 19 Feb 2020 13:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80DF8E09DC; Wed, 19 Feb 2020 13:32:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68171E09DC for ; Wed, 19 Feb 2020 13:32:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6FB034EE20 for ; Wed, 19 Feb 2020 13:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3505D147 for ; Wed, 19 Feb 2020 13:32:33 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1582119138.9749628a16ad3603f9c764a901987f1a069f07f2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtpms/libtpms-0.7.0.ebuild X-VCS-Directories: dev-libs/libtpms/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9749628a16ad3603f9c764a901987f1a069f07f2 X-VCS-Branch: master Date: Wed, 19 Feb 2020 13:32:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a4e1c82-b537-415e-8aa6-820f7211acf5 X-Archives-Hash: 390c6ea9541d965fa4f63d1a052022e0 commit: 9749628a16ad3603f9c764a901987f1a069f07f2 Author: Salah Coronya gmail com> AuthorDate: Mon Jan 13 14:41:12 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 19 13:32:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9749628a dev-libs/libtpms: Remove old Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Salah Coronya gmail.com> Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libtpms/libtpms-0.7.0.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-libs/libtpms/libtpms-0.7.0.ebuild b/dev-libs/libtpms/libtpms-0.7.0.ebuild deleted file mode 100644 index ea28c3dd94f..00000000000 --- a/dev-libs/libtpms/libtpms-0.7.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -}