sys-boot/grml-rescueboot: SRC_URI from Debian deb to GitHub

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-07-13 05:17:10 +04:00
parent 513afbb692
commit abc50d4a56
2 changed files with 9 additions and 7 deletions

View File

@@ -1 +1,2 @@
DIST grml-rescueboot_0.6.1_all.deb 8308 BLAKE2B 0295172a2d89f50ed9f24848b6dcd3328066c4236c482b779126a54b81bbeb3dda644c201e6f1f5a550f1358c64bfb9539499ed1b956880ebc0890d0f36d6672 SHA512 d1c728941c526a44d87c7d0971541563d7dddba5f1c46e13091879d047910ada1b8d5e8756157f696530cbed95e66baf7948be1546e31bac6feff8df80fc3084
DIST 42_grml 4444 BLAKE2B e0fe62323e017259b058e12f03994645ceba5f339c058b5241553cb2ece0d8a5ddd31bc8d686b926d0921ab433e9b8f1f9f32a2af3b9aa774750b6ddda66e3c4 SHA512 7a4c3da564d6ce84da9f44c54178994ab8777987c143dc109987442a26bb44b55a126aca8086873bb85bb39dba437bfa5b897222a815272d5e692374ff510948
DIST grml-rescueboot 404 BLAKE2B b9750a2aa2381862b6d87095b40844c1ec10c492a932c9f1b974fd2e13a7ab451db7347d6bb3e305ca2ce9f064dcbb78b28633c6bdfae92d32a0a5727ac44ba2 SHA512 f7b36959d9d41d485b3f57d4d6a6f6ed011e385325e0c2c796e27057515583606f4dc12d30a37131089c259ae71cc005786b8a38d0d2e6f22f49507fa99ae2f5

View File

@@ -3,13 +3,14 @@
EAPI=8
inherit unpacker
DESCRIPTION="grub2 script to add ISO images to the grub2 boot menu"
HOMEPAGE="https://wiki.grml.org/doku.php?id=rescueboot"
SRC_URI="https://deb.grml.org/pool/main/g/${PN}/${PN}_${PV}_all.deb"
S="${WORKDIR}"
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}"
LICENSE="GPL-2"
SLOT="0"
@@ -21,10 +22,10 @@ RDEPEND="
src_install() {
insinto /etc/default/
doins etc/default/grml-rescueboot
doins grml-rescueboot
exeinto /etc/grub.d/
newexe etc/grub.d/42_grml 42_grml
newexe 42_grml 42_grml
}
pkg_postinst() {