public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vitaly Zdanevich" <zdanevich.vitaly@ya.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/grml-rescueboot/
Date: Sat, 13 Jul 2024 01:17:37 +0000 (UTC)	[thread overview]
Message-ID: <1720833430.abc50d4a5626bbaa8f0f85039175dea57ef37f0d.zdanevich.vitaly@gentoo> (raw)

commit:     abc50d4a5626bbaa8f0f85039175dea57ef37f0d
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Jul 13 01:17:10 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Jul 13 01:17:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abc50d4a

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

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-boot/grml-rescueboot/Manifest                     |  3 ++-
 sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild | 13 +++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/sys-boot/grml-rescueboot/Manifest b/sys-boot/grml-rescueboot/Manifest
index ddf57799f..e702764dd 100644
--- a/sys-boot/grml-rescueboot/Manifest
+++ b/sys-boot/grml-rescueboot/Manifest
@@ -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

diff --git a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild
index e5437389f..74b964f2d 100644
--- a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild
+++ b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild
@@ -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() {


             reply	other threads:[~2024-07-13  1:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-13  1:17 Vitaly Zdanevich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29  1:38 [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/grml-rescueboot/ Vitaly Zdanevich
2024-06-29  1:23 Vitaly Zdanevich
2024-06-29  1:21 Vitaly Zdanevich
2024-06-28  1:54 Vitaly Zdanevich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1720833430.abc50d4a5626bbaa8f0f85039175dea57ef37f0d.zdanevich.vitaly@gentoo \
    --to=zdanevich.vitaly@ya.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox