From 3455c0a5153ae27d7c6c16ecd35fa3dec33f3dda Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 17 Nov 2024 03:03:09 +0000 Subject: gentoo auto-resync : 17:11:2024 - 03:03:09 --- sys-boot/uefi-mkconfig/Manifest | 4 +-- sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild | 36 ------------------------- sys-boot/uefi-mkconfig/uefi-mkconfig-3.2.ebuild | 36 +++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild create mode 100644 sys-boot/uefi-mkconfig/uefi-mkconfig-3.2.ebuild (limited to 'sys-boot/uefi-mkconfig') diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest index ff4432c7ad47..9cab3bdebc61 100644 --- a/sys-boot/uefi-mkconfig/Manifest +++ b/sys-boot/uefi-mkconfig/Manifest @@ -1,5 +1,5 @@ -DIST uefi-mkconfig-2.2.tar.gz 10176 BLAKE2B 7078c23d39dc4e6b80785502c0d186ec1c8ca4ad4b758bcfdf4b74df38e47cef23952e5139d185a9b2b1253cd69f018145c63254f3a421952c70371e33fb1911 SHA512 5489aacc869afb57dc4d48deba4306b141ea08fa5763b8486f156b3b01aecf987f7927b70e7acbb1abe9e145b1d1d4ef57cd93e12d78bec10cc9e61a37ccf02c DIST uefi-mkconfig-2.3.tar.gz 10295 BLAKE2B cae2301b1c181f87efbb47fbb393184ed383d763932999719223a298062cd802c318aeb9a1e4571483fe872b31ee27c86186a1200531d038e4ffe867ac683361 SHA512 730546552739db386249e0f86bce029ccb2695bd4b065326ae91ae92ab350ee387e46b661514b80728e609aa851a78efdda97a86fd7418c6f0044341c393c452 -EBUILD uefi-mkconfig-2.2.ebuild 1037 BLAKE2B b3716bdb4536a0a78463745fe96611986f783e4f79f3148ee038c1c5a369c856ca0c39d860a9977f17f98f5d96dbdba8194814602486a5ebf857e2f4d2af26a2 SHA512 63b09c45a4401d278c9c338a935268e1c9aadc851d315185cee2cbe7ca27b7cd327e42bc077d89a8b21fbf0341b68399c5c5b3e7c0c5a3312ce430064162dd79 +DIST uefi-mkconfig-3.2.tar.gz 13817 BLAKE2B 2d9d1d37c83e2e0a8b9e833745fee96303aba57d546cb63bd4b6b4447409a19dc48bc7183fcf22ba0cc809e5a68bdbc8fc3989cdbf1c2076a8ea025a21005e0b SHA512 fe9a412d49826151fd1f1363a7961f9339afb8ac869d600063a5ca1595b8a1e53917b3649b3bc3a5f85b0e5a23c9f16ab6e13b453430bbd35ceaa1b478d6eeb6 EBUILD uefi-mkconfig-2.3.ebuild 1037 BLAKE2B b3716bdb4536a0a78463745fe96611986f783e4f79f3148ee038c1c5a369c856ca0c39d860a9977f17f98f5d96dbdba8194814602486a5ebf857e2f4d2af26a2 SHA512 63b09c45a4401d278c9c338a935268e1c9aadc851d315185cee2cbe7ca27b7cd327e42bc077d89a8b21fbf0341b68399c5c5b3e7c0c5a3312ce430064162dd79 +EBUILD uefi-mkconfig-3.2.ebuild 1037 BLAKE2B b3716bdb4536a0a78463745fe96611986f783e4f79f3148ee038c1c5a369c856ca0c39d860a9977f17f98f5d96dbdba8194814602486a5ebf857e2f4d2af26a2 SHA512 63b09c45a4401d278c9c338a935268e1c9aadc851d315185cee2cbe7ca27b7cd327e42bc077d89a8b21fbf0341b68399c5c5b3e7c0c5a3312ce430064162dd79 MISC metadata.xml 534 BLAKE2B 048f2a893d771dae2e1afc5dd9bfbd196b5a968d6bc187c7fd693d0d5325ace8089ced97af3e45f84b9f87958133bd6dc5a2f1265ecf63b82892aef900f3d0e4 SHA512 858e7af0abe7299a0e94df4e024e1535cd7376d41e9844a78ba6cbb84d595ec9495154e018cde4c250215910e10e3bccdd66ad9f289ef9bb25ac6af333285e34 diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild deleted file mode 100644 index eb46eef391d5..000000000000 --- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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 "Don't forget to add kernel commands to the configuration file before using this package!" - elog - optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]" -} diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-3.2.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-3.2.ebuild new file mode 100644 index 000000000000..eb46eef391d5 --- /dev/null +++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-3.2.ebuild @@ -0,0 +1,36 @@ +# 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 "Don't forget to add kernel commands to the configuration file before using this package!" + elog + optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]" +} -- cgit v1.2.3