sys-boot/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer 2024-05-15 01:44:35 +02:00 committed by Julien Roy
parent b7346d3461
commit 5242e245bd
No known key found for this signature in database
GPG Key ID: BEF2297448848842
4 changed files with 10 additions and 11 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"