commit:     4a38793decfb0e6c70b10b5f770872656917b8be
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 13:52:38 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 13:54:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a38793d

sys-apps/memtest86-bin: add bugfix release and drop old

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-apps/memtest86-bin/Manifest                    |  3 +-
 .../memtest86-bin/memtest86-bin-9.0_beta1.ebuild   | 37 ----------------------
 ...n-9.0.ebuild => memtest86-bin-9.0_p2000.ebuild} |  3 +-
 3 files changed, 2 insertions(+), 41 deletions(-)

diff --git a/sys-apps/memtest86-bin/Manifest b/sys-apps/memtest86-bin/Manifest
index 5534de864ec..8061b383223 100644
--- a/sys-apps/memtest86-bin/Manifest
+++ b/sys-apps/memtest86-bin/Manifest
@@ -1,3 +1,2 @@
-DIST memtest86-bin-9.0.zip 8748234 BLAKE2B 
5034f480a81ee1e98ffd036af074af254a9675f0acb3c2cc1bac300c33853156fe3b3c78dbdfd82720f4a180d7858c2ae860bf2b07c31ad00c52da5971f95183
 SHA512 
185341985c7eec60af1553b1fd03a30a2dd77c38d2f4dee024570b353a387e0f4ab07ee5b329355567f35d28085205bfc83f534f33cafd8abc88a53cbf9bcc0a
-DIST memtest86-bin-9.0_beta1.zip 9208162 BLAKE2B 
d21a2755b08a61c56e25f57a2e253ff6ab8f5e7aec9b291aa33daeb817ee9c6a5da7d40c5d2e97bfa39ba633567c9e601971767c1d6a6e6f699616b37b2149c4
 SHA512 
86c7962ad5abaf300f7a29cbcfc33bd20ad6d3b363d0c76a426682ec7ea2195e351c2fcace387e81e927aa30d2c66050ddc5415180401d17af3ef77d6a8b41a1
 DIST memtest86-bin-9.0_beta2.zip 10126202 BLAKE2B 
b6b7e2e5f6bba76fedc37244fd92b56be6fc3ed40efd42c55fc061c403a0e492f58f2ed719b2ff7b47596f41b3b6ccab1e13fbe885c168f59b51a783d7eb400f
 SHA512 
f28cd912e98b2fa0a3a0f98a10b57627073e85acc24eb79a4e326ff5fe9c8401fa093a8007179365137cac2654de9a762f31373fa0b66850400c9884f925393f
+DIST memtest86-bin-9.0_p2000.zip 8545915 BLAKE2B 
104373d099fa64d5b69b07e59fc4d922dd49b90e21c678bb8c39e00b6dd9ca9cadf7757f771731f1ab4780156b1c9f3550c97c4957b7198cf99280193a32d9ff
 SHA512 
12933eac68123c40c804995d1cbb5e6773031a9c23186443a0d7d2d68bc67b64fbdd6aed2fc139c91a3a98358bfa2562b79d1a7d38489686421ac5d59fb4dd07

diff --git a/sys-apps/memtest86-bin/memtest86-bin-9.0_beta1.ebuild 
b/sys-apps/memtest86-bin/memtest86-bin-9.0_beta1.ebuild
deleted file mode 100644
index c6682f17f67..00000000000
--- a/sys-apps/memtest86-bin/memtest86-bin-9.0_beta1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mount-boot
-
-MY_PV=${PV/_beta/-beta-}
-
-DESCRIPTION="Stand alone memory testing software for x86 computers"
-HOMEPAGE="http://www.memtest86.com/";
-SRC_URI="https://www.memtest86.com/downloads/memtest86-usb-${MY_PV}.zip -> 
${P}.zip"
-
-LICENSE="PassMark-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-BDEPEND="app-arch/unzip
-       sys-fs/fatcat"
-
-S=${WORKDIR}
-
-src_unpack() {
-       default
-       fatcat memtest86-usb.img -O 1048576 -r /EFI/BOOT/BOOTX64.efi > 
${PN}.efi || die
-}
-
-src_install() {
-       insinto /boot
-       doins ${PN}.efi
-
-       exeinto /etc/grub.d/
-       newexe "${FILESDIR}"/${PN}-grub.d 39_memtest86-bin
-
-       dodoc MemTest86_User_Guide_UEFI.pdf
-}

diff --git a/sys-apps/memtest86-bin/memtest86-bin-9.0.ebuild 
b/sys-apps/memtest86-bin/memtest86-bin-9.0_p2000.ebuild
similarity index 95%
rename from sys-apps/memtest86-bin/memtest86-bin-9.0.ebuild
rename to sys-apps/memtest86-bin/memtest86-bin-9.0_p2000.ebuild
index ad72f858b53..97f87cab241 100644
--- a/sys-apps/memtest86-bin/memtest86-bin-9.0.ebuild
+++ b/sys-apps/memtest86-bin/memtest86-bin-9.0_p2000.ebuild
@@ -11,8 +11,7 @@ 
SRC_URI="https://www.memtest86.com/downloads/memtest86-usb.zip -> ${P}.zip"
 
 LICENSE="PassMark-EULA"
 SLOT="0"
-#KEYWORDS="-* ~amd64"
-KEYWORDS=""
+KEYWORDS="-* ~amd64"
 IUSE=""
 
 BDEPEND="app-arch/unzip

Reply via email to