From ad3cd174f419fafe74ab66405cf31f1c2902dbe3 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Wed, 15 May 2024 01:33:59 +0200 Subject: [PATCH] sys-apps/*: fix variable order Signed-off-by: Lucio Sauer Signed-off-by: Julien Roy --- sys-apps/bat-extras/bat-extras-2023.09.19.ebuild | 2 -- sys-apps/fchroot/fchroot-0.1.2.ebuild | 3 ++- sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild | 2 +- sys-apps/openSeaChest/openSeaChest-23.12.ebuild | 2 +- sys-apps/ov/ov-0.32.0.ebuild | 4 ++-- sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild | 7 +++---- 6 files changed, 9 insertions(+), 11 deletions(-) diff --git a/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild b/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild index f0c500214b..c89742c14c 100644 --- a/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild +++ b/sys-apps/bat-extras/bat-extras-2023.09.19.ebuild @@ -38,8 +38,6 @@ RDEPEND=" virtual/rust[rustfmt(+)] " -S="${WORKDIR}/${P}" - src_unpack() { default if [[ ${PV} == *9999 ]]; then diff --git a/sys-apps/fchroot/fchroot-0.1.2.ebuild b/sys-apps/fchroot/fchroot-0.1.2.ebuild index 9c5b93bd92..f42c6f55b3 100644 --- a/sys-apps/fchroot/fchroot-0.1.2.ebuild +++ b/sys-apps/fchroot/fchroot-0.1.2.ebuild @@ -10,11 +10,12 @@ inherit distutils-r1 pypi DESCRIPTION="Funtoo's franken-chroot tool - chroot from AMD64 to ARM system" HOMEPAGE="https://code.funtoo.org/bitbucket/users/drobbins/repos/fchroot/browse" -RESTRICT="mirror test" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" +RESTRICT="mirror test" + RDEPEND=" ${PYTHON_DEPS} app-emulation/qemu[qemu_user_targets_aarch64,qemu_user_targets_arm,static-user] diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild index 8a087598c1..977e43a0d9 100644 --- a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild +++ b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild @@ -8,7 +8,7 @@ inherit meson DESCRIPTION="SeaGate's open source harddrive control utilities" HOMEPAGE="https://github.com/Seagate/openSeaChest" SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz -> openSeaChest-v${PV}.tar.xz" +S="${WORKDIR}/openSeaChest-v${PV}" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64" -S="${WORKDIR}/openSeaChest-v${PV}" diff --git a/sys-apps/openSeaChest/openSeaChest-23.12.ebuild b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild index 8a087598c1..977e43a0d9 100644 --- a/sys-apps/openSeaChest/openSeaChest-23.12.ebuild +++ b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild @@ -8,7 +8,7 @@ inherit meson DESCRIPTION="SeaGate's open source harddrive control utilities" HOMEPAGE="https://github.com/Seagate/openSeaChest" SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz -> openSeaChest-v${PV}.tar.xz" +S="${WORKDIR}/openSeaChest-v${PV}" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64" -S="${WORKDIR}/openSeaChest-v${PV}" diff --git a/sys-apps/ov/ov-0.32.0.ebuild b/sys-apps/ov/ov-0.32.0.ebuild index 501cdca535..5f6f16bfbc 100644 --- a/sys-apps/ov/ov-0.32.0.ebuild +++ b/sys-apps/ov/ov-0.32.0.ebuild @@ -9,12 +9,12 @@ DESCRIPTION="Feature-rich terminal pager" HOMEPAGE="https://github.com/noborus/ov" SRC_URI="https://github.com/noborus/${PN}/releases/download/v${PV}/${P}.tar.gz" +S="${WORKDIR}" + LICENSE="MIT Apache-2.0 BSD-2 BSD MPL-2.0" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}" - src_compile() { ego build -v -x -o ${PN} -ldflags="-X main.Version=${PV}" edo ./ov --config ov.yaml --completion fish > ov.fish diff --git a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild b/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild index 4f3f2f23f5..e5a0811728 100644 --- a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild +++ b/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild @@ -5,17 +5,16 @@ EAPI=8 DESCRIPTION="Fast, disk space efficient package manager, alternative to npm and yarn" HOMEPAGE="https://pnpm.io" - SRC_URI="https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64" -KEYWORDS="~amd64" + +S="${WORKDIR}" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" RESTRICT="strip" -S="${WORKDIR}" - QA_PREBUILT="usr/bin/${PN}" src_install() {