From 3f0af5bde948d783b7b7c20a0bc4847b5bf85787 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Mon, 9 Jun 2025 09:08:20 -0400 Subject: sys-boot/limine: update to 9.3.1 --- sys-boot/limine/Manifest | 2 +- sys-boot/limine/limine-8.0.13.ebuild | 47 ------------------------------------ sys-boot/limine/limine-9.3.1.ebuild | 47 ++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 sys-boot/limine/limine-8.0.13.ebuild create mode 100644 sys-boot/limine/limine-9.3.1.ebuild (limited to 'sys-boot/limine') diff --git a/sys-boot/limine/Manifest b/sys-boot/limine/Manifest index 515aa98..b7b290b 100644 --- a/sys-boot/limine/Manifest +++ b/sys-boot/limine/Manifest @@ -1 +1 @@ -DIST limine-8.0.13.tar.xz 407784 BLAKE2B 2722b6a644766b181bb456605a16fb957eecfa2808303443fc890b28074bfe11961f8f3ffa904c890b867ad7c4eca105bb6d727a98d405c075ad603ecea2e011 SHA512 116082e74e15a1f2cc0e13a14b215929902589da08ff2dc8617de1a87e9ae9ba9fe81f6e40f56f00860841034feac93609601fc2557df25ee602d71933784be3 +DIST limine-9.3.1.tar.xz 414132 BLAKE2B 6808b26cf17005c5aa8ce07d69b3177e815410160663015287451820c272937bf298c0a5c2aa2c65183d6a2a87e4dd03f965fc6112476b06c0bbc5f0b55750a9 SHA512 5bda4520d3a39821de30a8b882953dc769e7dcd1a92445ae3b1b6368ef73ba5ef15dea54b5f2c13aa5a01f04b0c608f93170cc8e54310beedceb676288719b4c diff --git a/sys-boot/limine/limine-8.0.13.ebuild b/sys-boot/limine/limine-8.0.13.ebuild deleted file mode 100644 index 5d41343..0000000 --- a/sys-boot/limine/limine-8.0.13.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader" -HOMEPAGE="https://limine-bootloader.org/" -SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="abi_x86_32 abi_x86_64 bios bios-pxe bios-cd uefi uefi-cd" - -BDEPEND=" - app-alternatives/gzip - dev-lang/nasm - sys-apps/findutils - uefi-cd? ( sys-fs/mtools ) -" - -REQUIRED_USE=" - bios? ( || ( amd64 x86 ) ) - bios-cd? ( || ( amd64 x86 ) ) - bios-pxe? ( || ( amd64 x86 ) ) -" - -src_configure() { - local myconf=( - $(use_enable bios) - $(use_enable bios-cd) - $(use_enable bios-pxe) - - $(use_enable uefi-cd) - ) - - if use uefi; then - myconf+=( - $(use_enable abi_x86_32 uefi-ia32) - $(use_enable abi_x86_64 uefi-x86-64) - $(use_enable arm64 uefi-aarch64) - $(use_enable riscv uefi-riscv64) - ) - fi - - econf "${myconf[@]}" -} diff --git a/sys-boot/limine/limine-9.3.1.ebuild b/sys-boot/limine/limine-9.3.1.ebuild new file mode 100644 index 0000000..5d41343 --- /dev/null +++ b/sys-boot/limine/limine-9.3.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader" +HOMEPAGE="https://limine-bootloader.org/" +SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="abi_x86_32 abi_x86_64 bios bios-pxe bios-cd uefi uefi-cd" + +BDEPEND=" + app-alternatives/gzip + dev-lang/nasm + sys-apps/findutils + uefi-cd? ( sys-fs/mtools ) +" + +REQUIRED_USE=" + bios? ( || ( amd64 x86 ) ) + bios-cd? ( || ( amd64 x86 ) ) + bios-pxe? ( || ( amd64 x86 ) ) +" + +src_configure() { + local myconf=( + $(use_enable bios) + $(use_enable bios-cd) + $(use_enable bios-pxe) + + $(use_enable uefi-cd) + ) + + if use uefi; then + myconf+=( + $(use_enable abi_x86_32 uefi-ia32) + $(use_enable abi_x86_64 uefi-x86-64) + $(use_enable arm64 uefi-aarch64) + $(use_enable riscv uefi-riscv64) + ) + fi + + econf "${myconf[@]}" +} -- cgit v1.2.3-70-g09d2