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 44008158041 for ; Tue, 9 Apr 2024 09:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82885E2A17; Tue, 9 Apr 2024 09:47:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5F42E2A17 for ; Tue, 9 Apr 2024 09:47:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEBAD3432FD for ; Tue, 9 Apr 2024 09:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E53BA1261 for ; Tue, 9 Apr 2024 09:47:14 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1712655944.c69a7f740499b497770c90b38e7753f4a5ab71e7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/uefi-mkconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/uefi-mkconfig/Manifest sys-boot/uefi-mkconfig/metadata.xml sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild X-VCS-Directories: sys-boot/uefi-mkconfig/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c69a7f740499b497770c90b38e7753f4a5ab71e7 X-VCS-Branch: master Date: Tue, 9 Apr 2024 09:47:14 +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: f1c49d53-c9fc-4429-817c-71ac859d4c85 X-Archives-Hash: 07c48fdb4d9bb33613bfc0c1c29083ad commit: c69a7f740499b497770c90b38e7753f4a5ab71e7 Author: Biosias gdos sk> AuthorDate: Thu Apr 4 09:10:37 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Apr 9 09:45:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69a7f74 sys-boot/uefi-mkconfig: new package, add 1.4 Signed-off-by: Biosias gdos.sk> Closes: https://github.com/gentoo/gentoo/pull/36171 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-boot/uefi-mkconfig/Manifest | 1 + sys-boot/uefi-mkconfig/metadata.xml | 16 +++++++++++ sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild | 35 +++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest new file mode 100644 index 000000000000..dfaeef8f744c --- /dev/null +++ b/sys-boot/uefi-mkconfig/Manifest @@ -0,0 +1 @@ +DIST uefi-mkconfig-1.4.tar.gz 7844 BLAKE2B 4266c8c934f665c85d54699ebdd11648692b1eff2e0d4111de8329e01dee3342c760d772da27a8862e0427fcbecb38a9c0499ee482aa1ee0dcf72d0f30be97ef SHA512 47e096571899c18decd24c65df9bdd9da964e1e47120504d8c9761b7c2b80172b17a9259f229c267c95d7ee4ac24a1e79a3d0f13d15fc2effee7fcee8b1ce3ea diff --git a/sys-boot/uefi-mkconfig/metadata.xml b/sys-boot/uefi-mkconfig/metadata.xml new file mode 100644 index 000000000000..449694d29242 --- /dev/null +++ b/sys-boot/uefi-mkconfig/metadata.xml @@ -0,0 +1,16 @@ + + + + + jakub@gdos.sk + Jakub GajdoĊĦ + + + andrewammerlaan@gentoo.org + Andrew Ammerlaan + + + Biosias/uefi-mkconfig + https://github.com/Biosias/uefi-mkconfig/issues + + diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild new file mode 100644 index 000000000000..0729f2e0a75f --- /dev/null +++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info optfeature + +DESCRIPTION="Automatic management of UEFI entries" +HOMEPAGE="https://github.com/Biosias/uefi-mkconfig" +SRC_URI="https://github.com/Biosias/uefi-mkconfig/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-shells/bash + sys-boot/efibootmgr +" + +CONFIG_CHECK="EFI_STUB" + +src_install() { + dobin uefi-mkconfig + einstalldocs +} + +pkg_postinst() { + elog "uefi-mkconfig: Automatic management of UEFI entries" + elog "Run uefi-mkconfig while having all efi partitions mounted" + elog "Please use with care, this package was tested on a limited number of machines" + elog "Some problems may arise due to different implementations of UEFI" + elog + optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]" +}