dev-util/*: fix variable order

I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer 2024-04-28 00:43:00 +02:00 committed by Julien Roy
parent d0ba9ccddf
commit 1cd433d3b9
No known key found for this signature in database
GPG Key ID: BEF2297448848842
15 changed files with 36 additions and 35 deletions

View File

@ -14,6 +14,8 @@ HOMEPAGE="
"
SRC_URI="https://github.com/usebruno/${PN%-*}/releases/download/v${PV}/${PN%-*}_${PV}_amd64_linux.deb"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -56,8 +58,6 @@ QA_PREBUILT="
opt/Bruno/libvulkan.so.1
"
S="$WORKDIR"
src_prepare() {
default
rm opt/Bruno/LICENSE* || die

View File

@ -14,6 +14,8 @@ HOMEPAGE="
"
SRC_URI="https://github.com/usebruno/${PN%-*}/releases/download/v${PV}/${PN%-*}_${PV}_amd64_linux.deb"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -57,8 +59,6 @@ QA_PREBUILT="
opt/Bruno/libvulkan.so.1
"
S="$WORKDIR"
src_install() {
for size in 16x16 32x32 48x48 128x128 256x256 512x512 1024x1024; do
doicon -s "${size}" usr/share/icons/hicolor/"${size}"/apps/bruno.png

View File

@ -64,6 +64,8 @@ SRC_URI="https://github.com/${PN}/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}
"
S="${WORKDIR}/cli-${PV}"
LICENSE="MIT Apache-2.0 BSD-2 BSD MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
@ -71,8 +73,6 @@ KEYWORDS="~amd64"
RDEPEND="sys-libs/glibc"
BDEPEND="dev-lang/go"
S="${WORKDIR}/cli-${PV}"
src_compile() {
ego build -o out/exercism exercism/main.go
}

View File

@ -64,6 +64,8 @@ SRC_URI="https://github.com/${PN}/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}
"
S="${WORKDIR}/cli-${PV}"
LICENSE="MIT Apache-2.0 BSD-2 BSD MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
@ -71,8 +73,6 @@ KEYWORDS="~amd64"
RDEPEND="sys-libs/glibc"
BDEPEND="dev-lang/go"
S="${WORKDIR}/cli-${PV}"
src_compile() {
ego build -o out/exercism exercism/main.go
}

View File

@ -8,20 +8,20 @@ FORTRAN_STANDARD="2003"
inherit cmake fortran-2
MY_PN="test-drive"
SRC_URI="https://github.com/fortran-lang/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="The simple testing framework (for Fortran)"
HOMEPAGE="https://github.com/fortran-lang/test-drive"
SRC_URI="https://github.com/fortran-lang/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="mirror !test? ( test )"
S="${WORKDIR}/${MY_PN}-${PV}"
pkg_setup() {
fortran-2_pkg_setup
}

View File

@ -7,15 +7,15 @@ inherit go-module
DESCRIPTION="distributed, offline-first bug tracker"
HOMEPAGE="https://github.com/MichaelMure/git-bug"
SRC_URI="https://github.com/MichaelMure/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
SRC_URI="https://github.com/MichaelMure/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
RESTRICT="strip"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="strip"
src_compile() {
ego generate
ego build \

View File

@ -9,6 +9,8 @@ DESCRIPTION="Run gitlab pipelines locally as shell executor or docker executor"
HOMEPAGE="https://github.com/firecow/gitlab-ci-local"
SRC_URI="https://github.com/firecow/gitlab-ci-local/releases/download/${PV}/linux.gz -> ${P}.gz"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -17,8 +19,6 @@ KEYWORDS="~amd64"
# sort of self-introspection.
RESTRICT="strip"
S="${WORKDIR}"
MY_PN="${PN/-bin/}"
QA_PREBUILT="usr/bin/gitlab-ci-local"

View File

@ -9,6 +9,8 @@ DESCRIPTION="Run gitlab pipelines locally as shell executor or docker executor"
HOMEPAGE="https://github.com/firecow/gitlab-ci-local"
SRC_URI="https://github.com/firecow/gitlab-ci-local/releases/download/${PV}/linux.gz -> ${P}.gz"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -17,8 +19,6 @@ KEYWORDS="~amd64"
# sort of self-introspection.
RESTRICT="strip"
S="${WORKDIR}"
MY_PN="${PN/-bin/}"
QA_PREBUILT="usr/bin/gitlab-ci-local"

View File

@ -11,6 +11,8 @@ DESCRIPTION="HTTP and GraphQL client for developers"
HOMEPAGE="https://insomnia.rest"
SRC_URI="https://github.com/Kong/${MY_PN}/releases/download/core@${PV}/Insomnia.Core-${PV}.deb"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -48,8 +50,6 @@ RDEPEND="
QA_PREBUILT="*"
S="${WORKDIR}"
src_prepare() {
default

View File

@ -11,6 +11,8 @@ DESCRIPTION="HTTP and GraphQL client for developers"
HOMEPAGE="https://insomnia.rest"
SRC_URI="https://github.com/Kong/${MY_PN}/releases/download/core@${PV}/Insomnia.Core-${PV}.deb"
S="$WORKDIR"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
@ -43,8 +45,6 @@ RDEPEND="
accessibility? ( app-accessibility/at-spi2-core )
"
S="$WORKDIR"
src_install() {
for size in 16x16 32x32 48x48 128x128 256x256 512x512 ; do
doicon -s "${size}" usr/share/icons/hicolor/"${size}"/apps/insomnia.png

View File

@ -9,12 +9,12 @@ DESCRIPTION="Simple lottie (telegram animated sticker) converter."
HOMEPAGE="https://github.com/sot-tech/LottieConverter"
SRC_URI="https://github.com/sot-tech/${PN}/archive/refs/tags/r${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/LottieConverter-r0.2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
S="${WORKDIR}/LottieConverter-r0.2"
DEPEND="media-libs/rlottie media-libs/libpng media-libs/giflib"
RDEPEND="${DEPEND}"

View File

@ -6,22 +6,21 @@ EAPI=7
DESCRIPTION="Generate help for Makefile"
HOMEPAGE="https://github.com/oz123/mh"
SRC_URI="https://github.com/oz123/mh/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT=0
KEYWORDS="~amd64"
IUSE="test"
KEYWORDS="~amd64"
RESTRICT="!test? ( test )"
BDEPEND="virtual/pkgconfig"
RDEPEND="dev-libs/libpcre2"
DEPEND="
${RDEPEND}
test? ( dev-util/cmocka )
"
"
src_compile() {
emake mh VERSION="${PV}"

View File

@ -10,9 +10,11 @@ MY_PN=${PN%-cli}
DESCRIPTION="A command-line tool for Stripe"
HOMEPAGE="https://stripe.com/docs/stripe-cli"
EGIT_REPO_URI="https://${EGO_PN}.git"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="bash-completion"
LICENSE="Apache-2.0"
BDEPEND=">=dev-lang/go-1.18"
DEPEND="${BDEPEND}"

View File

@ -179,6 +179,8 @@ SRC_URI="
${CARGO_CRATE_URIS}
"
S="${WORKDIR}/StyLua-${PV}"
LICENSE="MPL-2.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-DFS-2016"
@ -186,8 +188,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="lua52 lua53 lua54 luau"
S="${WORKDIR}/StyLua-${PV}"
QA_FLAGS_IGNORED=".*"
src_configure() {

View File

@ -14,6 +14,8 @@ SRC_URI="
-> ${P}.1
"
S="${WORKDIR}"
# Attribution in xxd.c differs from vim.
LICENSE="GPL-2 MIT"
SLOT="0"
@ -21,8 +23,6 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="!app-editors/vim-core"
S="${WORKDIR}"
src_unpack() {
cp "${DISTDIR}"/${P}.c xxd.c || die "cp failed"
cp "${DISTDIR}"/${P}.1 xxd.1 || die "cp failed"