sys-apps/*: 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:33:59 +02:00
committed by Julien Roy
parent b3a76199a2
commit ad3cd174f4
6 changed files with 9 additions and 11 deletions

View File

@@ -38,8 +38,6 @@ RDEPEND="
virtual/rust[rustfmt(+)]
"
S="${WORKDIR}/${P}"
src_unpack() {
default
if [[ ${PV} == *9999 ]]; then

View File

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

View File

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

View File

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

View File

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

View File

@@ -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() {