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 14BFD158094 for ; Tue, 6 Sep 2022 22:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43AE2E0831; Tue, 6 Sep 2022 22:39:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 079AEE0831 for ; Tue, 6 Sep 2022 22:39:03 +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 2286B3411E3 for ; Tue, 6 Sep 2022 22:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95ABB5C8 for ; Tue, 6 Sep 2022 22:39:00 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1662503935.f1af676d881384cec86e6534705f963e9724d2f5.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/seabios-bin/Manifest sys-firmware/seabios-bin/metadata.xml sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild X-VCS-Directories: sys-firmware/seabios-bin/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: f1af676d881384cec86e6534705f963e9724d2f5 X-VCS-Branch: master Date: Tue, 6 Sep 2022 22:39:00 +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: 17e65a75-81aa-4706-a53e-ee49452c7cdd X-Archives-Hash: daeaa6dd6ca604f5849af0f8d657c397 commit: f1af676d881384cec86e6534705f963e9724d2f5 Author: John Helmert III gentoo org> AuthorDate: Sun Aug 7 01:10:05 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Tue Sep 6 22:38:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1af676d sys-firmware/seabios-bin: new package, add 1.16.0 Signed-off-by: John Helmert III gentoo.org> sys-firmware/seabios-bin/Manifest | 1 + sys-firmware/seabios-bin/metadata.xml | 8 +++++++ sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/sys-firmware/seabios-bin/Manifest b/sys-firmware/seabios-bin/Manifest new file mode 100644 index 000000000000..348aa7cc234f --- /dev/null +++ b/sys-firmware/seabios-bin/Manifest @@ -0,0 +1 @@ +DIST seabios-1.16.0-1.xpak 141506 BLAKE2B b2d0cc367ea7ba958604f95dc2a7ab92fd76768e6133552b76d651755cab225eed3e1a6bd350b7f3b5058212390c073e9ca37896412797ac224fb1ce4b5f641a SHA512 4007a6cd40b7c82d1f53450a4151a19d5020ca4c3258b4502f9bfb1c3eacfef1a934794b58d38439e41884cd7a962aa436e22b9194b5731585383fd1476dd688 diff --git a/sys-firmware/seabios-bin/metadata.xml b/sys-firmware/seabios-bin/metadata.xml new file mode 100644 index 000000000000..cfac6f8ac4ff --- /dev/null +++ b/sys-firmware/seabios-bin/metadata.xml @@ -0,0 +1,8 @@ + + + + + virtualization@gentoo.org + Gentoo Virtualization Project + + diff --git a/sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild b/sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild new file mode 100644 index 000000000000..1632d76b3e55 --- /dev/null +++ b/sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +BINPKG="${P/-bin/}-1" + +DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS" +HOMEPAGE="https://www.seabios.org/" +SRC_URI="https://dev.gentoo.org/~ajak/distfiles/${BINPKG}.xpak" +S="${WORKDIR}" + +LICENSE="LGPL-3 GPL-3" +SLOT="0" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="!sys-firmware/seabios" + +src_unpack() { + tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.xpak") || die "unpacking binpkg failed" +} + +src_install() { + mv usr "${ED}" || die +}