public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/libressl:master commit in: sys-boot/vboot-utils/files/, sys-boot/vboot-utils/
@ 2022-07-05 21:19 Quentin Retornaz
  0 siblings, 0 replies; only message in thread
From: Quentin Retornaz @ 2022-07-05 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ff85da39c210a0e36fecaffa3a0d16f37a9a94b2
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Jul  5 01:56:46 2022 +0000
Commit:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Tue Jul  5 21:18:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ff85da39

sys-boot/vboot-utils: Remove package

Works with libressl-3.5.x and vboot-utils-80_p20200108::gentoo.

Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/libressl/pull/433
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>

 sys-boot/vboot-utils/Manifest                      |   1 -
 .../files/vboot-utils-72_p20181229-libressl.patch  |  11 ---
 sys-boot/vboot-utils/metadata.xml                  |  12 ---
 .../vboot-utils/vboot-utils-72_p20181229-r1.ebuild | 100 ---------------------
 4 files changed, 124 deletions(-)

diff --git a/sys-boot/vboot-utils/Manifest b/sys-boot/vboot-utils/Manifest
deleted file mode 100644
index 660bec3..0000000
--- a/sys-boot/vboot-utils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vboot-utils-72_p20181229.tar.xz 18489004 BLAKE2B 444eb0bc2c571ad79d26d473da724016d6d041207beaae161f6c1155768ff9d0b1c8b7b070b828083cc1396266cc77175a75e8067ce22613c75b4d77780dda75 SHA512 41df034dc5498bcbec0d49a472331ceb2fbc2eb3b4173d5c56e920d65ae485382b3d811e5f2c13cf45a1b05a5d6a24197924fa1c76ada9c3aac14fa3c4c363fe

diff --git a/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch b/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch
deleted file mode 100644
index 6702a9f..0000000
--- a/sys-boot/vboot-utils/files/vboot-utils-72_p20181229-libressl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/host/include/openssl_compat.h	2019-01-03 17:32:20.000000000 -0500
-+++ b/host/include/openssl_compat.h	2019-02-23 13:40:27.521664838 -0500
-@@ -12,7 +12,7 @@
- 
- #include <openssl/rsa.h>
- 
--#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2080000L
- 
- static inline void RSA_get0_key(const RSA *rsa, const BIGNUM **n,
- 				const BIGNUM **e, const BIGNUM **d)

diff --git a/sys-boot/vboot-utils/metadata.xml b/sys-boot/vboot-utils/metadata.xml
deleted file mode 100644
index 8860a1b..0000000
--- a/sys-boot/vboot-utils/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<upstream>
-		<bugs-to>http://crbug.com</bugs-to>
-		<changelog>https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+log/master</changelog>
-		<doc>https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+/master/README</doc>
-	</upstream>
-	<maintainer type="person">
-		<email>zmedico@gentoo.org</email>
-	</maintainer>
-</pkgmetadata>

diff --git a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
deleted file mode 100644
index b45fc15..0000000
--- a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-# This is the latest commit in the latest branch.
-GIT_SHA1="a32c930e8c46424a3bba3c296fd78b3e60f50aeb"
-
-DESCRIPTION="Chrome OS verified boot tools"
-HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/ http://dev.chromium.org/chromium-os/chromiumos-design-docs/verified-boot"
-# Can't use gitiles directly until b/19710536 is fixed.
-#SRC_URI="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+archive/${GIT_SHA1}.tar.gz -> ${P}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.xz
-	https://dev.gentoo.org/~zmedico/dist/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
-IUSE="minimal static"
-
-LIB_DEPEND="
-	dev-libs/libyaml:=[static-libs(+)]
-	app-arch/xz-utils:=[static-libs(+)]"
-LIB_DEPEND_MINIMAL="
-	dev-libs/openssl:0=[static-libs(+)]
-	sys-apps/util-linux:=[static-libs(+)]
-	dev-libs/libzip:=[static-libs(+)]"
-RDEPEND="!static? (
-		${LIB_DEPEND_MINIMAL//\[static-libs(+)]}
-		!minimal? ( ${LIB_DEPEND//\[static-libs(+)]} )
-	)
-	elibc_musl? ( sys-libs/fts-standalone )"
-DEPEND="${RDEPEND}
-	static? (
-		${LIB_DEPEND_MINIMAL}
-		!minimal? ( ${LIB_DEPEND} )
-	)
-	app-crypt/trousers"
-
-S=${WORKDIR}
-
-src_prepare() {
-	eapply "${FILESDIR}"/${P}-libressl.patch
-
-	default
-	sed -i \
-		-e 's:${DESTDIR}/\(bin\|${LIBDIR}\):${DESTDIR}/usr/\1:g' \
-		-e 's:${DESTDIR}/default:${DESTDIR}/etc/default:g' \
-		-e 's:${TEST_INSTALL_DIR}/bin:${TEST_INSTALL_DIR}/usr/bin:' \
-		-e '/cgpt -D 358400/d' \
-		Makefile || die
-	sed -e 's:^BIN_DIR=${BUILD_DIR}/install_for_test/bin:BIN_DIR=${BUILD_DIR}/install_for_test/usr/bin:' \
-		-i tests/common.sh || die
-	sed -e "s:/mnt/host/source/src/platform/vboot_reference:${S}:" \
-		-i tests/futility/expect_output/* || die
-}
-
-_emake() {
-	local arch=$(tc-arch)
-	emake \
-		V=1 \
-		QEMU_ARCH= \
-		ARCH=${arch} \
-		HOST_ARCH=${arch} \
-		LIBDIR="$(get_libdir)" \
-		DEBUG_FLAGS= \
-		WERROR= \
-		MINIMAL=$(usev minimal) \
-		STATIC=$(usev static) \
-		$(usex elibc_musl HAVE_MUSL=1 "") \
-		"$@"
-}
-
-src_compile() {
-	tc-export CC AR CXX PKG_CONFIG
-	_emake TEST_BINS= all
-}
-
-src_test() {
-	_emake runtests
-}
-
-src_install() {
-	_emake DESTDIR="${ED}" install
-
-	insinto /usr/share/vboot/devkeys
-	doins tests/devkeys/*
-
-	insinto /usr/include/vboot
-	doins host/include/* \
-		firmware/include/gpt.h \
-		firmware/include/tlcl.h \
-		firmware/include/tss_constants.h
-
-	dolib.a build/libvboot_host.a
-
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-05 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05 21:19 [gentoo-commits] repo/proj/libressl:master commit in: sys-boot/vboot-utils/files/, sys-boot/vboot-utils/ Quentin Retornaz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox