sys-boot/grml-rescueboot: add 0.6.7, drop 0.6.1

Switch to using release tarballs rather than an unstable source!

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-03-19 14:22:58 +00:00
parent 71c496378e
commit 4d35287b6b
2 changed files with 8 additions and 14 deletions

View File

@@ -1,2 +1 @@
DIST 42_grml 4444 BLAKE2B e0fe62323e017259b058e12f03994645ceba5f339c058b5241553cb2ece0d8a5ddd31bc8d686b926d0921ab433e9b8f1f9f32a2af3b9aa774750b6ddda66e3c4 SHA512 7a4c3da564d6ce84da9f44c54178994ab8777987c143dc109987442a26bb44b55a126aca8086873bb85bb39dba437bfa5b897222a815272d5e692374ff510948
DIST grml-rescueboot 404 BLAKE2B b9750a2aa2381862b6d87095b40844c1ec10c492a932c9f1b974fd2e13a7ab451db7347d6bb3e305ca2ce9f064dcbb78b28633c6bdfae92d32a0a5727ac44ba2 SHA512 f7b36959d9d41d485b3f57d4d6a6f6ed011e385325e0c2c796e27057515583606f4dc12d30a37131089c259ae71cc005786b8a38d0d2e6f22f49507fa99ae2f5
DIST grml-rescueboot_0.6.7+gh.tar.xz 9616 BLAKE2B 35d688f17b0d86eed1c2dfea9e269af195155ae02e819884847afe8a3b4ce3079818e69dfbaa7815bbb65fee3d733ab100f51300599f260ac0eb52833f29876f SHA512 ef23ec1ddccc9699dc93f53da73dcb05894690f31449a046ac89ebdd116411b1e71424fd20051fbab908530426dec89c28e3f414ca6a12d712fb2eef30f872bf

View File

@@ -5,27 +5,22 @@ EAPI=8
DESCRIPTION="grub2 script to add ISO images to the grub2 boot menu"
HOMEPAGE="https://wiki.grml.org/doku.php?id=rescueboot"
SRC_URI="https://raw.github.com/grml/grml-rescueboot/master/etc/default/grml-rescueboot
https://raw.github.com/grml/grml-rescueboot/master/42_grml
"
S="${DISTDIR}"
SRC_URI="https://github.com/grml/grml-rescueboot/releases/download/v${PV}/${PN}_${PV}+gh.tar.xz"
S="${WORKDIR}"/workspace
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
sys-boot/grub
"
RDEPEND="sys-boot/grub"
BDEPEND="app-text/xmltoman"
src_install() {
insinto /etc/default/
doins grml-rescueboot
insinto /etc/default
doins etc/default/grml-rescueboot
exeinto /etc/grub.d/
newexe 42_grml 42_grml
doexe 42_grml
}
pkg_postinst() {