[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-27 Thread Julien Roy
commit: 5b080de5b205f6a988f7cd7c535bc9b75c31a2f1
Author: Julien Roy  jroy  ca>
AuthorDate: Wed Mar 27 14:35:08 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Wed Mar 27 14:35:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b080de5

Revert "sys-boot/boot-repair-iso-download: new package"

This reverts commit 470cf060b5b0fac0d7c84e54bad34b9b577f1fe5.
Per discussion on
https://github.com/gentoo/guru/commit/470cf060b5b0fac0d7c84e54bad34b9b577f1fe5

Signed-off-by: Julien Roy  jroy.ca>

 sys-boot/boot-repair-iso-download/Manifest |  1 -
 .../boot-repair-iso-download-.ebuild   | 39 --
 sys-boot/boot-repair-iso-download/metadata.xml | 12 ---
 3 files changed, 52 deletions(-)

diff --git a/sys-boot/boot-repair-iso-download/Manifest 
b/sys-boot/boot-repair-iso-download/Manifest
deleted file mode 100644
index 54c2ca538c..00
--- a/sys-boot/boot-repair-iso-download/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST boot-repair-disk-64bit.iso 2630877184 BLAKE2B 
66b977f030bd673d6b212e8975ae1662f92644e23186046748165cbd6088d2a5ca3dbc419e39d136e112b97263e6494bfca952f5fa1e00d9c2e272748bce994e
 SHA512 
2908bc9b7cb249fe1fefa02d8c817857f59a95b61a896b220d6b056cde2de2fc418654ec09e9576b1fe72eb225b457bc151d56eebc720b5ee8e0e825dba5de22

diff --git 
a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
deleted file mode 100644
index f453969d3b..00
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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() {
-
-   cd "$DISTDIR" || die
-
-   mkdir -p "$ED/opt/distribs/" || die
-
-   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"
-   einfo "or sys-boot/ventoy-bin (just copy the iso to the usb, with 
optional persistence storage)"
-   einfo "or Rufus on Windows (also with optional persistence) 
https://rufus.ie;
-   einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB;
-}

diff --git a/sys-boot/boot-repair-iso-download/metadata.xml 
b/sys-boot/boot-repair-iso-download/metadata.xml
deleted file mode 100644
index c58921bd3b..00
--- a/sys-boot/boot-repair-iso-download/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   Vitaly Zdanevich
-   zdanevich.vit...@ya.ru
-   
-   
-   https://help.ubuntu.com/community/Boot-Repair
-   boot-repair-cd
-   
-



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-25 Thread Vitaly Zdanevich
commit: 76f204be0d9762eedbd8e49fa87c623f52ccaff1
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Mon Mar 25 20:27:29 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Mon Mar 25 20:27:29 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76f204be

sys-boot/boot-repair-iso-download: add || die

Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
index 42d669848b..f453969d3b 100644
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
@@ -18,7 +18,7 @@ QA_PREBUILT="*"
 
 src_install() {
 
-   cd "$DISTDIR"
+   cd "$DISTDIR" || die
 
mkdir -p "$ED/opt/distribs/" || die
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-24 Thread Vitaly Zdanevich
commit: fa4419f299a7f7324e4fd459b5dd9dc2c3942b10
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sun Mar 24 14:40:54 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sun Mar 24 14:40:54 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa4419f2

sys-boot/boot-repair-iso-download: reorder lines

Signed-off-by: Vitaly Zdanevich  ya.ru>

 .../boot-repair-iso-download/boot-repair-iso-download-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
index b6e7b6dbf5..42d669848b 100644
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
@@ -18,10 +18,10 @@ QA_PREBUILT="*"
 
 src_install() {
 
-   mkdir -p "$ED/opt/distribs/" || die
-
cd "$DISTDIR"
 
+   mkdir -p "$ED/opt/distribs/" || die
+
cp boot-repair-disk-64bit.iso "$ED/opt/distribs/" || die
 }
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-24 Thread Vitaly Zdanevich
commit: a17708cab593e973ca003452d28410fa721606c2
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sun Mar 24 14:01:57 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sun Mar 24 14:01:57 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a17708ca

einfo: rufus: add about optional persistence

Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
index fc4b498f74..b6e7b6dbf5 100644
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
@@ -34,6 +34,6 @@ pkg_postinst() {
einfo "sudo dd if=boot-repair-disk-64bit.iso of=/dev/sdX"
einfo "With dd you can press Ctrl-T to see the progress"
einfo "or sys-boot/ventoy-bin (just copy the iso to the usb, with 
optional persistence storage)"
-   einfo "or Rufus on Windows https://rufus.ie;
+   einfo "or Rufus on Windows (also with optional persistence) 
https://rufus.ie;
einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB;
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-24 Thread Vitaly Zdanevich
commit: 8cc0c06f1f29b6e5117a628445a5fa895ede39f2
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sun Mar 24 14:00:24 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sun Mar 24 14:00:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cc0c06f

einfo: add about rufus

Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
index d065203dcb..fc4b498f74 100644
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
@@ -32,7 +32,8 @@ pkg_postinst() {
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 "or sys-boot/ventoy-bin (just copy the iso to the usb, with 
optional persistence storage)"
einfo "With dd you can press Ctrl-T to see the progress"
+   einfo "or sys-boot/ventoy-bin (just copy the iso to the usb, with 
optional persistence storage)"
+   einfo "or Rufus on Windows https://rufus.ie;
einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB;
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-24 Thread Vitaly Zdanevich
commit: 66dba42e88cd974d6d0095159fa455599a2b6182
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sun Mar 24 13:50:04 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sun Mar 24 13:50:04 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66dba42e

sys-boot/boot-repair-iso-download: einfo add about ventoy

Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
index 1459c4319f..d065203dcb 100644
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
@@ -32,6 +32,7 @@ pkg_postinst() {
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 "or sys-boot/ventoy-bin (just copy the iso to the usb, with 
optional persistence storage)"
einfo "With dd you can press Ctrl-T to see the progress"
einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB;
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-24 Thread Vitaly Zdanevich
commit: 268485e26279e3eee9b69abe944f74f4736d9855
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sun Mar 24 11:02:35 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sun Mar 24 11:02:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=268485e2

sys-boot/boot-repair-iso-download: einfo add with link to 
https://wiki.gentoo.org/wiki/LiveUSB

Signed-off-by: Vitaly Zdanevich  ya.ru>

 sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
index 55cb61a487..1459c4319f 100644
--- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
@@ -33,4 +33,5 @@ pkg_postinst() {
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"
+   einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB;
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/

2024-03-24 Thread Vitaly Zdanevich
commit: 470cf060b5b0fac0d7c84e54bad34b9b577f1fe5
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sun Mar 24 10:32:12 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sun Mar 24 10:32:12 2024 +
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  ya.ru>

 sys-boot/boot-repair-iso-download/Manifest |  1 +
 .../boot-repair-iso-download-.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 00..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-.ebuild 
b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.ebuild
new file mode 100644
index 00..55cb61a487
--- /dev/null
+++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-.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 00..c58921bd3b
--- /dev/null
+++ b/sys-boot/boot-repair-iso-download/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   Vitaly Zdanevich
+   zdanevich.vit...@ya.ru
+   
+   
+   https://help.ubuntu.com/community/Boot-Repair
+   boot-repair-cd
+   
+