commit: 843c9bb0145e253962785f1f74c73bf83cfb9a43 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Sat Jan 25 22:51:00 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 10:05:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843c9bb0
app-crypt/tpm2-openssl: drop 1.2.0 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40306 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-crypt/tpm2-openssl/Manifest | 1 - app-crypt/tpm2-openssl/tpm2-openssl-1.2.0.ebuild | 49 ------------------------ 2 files changed, 50 deletions(-) diff --git a/app-crypt/tpm2-openssl/Manifest b/app-crypt/tpm2-openssl/Manifest index c8ed9053e321..c9b7b8551562 100644 --- a/app-crypt/tpm2-openssl/Manifest +++ b/app-crypt/tpm2-openssl/Manifest @@ -1,2 +1 @@ -DIST tpm2-openssl-1.2.0.tar.gz 424967 BLAKE2B 9bcdc47b2eb94329caace24f10e8c234cdd92250ee7fdd4f6156c278328c0103a2285234e64f48f951f5e1b77e72341eb129ee996e628641a4032849fe5a62ce SHA512 4a12c83a0687768cd972a8d7e544f4bba2debcd24d7da2d2ee9adb097d1565bb1d69d1c448edff05f040b95700847293a8e33bfe92f43e536d13bc734ded1e1d DIST tpm2-openssl-1.3.0.tar.gz 432730 BLAKE2B 458cf61324f28b6c9c7d970afa7a4fe4b22f556db986e6ae4db823e876e680e338145b5519b1e351006e43adaf6b7ee7639f42cd7d1ef0b9d96f833b6016c1e4 SHA512 7f226a7a3040fb33863e24d2c3712b2cc816d872c907ac4e05f38502bf52a979a522cad5a27f1984d3ce6cc75b6d4c5098ba025cce9eedac1b7f605300210650 diff --git a/app-crypt/tpm2-openssl/tpm2-openssl-1.2.0.ebuild b/app-crypt/tpm2-openssl/tpm2-openssl-1.2.0.ebuild deleted file mode 100644 index 03767401d089..000000000000 --- a/app-crypt/tpm2-openssl/tpm2-openssl-1.2.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="OpenSSL Provider for TPM2 integration" -HOMEPAGE="https://github.com/tpm2-software/tpm2-openssl" -SRC_URI="https://github.com/tpm2-software/tpm2-openssl/releases/download/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=app-crypt/tpm2-tss-3.2.0:= - >=dev-libs/openssl-3:=" -DEPEND="${RDEPEND} - test? ( - app-crypt/swtpm[gnutls(+)] - app-crypt/tpm2-abrmd - app-crypt/tpm2-tools - )" -BDEPEND=" - dev-build/autoconf-archive - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${PN}-1.2.0-tests-run-with-simulator-in-container.patch" - "${FILESDIR}/${PN}-1.2.0-Makefile-add-run-with-simulator-to-extra-dists.patch" - "${FILESDIR}/${PN}-1.1.1-build-Fix-undefined-references-when-using-slibtool.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_test() { - "${S}/test/run-with-simulator" swtpm skip-build || die -} - -src_install() { - default - find "${ED}" -iname '*.la' -delete || die -}
