commit:     5242e245bdc70adc3e6f4314f67a0b4bd0692d40
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue May 14 23:44:35 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:59:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5242e245

sys-boot/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild | 5 ++---
 .../customrescuecd-x86_64-grub-0.1.ebuild                           | 5 ++---
 sys-boot/mkusb/mkusb-23.2.0.ebuild                                  | 6 +++---
 sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild                        | 5 +++--
 4 files changed, 10 insertions(+), 11 deletions(-)

diff --git 
a/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild 
b/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild
index 87c6a8e961..2b35cd8356 100644
--- a/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild
+++ b/sys-boot/customrescuecd-x86-grub/customrescuecd-x86-grub-0.1.ebuild
@@ -5,14 +5,13 @@ EAPI=7
 
 DESCRIPTION="Grub menu entries for the .iso image of customrescuecd"
 HOMEPAGE="https://sourceforge.net/projects/customrescuecd/";
-SRC_URI=""
+
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT=0
 KEYWORDS="~x86"
 
-S=${WORKDIR}
-
 RDEPEND="app-admin/customrescuecd-x86
        sys-boot/grub"
 

diff --git 
a/sys-boot/customrescuecd-x86_64-grub/customrescuecd-x86_64-grub-0.1.ebuild 
b/sys-boot/customrescuecd-x86_64-grub/customrescuecd-x86_64-grub-0.1.ebuild
index 2599fdd71f..8c86237c65 100644
--- a/sys-boot/customrescuecd-x86_64-grub/customrescuecd-x86_64-grub-0.1.ebuild
+++ b/sys-boot/customrescuecd-x86_64-grub/customrescuecd-x86_64-grub-0.1.ebuild
@@ -5,14 +5,13 @@ EAPI=7
 
 DESCRIPTION="Grub menu entries for the .iso image of customrescuecd"
 HOMEPAGE="https://sourceforge.net/projects/customrescuecd/";
-SRC_URI=""
+
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT=0
 KEYWORDS="~amd64"
 
-S=${WORKDIR}
-
 RDEPEND="app-admin/customrescuecd-x86_64
        sys-boot/grub"
 

diff --git a/sys-boot/mkusb/mkusb-23.2.0.ebuild 
b/sys-boot/mkusb/mkusb-23.2.0.ebuild
index d13c1a2ff6..aa7fbf5998 100644
--- a/sys-boot/mkusb/mkusb-23.2.0.ebuild
+++ b/sys-boot/mkusb/mkusb-23.2.0.ebuild
@@ -19,13 +19,11 @@ SRC_URI="
 
 S="${WORKDIR}"
 
-SLOT="0"
-
 LICENSE="GPL-3"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RESTRICT="strip"
-QA_PREBUILT="*"
 # REQUIRES_EXCLUDE="libcef.so" # Already inside
 
 RDEPEND="
@@ -37,6 +35,8 @@ RDEPEND="
 "
 # About sys-fs/ntfs3g see my issue to make this dep optionsl 
https://bugs.launchpad.net/mkusb/+bug/2058962
 
+QA_PREBUILT="*"
+
 src_unpack() {
        unpack_deb "$DISTDIR/$P-common.deb"
        unpack_deb "$DISTDIR/$P.deb"

diff --git a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild 
b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
index 678803b8f6..5a68a99201 100644
--- a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
+++ b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
@@ -9,12 +9,13 @@ DESCRIPTION="Creator of bootable USBs, with ability to copy 
ISOs, persistence st
 HOMEPAGE="http://www.ventoy.net";
 
SRC_URI="https://github.com/ventoy/Ventoy/releases/download/v${PV}/ventoy-${PV}-linux.tar.gz";
 
+S="${WORKDIR}"/ventoy-${PV}
+
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
 RESTRICT="strip mirror"
-QA_PREBUILT="*" # Against "does not respect LDFLAGS"
 
 DEPEND="
        sys-fs/dosfstools
@@ -23,7 +24,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/ventoy-${PV}
+QA_PREBUILT="*" # Against "does not respect LDFLAGS"
 
 CARCH="x86_64"
 

Reply via email to