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 6280D15808B for ; Mon, 21 Mar 2022 23:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975F8E0929; Mon, 21 Mar 2022 23:52:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68549E0929 for ; Mon, 21 Mar 2022 23:52:28 +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 7FB6934314E for ; Mon, 21 Mar 2022 23:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E5E8320 for ; Mon, 21 Mar 2022 23:52:26 +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: <1647906732.bcd34c510ef65780a9a8b106176ddd853d9c224c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/tboot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/tboot/Manifest sys-boot/tboot/tboot-1.10.4.ebuild X-VCS-Directories: sys-boot/tboot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcd34c510ef65780a9a8b106176ddd853d9c224c X-VCS-Branch: master Date: Mon, 21 Mar 2022 23:52:26 +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: 7536309e-9bad-42bb-944d-8ce73a491063 X-Archives-Hash: c76be55609fd76c672bf2c4c1c188745 commit: bcd34c510ef65780a9a8b106176ddd853d9c224c Author: Christopher Byrne gmail com> AuthorDate: Wed Mar 9 16:39:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 21 23:52:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd34c51 sys-boot/tboot: Remove old Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christopher Byrne gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24464 Signed-off-by: Sam James gentoo.org> sys-boot/tboot/Manifest | 1 - sys-boot/tboot/tboot-1.10.4.ebuild | 76 -------------------------------------- 2 files changed, 77 deletions(-) diff --git a/sys-boot/tboot/Manifest b/sys-boot/tboot/Manifest index 2c3e426d33d3..7d038e2463ba 100644 --- a/sys-boot/tboot/Manifest +++ b/sys-boot/tboot/Manifest @@ -1,2 +1 @@ -DIST tboot-1.10.4.tar.gz 908050 BLAKE2B 8c793e2ec29cc3c3aa8199ac5058e9b3521eb0a72609c8b5ae21e0843571ae765be74bb48184178e2641ff8eec05680f81e45b12b80fd7d2727c82f9c8702411 SHA512 6fe93cabd5fc10cba7797048cad2cce4c490e0112c5c877f3367d78873cb55ba3d84eb703f2fcdba807eb21f1bef6a838d315b32d6418fb88b2589ff66e99491 DIST tboot-1.10.5.tar.gz 907657 BLAKE2B f9e33c512fac304eba6cbf87b497c48ff52c5efdb47103f247e04c95f8e44230671c58811d7d58753cd9c49c53d9ad77a0c5c7fb7fcce5c94d48f8fcaa9ad1f7 SHA512 01a039e5612b6cca6f7558e93673ba50edfcfbf3f65e390ac64f4aa6ae0859a314676b20d722dcd41a7a3c940473fe7982e823c800a75bd26a5e8f956528f223 diff --git a/sys-boot/tboot/tboot-1.10.4.ebuild b/sys-boot/tboot/tboot-1.10.4.ebuild deleted file mode 100644 index 4cedba3fabfc..000000000000 --- a/sys-boot/tboot/tboot-1.10.4.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit mount-boot toolchain-funcs - -DESCRIPTION="Performs a measured and verified boot using Intel Trusted Execution Technology" -HOMEPAGE="https://sourceforge.net/projects/tboot/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="custom-cflags selinux" - -# requires patching the kernel src -RESTRICT="test" - -DEPEND="dev-libs/openssl:0=[-bindist(-)]" - -RDEPEND="${DEPEND} - sys-boot/grub:2 - selinux? ( sec-policy/selinux-tboot )" - -DOCS=( README.md COPYING CHANGELOG ) -PATCHES=( "${FILESDIR}/${PN}-1.10.3-disable-Werror.patch" - "${FILESDIR}/${PN}-1.10.3-disable-strip.patch" - "${FILESDIR}/${PN}-1.10.3-dont-call-toolchain-directly.patch" ) - -pkg_setup() { - if tc-is-clang; then - eerror "tboot is a freestanding application that uses gcc" - eerror "extensions in fundemental ways, include VLAIS" - eerror "(Variable Length Arrays in Structs) and will not" - eerror "compile with clang witout upstream action" - die "Cannot compile with clang. See bug #832020" - fi -} - -src_configure() { - tc-export AS LD CC CPP AR RANLIB NM OBJCOPY OBJDUMP STRIP - - default -} - -src_compile() { - use custom-cflags && export TBOOT_CFLAGS=${CFLAGS} || unset CCASFLAGS CFLAGS CPPFLAGS LDFLAGS - - if use amd64; then - export MAKEARGS="TARGET_ARCH=x86_64" - else - export MAKEARGS="TARGET_ARCH=i686" - fi - - default -} - -src_install() { - emake DISTDIR="${D}" install - - dodoc "${DOCS[@]}" - dodoc docs/*.{txt,md} - - cd "${ED}" || die - mkdir -p usr/lib/tboot/ || die - mv boot usr/lib/tboot/ || die -} - -pkg_postinst() { - cp "${ROOT}/usr/lib/tboot/boot/"* "${ROOT}/boot/" || die - - ewarn "Please remember to download the SINIT AC Module relevant" - ewarn "for your platform from:" - ewarn "http://software.intel.com/en-us/articles/intel-trusted-execution-technology/" -}