public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arsen Arsenovic" <arsen@aarsen.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/limine/
Date: Wed, 27 Apr 2022 21:35:38 +0000 (UTC)	[thread overview]
Message-ID: <1651095046.dea7dc763fc53b323c707a4eb997951cf460205f.arsen@gentoo> (raw)

commit:     dea7dc763fc53b323c707a4eb997951cf460205f
Author:     Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Wed Apr 27 21:30:46 2022 +0000
Commit:     Arsen Arsenovic <arsen <AT> aarsen <DOT> me>
CommitDate: Wed Apr 27 21:30:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dea7dc76

sys-boot/limine: add 3.4.3

Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>

 sys-boot/limine/Manifest            |  1 +
 sys-boot/limine/limine-3.4.3.ebuild | 51 +++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/sys-boot/limine/Manifest b/sys-boot/limine/Manifest
index 752b1f55a..6516228a1 100644
--- a/sys-boot/limine/Manifest
+++ b/sys-boot/limine/Manifest
@@ -1,2 +1,3 @@
 DIST limine-2.88.tar.xz 3154252 BLAKE2B d3e7b081245010c7fe5218ea364a4bb825ef6b7505b33db37bdc6a0e61a43f273c443d00df6ae7b61901420704d0368b5bcad59797f3eeb403c3bb9388193927 SHA512 53bb81e1261a5a6ae45c525cb2724871a11544c2d8236d421e6cde42c34cbf4c6b4a1a322a86e8064abadf5c124525149cecd93339a748a925673fc581805cee
 DIST limine-3.0.tar.xz 3164168 BLAKE2B fedd161ec8957fd2b3245d8a7a6bffaeab4fa7629b5c07671287f964b8dd78396b530299a0b3f9de0c4ea0010624590ec505308b0612cfd419cbb4bc57b21496 SHA512 c92c5a6f094f7dd90bebbbaf5be59843897a66771550805e70536793549e42bdc49f4763a0eda9491235ace801ca3644697276de381240654b9cc95ea5c2e353
+DIST limine-3.4.3.tar.xz 3165344 BLAKE2B fe2afef5c960d9cfb78883ebe02d0fab754e40b466630ec3959d77e3f62f533e94d0ba3ecfda06688b8705140514c9aa4bb5c9e3c91ef884879e9e75c24fcd61 SHA512 986f95e3a12b5d4ae5f166f4d7388aa5feb12fa4b03f0acb8aa00a7494fbd37e53961b5afc2a85b1f399a742a78b72f70c9268792f652a64a491a142d3260256

diff --git a/sys-boot/limine/limine-3.4.3.ebuild b/sys-boot/limine/limine-3.4.3.ebuild
new file mode 100644
index 000000000..d054a12ed
--- /dev/null
+++ b/sys-boot/limine/limine-3.4.3.ebuild
@@ -0,0 +1,51 @@
+# 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="+bios +bios-pxe +bios-cd +limine-deploy +uefi +cd-efi +uefi32 +uefi64"
+REQUIRED_USE="
+	uefi32? ( uefi )
+	uefi64? ( uefi )
+	cd-efi? ( uefi )
+	uefi? ( || ( uefi32 uefi64 cd-efi ) )
+
+	bios-pxe? ( bios )
+	bios-cd? ( bios )
+	limine-deploy? ( bios )
+	bios? ( || ( bios-pxe bios-cd limine-deploy ) )
+"
+
+BDEPEND="
+	sys-apps/findutils
+	dev-lang/nasm
+	app-arch/gzip
+	cd-efi? ( sys-fs/mtools )
+"
+
+src_configure() {
+	local myconf=(
+		"$(use_enable bios)"
+		"$(use_enable bios-cd)"
+		"$(use_enable bios-pxe)"
+		"$(use_enable limine-deploy)"
+
+		"$(use_enable uefi)"
+		"$(use_enable uefi32)"
+		"$(use_enable uefi64)"
+		"$(use_enable cd-efi)"
+	)
+
+	TOOLCHAIN="${CHOST}" \
+	econf "${myconf[@]}"
+}


             reply	other threads:[~2022-04-27 21:35 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 21:35 Arsen Arsenovic [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09  8:17 [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/limine/ Kacper Słomiński
2024-10-31 23:57 Kacper Słomiński
2024-10-16 17:00 Kacper Słomiński
2024-10-12 16:53 Kacper Słomiński
2024-10-03  0:19 Kacper Słomiński
2024-09-18 15:24 Kacper Słomiński
2024-09-16 21:48 Kacper Słomiński
2024-09-10 23:13 Kacper Słomiński
2024-09-05 16:19 Kacper Słomiński
2024-09-02 13:53 Kacper Słomiński
2024-08-28 21:47 Kacper Słomiński
2024-08-18 21:36 Kacper Słomiński
2024-08-18 18:54 Kacper Słomiński
2024-08-18 18:54 Kacper Słomiński
2024-07-07 15:04 Arsen Arsenović
2024-05-06 12:50 Arsen Arsenović
2024-04-03 15:31 Arsen Arsenović
2024-02-17 16:39 Arsen Arsenović
2024-02-08 11:45 Arsen Arsenović
2024-02-08 11:45 Arsen Arsenović
2024-01-20 17:04 Arsen Arsenović
2024-01-01 15:03 Arsen Arsenović
2023-11-25 22:08 Arsen Arsenović
2023-11-21 19:53 Arsen Arsenović
2023-11-06 11:55 Arsen Arsenović
2023-11-03 19:11 Arsen Arsenović
2023-08-14 13:05 Arsen Arsenović
2023-06-18 22:36 Arsen Arsenović
2023-06-18 22:36 Arsen Arsenović
2023-06-06  7:51 Arsen Arsenović
2023-05-31  8:55 Arsen Arsenović
2023-05-29 20:11 Arsen Arsenović
2023-05-14  9:56 Arsen Arsenović
2023-05-03 23:10 Arsen Arsenović
2023-04-28  8:46 Arsen Arsenović
2023-04-23 16:45 Arsen Arsenović
2023-04-09  8:58 Arsen Arsenović
2023-04-02 10:33 Arsen Arsenović
2023-03-25 10:03 Arsen Arsenović
2023-03-15 10:00 Arsen Arsenović
2023-03-09 13:27 Arsen Arsenović
2023-03-08  9:35 Arsen Arsenović
2023-03-05 19:00 Arsen Arsenović
2023-03-05 17:20 Arsen Arsenović
2023-02-27 10:22 Arsen Arsenović
2023-02-24 10:25 Arsen Arsenović
2023-02-20 15:28 Arsen Arsenović
2023-02-17 14:17 Arsen Arsenović
2023-02-14  9:38 Arsen Arsenović
2023-02-14  9:38 Arsen Arsenović
2022-05-17 15:03 Arsen Arsenovic
2022-05-08  9:23 Arsen Arsenovic
2022-04-28 10:39 Arsen Arsenovic
2022-04-02 13:42 Arsen Arsenovic
2022-04-02 13:42 Arsen Arsenovic
2022-03-11  9:49 Arsen Arsenovic
2022-03-11  9:49 Arsen Arsenovic
2022-02-23 13:11 Arsen Arsenovic
2022-02-20 19:36 Arsen Arsenovic
2022-02-18 12:57 Arsen Arsenovic
2022-02-14 11:02 Arsen Arsenovic
2022-02-14 11:02 Arsen Arsenovic
2022-02-11  9:13 Arsen Arsenovic
2022-02-10 17:00 Arsen Arsenovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1651095046.dea7dc763fc53b323c707a4eb997951cf460205f.arsen@gentoo \
    --to=arsen@aarsen.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox