mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -1,2 +1 @@
|
|||||||
DIST 42_grml 4444 BLAKE2B e0fe62323e017259b058e12f03994645ceba5f339c058b5241553cb2ece0d8a5ddd31bc8d686b926d0921ab433e9b8f1f9f32a2af3b9aa774750b6ddda66e3c4 SHA512 7a4c3da564d6ce84da9f44c54178994ab8777987c143dc109987442a26bb44b55a126aca8086873bb85bb39dba437bfa5b897222a815272d5e692374ff510948
|
DIST grml-rescueboot_0.6.7+gh.tar.xz 9616 BLAKE2B 35d688f17b0d86eed1c2dfea9e269af195155ae02e819884847afe8a3b4ce3079818e69dfbaa7815bbb65fee3d733ab100f51300599f260ac0eb52833f29876f SHA512 ef23ec1ddccc9699dc93f53da73dcb05894690f31449a046ac89ebdd116411b1e71424fd20051fbab908530426dec89c28e3f414ca6a12d712fb2eef30f872bf
|
||||||
DIST grml-rescueboot 404 BLAKE2B b9750a2aa2381862b6d87095b40844c1ec10c492a932c9f1b974fd2e13a7ab451db7347d6bb3e305ca2ce9f064dcbb78b28633c6bdfae92d32a0a5727ac44ba2 SHA512 f7b36959d9d41d485b3f57d4d6a6f6ed011e385325e0c2c796e27057515583606f4dc12d30a37131089c259ae71cc005786b8a38d0d2e6f22f49507fa99ae2f5
|
|
||||||
|
|||||||
@@ -5,27 +5,22 @@ EAPI=8
|
|||||||
|
|
||||||
DESCRIPTION="grub2 script to add ISO images to the grub2 boot menu"
|
DESCRIPTION="grub2 script to add ISO images to the grub2 boot menu"
|
||||||
HOMEPAGE="https://wiki.grml.org/doku.php?id=rescueboot"
|
HOMEPAGE="https://wiki.grml.org/doku.php?id=rescueboot"
|
||||||
|
SRC_URI="https://github.com/grml/grml-rescueboot/releases/download/v${PV}/${PN}_${PV}+gh.tar.xz"
|
||||||
SRC_URI="https://raw.github.com/grml/grml-rescueboot/master/etc/default/grml-rescueboot
|
S="${WORKDIR}"/workspace
|
||||||
https://raw.github.com/grml/grml-rescueboot/master/42_grml
|
|
||||||
"
|
|
||||||
|
|
||||||
S="${DISTDIR}"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="sys-boot/grub"
|
||||||
sys-boot/grub
|
BDEPEND="app-text/xmltoman"
|
||||||
"
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
insinto /etc/default/
|
insinto /etc/default
|
||||||
doins grml-rescueboot
|
doins etc/default/grml-rescueboot
|
||||||
|
|
||||||
exeinto /etc/grub.d/
|
exeinto /etc/grub.d/
|
||||||
newexe 42_grml 42_grml
|
doexe 42_grml
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
Reference in New Issue
Block a user