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 5B88F1581D3 for ; Wed, 15 May 2024 13:09:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB18EE2A1F; Wed, 15 May 2024 13:09:14 +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 8B3FAE2A1F for ; Wed, 15 May 2024 13:09:14 +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 89071342F94 for ; Wed, 15 May 2024 13:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC55D1A80 for ; Wed, 15 May 2024 13:09:11 +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: <1715778543.7e404982aaa11ca67ea6388a04a37bfda425aacb.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/uefi-mkconfig-1.6.ebuild X-VCS-Directories: sys-boot/uefi-mkconfig/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7e404982aaa11ca67ea6388a04a37bfda425aacb X-VCS-Branch: master Date: Wed, 15 May 2024 13:09:11 +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: 98b922f3-7f7f-48fc-89df-5880034c0722 X-Archives-Hash: 86754a033bf8c50a1cdd98cd762bd9b8 commit: 7e404982aaa11ca67ea6388a04a37bfda425aacb Author: Biosias gdos sk> AuthorDate: Wed May 15 11:23:47 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 15 13:09:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e404982 sys-boot/uefi-mkconfig: add 1.6 Signed-off-by: Biosias gdos.sk> Closes: https://github.com/gentoo/gentoo/pull/36684 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-boot/uefi-mkconfig/Manifest | 1 + sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild | 35 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest index a88d8a60c4ff..4b328130342a 100644 --- a/sys-boot/uefi-mkconfig/Manifest +++ b/sys-boot/uefi-mkconfig/Manifest @@ -1,2 +1,3 @@ DIST uefi-mkconfig-1.4.tar.gz 7844 BLAKE2B 4266c8c934f665c85d54699ebdd11648692b1eff2e0d4111de8329e01dee3342c760d772da27a8862e0427fcbecb38a9c0499ee482aa1ee0dcf72d0f30be97ef SHA512 47e096571899c18decd24c65df9bdd9da964e1e47120504d8c9761b7c2b80172b17a9259f229c267c95d7ee4ac24a1e79a3d0f13d15fc2effee7fcee8b1ce3ea DIST uefi-mkconfig-1.5.tar.gz 8299 BLAKE2B f06ec90f298f2dcc5c3001f603b50c7521b5568272ba263b87f19ed45f5d10aec162b8ad909c9c5bbe72638559b9346f586063e7e25c33c7b41b3fe881bab35f SHA512 244d280a0b2b8e197b9d9a46e4db729efb5d568a0907c538aa1e27e0491eb12e2105bfc6d7b52c2a06f7fd53f7c5d339d680124a9dbfb5bd451b8659ea23752f +DIST uefi-mkconfig-1.6.tar.gz 8620 BLAKE2B 57a48be15a976cc628f04e263fcbc1c56296f9d2b8ff11e70ab9239723f168e08775042fa86ab49e85d212aa719e6465acf883debe46f4a7f3d57edf3d07dd09 SHA512 df4595f5c05b812e7199fc19564bd899b345952f23014f9f0851e7da4b812b93583d52b9955edde3f7d05c182f29b120b7201d69493931813b2caf8ffd2e6f14 diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.ebuild new file mode 100644 index 000000000000..8e426c062c9c --- /dev/null +++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.6.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 ~arm ~arm64 ~x86" + +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]" +}