From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-boot/boot-repair-iso-download/
Date: Sun, 24 Mar 2024 19:31:46 +0000 (UTC) [thread overview]
Message-ID: <1711276332.470cf060b5b0fac0d7c84e54bad34b9b577f1fe5.julien@gentoo> (raw)
commit: 470cf060b5b0fac0d7c84e54bad34b9b577f1fe5
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Mar 24 10:32:12 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Mar 24 10:32:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=470cf060
sys-boot/boot-repair-iso-download: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
sys-boot/boot-repair-iso-download/Manifest | 1 +
.../boot-repair-iso-download-9999.ebuild | 36 ++++++++++++++++++++++
sys-boot/boot-repair-iso-download/metadata.xml | 12 ++++++++
3 files changed, 49 insertions(+)
diff --git a/sys-boot/boot-repair-iso-download/Manifest b/sys-boot/boot-repair-iso-download/Manifest
new file mode 100644
index 0000000000..54c2ca538c
--- /dev/null
+++ b/sys-boot/boot-repair-iso-download/Manifest
@@ -0,0 +1 @@
+DIST boot-repair-disk-64bit.iso 2630877184 BLAKE2B 66b977f030bd673d6b212e8975ae1662f92644e23186046748165cbd6088d2a5ca3dbc419e39d136e112b97263e6494bfca952f5fa1e00d9c2e272748bce994e SHA512 2908bc9b7cb249fe1fefa02d8c817857f59a95b61a896b220d6b056cde2de2fc418654ec09e9576b1fe72eb225b457bc151d56eebc720b5ee8e0e825dba5de22
diff --git a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild
new file mode 100644
index 0000000000..55cb61a487
--- /dev/null
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Ubuntu based ISO to fix GRUB problems - just downloads to /opt/distribs/"
+HOMEPAGE="https://sourceforge.net/p/boot-repair-cd/home/Home/"
+
+SRC_URI="https://yer.dl.sourceforge.net/project/boot-repair-cd/boot-repair-disk-64bit.iso"
+
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0"
+PROPERTIES="live"
+RESTRICT="strip"
+QA_PREBUILT="*"
+
+src_install() {
+
+ mkdir -p "$ED/opt/distribs/" || die
+
+ cd "$DISTDIR"
+
+ cp boot-repair-disk-64bit.iso "$ED/opt/distribs/" || die
+}
+
+pkg_postinst() {
+ einfo "To write to USB we have many options, but the simplest one without installing any software:"
+ einfo "sudo cp boot-repair-disk-64bit.iso /dev/sdX"
+ einfo "it will override the data on USB"
+ einfo "Instead of sdX - choose the letter of your USB flash from lsblk"
+ einfo "or"
+ einfo "sudo dd if=boot-repair-disk-64bit.iso of=/dev/sdX"
+ einfo "With dd you can press Ctrl-T to see the progress"
+}
diff --git a/sys-boot/boot-repair-iso-download/metadata.xml b/sys-boot/boot-repair-iso-download/metadata.xml
new file mode 100644
index 0000000000..c58921bd3b
--- /dev/null
+++ b/sys-boot/boot-repair-iso-download/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+ <upstream>
+ <doc lang="en">https://help.ubuntu.com/community/Boot-Repair</doc>
+ <remote-id type="sourceforge">boot-repair-cd</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2024-03-24 19:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-24 19:31 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-28 3:43 [gentoo-commits] repo/proj/guru:master commit in: sys-boot/boot-repair-iso-download/ Haelwenn Monnier
2024-03-25 23:15 Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-24 19:31 Julien Roy
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=1711276332.470cf060b5b0fac0d7c84e54bad34b9b577f1fe5.julien@gentoo \
--to=julien@jroy.ca \
--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