mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
sys-boot/limine: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Arsen Arsenović <arsen@aarsen.me>
This commit is contained in:
parent
4669c44050
commit
b4c72f708c
@ -1,4 +1 @@
|
||||
DIST limine-2.83.tar.xz 1561172 BLAKE2B 2b91ca239147f6eede40b5bb21c6a3a5c44157bcaacf2bf49bf7b39471c60bd866dc499b54ab9a853d64d3db34c19544f8c7d5b657d3c73c5323314e579f2121 SHA512 716866615734fdfdbc3e947d2a02b194505e96428438c71622bdb05e48d6e700d9fd87660ae6a0e03aef8365c98adc2f51821783d6f14296380095afa6ca924b
|
||||
DIST limine-2.84.1.tar.xz 1561092 BLAKE2B 33e44bc512c54105c24c595a78c7af24e449e3e2cb2a3c2ab16f0030536f4a180f2775ac04d84fa739784a2349eea4720f3bf5fdc1603d3d92d9d12f05fec8a3 SHA512 bd44859e42e1d7de11aa7fa0d187588c229495edeb978b27186b36333d76577222c28ae1544b1dbb870d66fb274f550c58fc905c30748dbe8865c114cf333c4c
|
||||
DIST limine-2.84.2.tar.xz 1561312 BLAKE2B f46f0e37d581f7360377ad1582183bd89bc7eca57c7c11d388f02f6e8d1cf257f0150e15dc78390833974f7eb8bcaa8d3b49718fb9d49cb3edaf981f777f26cc SHA512 5fef4b7577078f2dd34d9a5bdaa4be1bebeb658c590d7cff4fa8aef73bbadab1a29983b949701a3103519c8a5f11b91ab1522b7b59315fc677b3a3b3d5e3eb91
|
||||
DIST limine-2.84.tar.xz 1561204 BLAKE2B 4412da7a1344a2ec2a2516351b995264a96bb3377238674777c24fcd477728080629c91c68d5ed097e589c5988d1c6622da90f0074d90c78c0f89776246ebc50 SHA512 3ece7e683e3f7fadc195091a0f1d80cde8a5379c064ff2518547a5d72f8152cd5b3c34dbe1f788c1251dcff14c33c75f861f91f0a78c0b50234db5c1a710acfa
|
||||
|
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
WANT_LIBTOOL=none
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Limine is a modern, advanced x86/x86_64 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="+eltorito-efi"
|
||||
|
||||
BDEPEND="
|
||||
sys-apps/findutils
|
||||
dev-lang/nasm
|
||||
app-arch/gzip
|
||||
eltorito-efi? ( sys-fs/mtools )
|
||||
"
|
||||
PATCHES="
|
||||
${FILESDIR}/${PN}-2.83-build-Make-eltorito-efi-build-manually-toggleable.patch
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
$(use_enable eltorito-efi)
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
WANT_LIBTOOL=none
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Limine is a modern, advanced x86/x86_64 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="+eltorito-efi"
|
||||
|
||||
BDEPEND="
|
||||
sys-apps/findutils
|
||||
dev-lang/nasm
|
||||
app-arch/gzip
|
||||
eltorito-efi? ( sys-fs/mtools )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
"$(use_enable eltorito-efi)"
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
WANT_LIBTOOL=none
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Limine is a modern, advanced x86/x86_64 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="+eltorito-efi"
|
||||
|
||||
BDEPEND="
|
||||
sys-apps/findutils
|
||||
dev-lang/nasm
|
||||
app-arch/gzip
|
||||
eltorito-efi? ( sys-fs/mtools )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
"$(use_enable eltorito-efi)"
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user