From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1147166-garchives=archives.gentoo.org@lists.gentoo.org>
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 31EB6138350
	for <garchives@archives.gentoo.org>; Wed, 19 Feb 2020 13:32:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 24807E09E0;
	Wed, 19 Feb 2020 13:32:37 +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 B8909E09E0
	for <gentoo-commits@lists.gentoo.org>; 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 47A6534EE1A
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2020 13:32:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 488C7148
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Feb 2020 13:32:33 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
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" <juippis@gentoo.org>
Message-ID: <1582119139.8e0e90cb50b6c14c4f7f6aa8c4039e802093db43.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-crypt/swtpm/swtpm-0.2.0.ebuild
X-VCS-Directories: app-crypt/swtpm/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 8e0e90cb50b6c14c4f7f6aa8c4039e802093db43
X-VCS-Branch: master
Date: Wed, 19 Feb 2020 13:32:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e11f6d0e-e374-48c2-a16f-a9cc11643ba1
X-Archives-Hash: b27495b818065c127297710259aad4e2

commit:     8e0e90cb50b6c14c4f7f6aa8c4039e802093db43
Author:     Salah Coronya <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Mon Jan 13 14:42:46 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 13:32:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0e90cb

app-crypt/swtpm: Remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Salah Coronya <salah.coronya <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14326
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/swtpm/swtpm-0.2.0.ebuild | 64 --------------------------------------
 1 file changed, 64 deletions(-)

diff --git a/app-crypt/swtpm/swtpm-0.2.0.ebuild b/app-crypt/swtpm/swtpm-0.2.0.ebuild
deleted file mode 100644
index 170483bd7cb..00000000000
--- a/app-crypt/swtpm/swtpm-0.2.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit autotools python-any-r1
-
-DESCRIPTION="Libtpms-based TPM emulator"
-HOMEPAGE="https://github.com/stefanberger/swtpm"
-SRC_URI="https://github.com/stefanberger/swtpm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="fuse gnutls seccomp test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="dev-libs/libtpms
-	dev-libs/openssl:0
-	fuse? (
-		dev-libs/glib:2
-		sys-fs/fuse:0
-	      )
-	gnutls? (
-		   dev-libs/libtasn1:=
-		   >=net-libs/gnutls-3.1.0[tools]
-		)
-	seccomp? ( sys-libs/libseccomp )
-"
-
-DEPEND="${COMMON_DEPEND}
-	test? (
-		net-misc/socat
-		${PYTHON_DEPS}
-	      )
-"
-
-RDEPEND="${COMMON_DEPEND}
-	app-crypt/tpm-tools
-	app-crypt/trousers
-	dev-tcltk/expect"
-
-src_prepare() {
-	use test || eapply "${FILESDIR}/${PN}-disable-test-dependencies.patch"
-	eapply "${FILESDIR}/${PN}-fix-localca-path.patch"
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-	  --with-openssl \
-	  --without-selinux \
-	  $(use_with fuse cuse) \
-	  $(use_with gnutls) \
-	  $(use_with seccomp)
-}
-
-src_install() {
-	default
-	fowners tss:tss /var/lib/swtpm-localca
-	keepdir /var/lib/swtpm-localca
-}