summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-08-17 10:29:14 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-08-17 10:29:21 +0200
commit7853e0d82def473558ed587a377decbe3e6cbcee (patch)
tree87b61c75e3087ed9a5aad66a98dd8825d2565db6
parentsys-apps/heirloom-tools: Don't create subdirs in /usr/bin (diff)
downloadgentoo-7853e0d82def473558ed587a377decbe3e6cbcee.tar.gz
gentoo-7853e0d82def473558ed587a377decbe3e6cbcee.tar.bz2
gentoo-7853e0d82def473558ed587a377decbe3e6cbcee.zip
sys-apps/memtest86-bin: add 10.6, drop 10.5
This really needs a static versioned url otherwise it will just keep breaking. Closes: https://bugs.gentoo.org/912388 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sys-apps/memtest86-bin/Manifest2
-rw-r--r--sys-apps/memtest86-bin/memtest86-bin-10.6.ebuild (renamed from sys-apps/memtest86-bin/memtest86-bin-10.5.ebuild)12
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/memtest86-bin/Manifest b/sys-apps/memtest86-bin/Manifest
index 3032fbc55c34..dfcab4766fbf 100644
--- a/sys-apps/memtest86-bin/Manifest
+++ b/sys-apps/memtest86-bin/Manifest
@@ -1 +1 @@
-DIST memtest86-bin-10.5.zip 12038462 BLAKE2B 70488902fc14e986211475504705f6150c8bd55175703d6f4f12fda3ffc541e651a3888d40836da46520328b85fff1e854d831c3c1b4fac6ba6b0faeb8547931 SHA512 98101d21c1bd06f5b487391e1660f18636daaf86ff6aa5aa305716d7dad134533c409cfd1645870d902da5cbfd73c5f186e379b835eff0c09e3fa47770cb81f6
+DIST memtest86-bin-10.6.zip 11817380 BLAKE2B cad80d5230574eb0147007e9233ee79e276931856692a0b9e5b9db878de31f3a90eeaf1520a29477208b4f8276ae134f9b7693ffe9e55128d20bb0ad0d0cdb1d SHA512 7ffaf44bee4ca0c6a521b53351ba8514212beff2dfa640ef34cfb44390337fdefe5f15ca36d61e16353acb55edc7906c4d3544c58348f1550a906509c5e8db4c
diff --git a/sys-apps/memtest86-bin/memtest86-bin-10.5.ebuild b/sys-apps/memtest86-bin/memtest86-bin-10.6.ebuild
index caaa6b213878..54ff7712597b 100644
--- a/sys-apps/memtest86-bin/memtest86-bin-10.5.ebuild
+++ b/sys-apps/memtest86-bin/memtest86-bin-10.6.ebuild
@@ -1,24 +1,24 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit mount-boot secureboot
DESCRIPTION="Stand alone memory testing software for x86 EFI hardware"
HOMEPAGE="http://www.memtest86.com/"
SRC_URI="https://www.memtest86.com/downloads/memtest86-usb.zip -> ${P}.zip"
+S="${WORKDIR}"
LICENSE="PassMark-EULA"
RESTRICT="mirror bindist"
SLOT="0"
KEYWORDS="-* ~amd64"
-IUSE=""
-BDEPEND="app-arch/unzip
- sys-fs/fatcat"
-
-S=${WORKDIR}
+BDEPEND="
+ app-arch/unzip
+ sys-fs/fatcat
+"
src_unpack() {
default