mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
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:
@@ -38,8 +38,6 @@ RDEPEND="
|
||||
virtual/rust[rustfmt(+)]
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user