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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 178A9158064 for ; Thu, 9 May 2024 20:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD813E2A7E; Thu, 9 May 2024 20:49:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5737E2A7D for ; Thu, 9 May 2024 20:49:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9A793430A5 for ; Thu, 9 May 2024 20:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51F701A80 for ; Thu, 9 May 2024 20:49:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715287718.e7a875ce8edf6fc421eaf1b37a150743bfdb04a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-pkcs11/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0-r1.ebuild app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild X-VCS-Directories: app-crypt/tpm2-pkcs11/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7a875ce8edf6fc421eaf1b37a150743bfdb04a0 X-VCS-Branch: master Date: Thu, 9 May 2024 20:49:17 +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: e09b18ff-f5c8-4f0a-a317-e53eda20897b X-Archives-Hash: 7053097010bad93c8869de7adfdcffbf commit: e7a875ce8edf6fc421eaf1b37a150743bfdb04a0 Author: Christopher Byrne gmail com> AuthorDate: Sat Apr 13 21:47:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 9 20:48:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a875ce app-crypt/tpm2-pkcs11: drop 1.9.0, 1.9.0-r1 Signed-off-by: Christopher Byrne gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36407 Signed-off-by: Sam James gentoo.org> app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0-r1.ebuild | 70 ----------------------- app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild | 61 -------------------- 2 files changed, 131 deletions(-) diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0-r1.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0-r1.ebuild deleted file mode 100644 index 9f263b30a998..000000000000 --- a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="sqlite" - -inherit autotools python-single-r1 - -DESCRIPTION="A PKCS#11 interface for TPM2 hardware" -HOMEPAGE="https://tpm2-software.github.io/" -SRC_URI="https://github.com/tpm2-software/tpm2-pkcs11/releases/download/${PV}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="fapi test" -REQUIRED_USE="( ${PYTHON_REQUIRED_USE} )" - -# Units tests only for now -RESTRICT="!test? ( test )" - -RDEPEND="${PYTHON_DEPS} - app-crypt/p11-kit - app-crypt/tpm2-abrmd - app-crypt/tpm2-tools[fapi?] - !fapi? ( app-crypt/tpm2-tss:= ) - fapi? ( >=app-crypt/tpm2-tss-3.0.1:=[fapi] ) - dev-db/sqlite:3 - dev-libs/libyaml - dev-libs/openssl:= - $(python_gen_cond_dep ' - dev-python/bcrypt[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pyasn1-modules[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/tpm2-pytss[${PYTHON_USEDEP}] - ') -" - -DEPEND="test? ( dev-util/cmocka ) - ${RDEPEND}" -BDEPEND="${PYTHON_DEPS} - dev-build/autoconf-archive - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${PN}-1.9.0-Remove-incorrect-append-in-configure-ac.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable fapi) \ - $(use_enable test unit) -} - -src_install() { - default - python_domodule tools/tpm2_pkcs11 - python_newscript tools/tpm2_ptool.py tpm2_ptool - find "${ED}" -name '*.la' -delete || die -} diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild deleted file mode 100644 index fab1bce25187..000000000000 --- a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 - -DESCRIPTION="A PKCS#11 interface for TPM2 hardware" -HOMEPAGE="https://tpm2-software.github.io/" -SRC_URI="https://github.com/tpm2-software/tpm2-pkcs11/releases/download/${PV}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="fapi test" -REQUIRED_USE="( ${PYTHON_REQUIRED_USE} )" - -# Units tests only for now -RESTRICT="!test? ( test )" - -RDEPEND="${PYTHON_DEPS} - app-crypt/p11-kit - app-crypt/tpm2-abrmd - app-crypt/tpm2-tools[fapi?] - !fapi? ( app-crypt/tpm2-tss:= ) - fapi? ( >=app-crypt/tpm2-tss-3.0.1:=[fapi] ) - dev-db/sqlite:3 - dev-libs/libyaml - dev-libs/openssl:= - $(python_gen_cond_dep ' - dev-python/bcrypt[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pyasn1-modules[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/tpm2-pytss[${PYTHON_USEDEP}] - ') -" - -DEPEND="test? ( dev-util/cmocka ) - ${RDEPEND}" -BDEPEND="${PYTHON_DEPS} - dev-build/autoconf-archive - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable fapi) \ - $(use_enable test unit) -} - -src_install() { - default - python_domodule tools/tpm2_pkcs11 - python_newscript tools/tpm2_ptool.py tpm2_ptool - find "${ED}" -name '*.la' -delete || die -}