commit: cabfbe555b35af11b8b6c26ef697efa0bf109a70 Author: Biosias <jakub <AT> gdos <DOT> sk> AuthorDate: Tue Jul 16 22:06:40 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Jul 17 08:06:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabfbe55
sys-boot/uefi-mkconfig: drop 1.4, 1.5 Signed-off-by: Biosias <jakub <AT> gdos.sk> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sys-boot/uefi-mkconfig/Manifest | 2 -- sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild | 35 ------------------------- sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild | 35 ------------------------- 3 files changed, 72 deletions(-) diff --git a/sys-boot/uefi-mkconfig/Manifest b/sys-boot/uefi-mkconfig/Manifest index 4b328130342a..4b3d33dfb49f 100644 --- a/sys-boot/uefi-mkconfig/Manifest +++ b/sys-boot/uefi-mkconfig/Manifest @@ -1,3 +1 @@ -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.4.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild deleted file mode 100644 index 8e426c062c9c..000000000000 --- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.4.ebuild +++ /dev/null @@ -1,35 +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 - optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]" -} diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild deleted file mode 100644 index 8e426c062c9c..000000000000 --- a/sys-boot/uefi-mkconfig/uefi-mkconfig-1.5.ebuild +++ /dev/null @@ -1,35 +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 - optfeature "Add UEFI entries on kernel installation " \ "sys-kernel/installkernel[-systemd,efistub]" -}
