From: Salah Coronya Date: Mon, 13 Jan 2020 14:42:46 +0000 (-0600) Subject: app-crypt/swtpm: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8e0e90cb50b6c14c4f7f6aa8c4039e802093db43;p=gentoo.git app-crypt/swtpm: Remove old Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Salah Coronya Closes: https://github.com/gentoo/gentoo/pull/14326 Signed-off-by: Joonas Niilola --- 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 170483bd7cb5..000000000000 --- 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 -}