*/*: fix variable order

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

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-04-26 16:46:35 +02:00
parent 7d1147ff43
commit f2be215fb9
147 changed files with 453 additions and 464 deletions

View File

@@ -5,21 +5,19 @@ EAPI="7"
DESCRIPTION="Script to follow log of running portage builds"
HOMEPAGE="https://github.com/junghans/cj-overlay"
SRC_URI=""
S="${FILESDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-linux ~x64-macos"
RDEPEND="
app-shells/bash
sys-apps/coreutils
sys-apps/portage
"
S="${FILESDIR}"
src_install () {
newbin "${P}" "${PN}"
}

View File

@@ -11,16 +11,15 @@ DESCRIPTION="A command line function for package version management."
HOMEPAGE="https://github.com/azaeldevel/octetos-version"
SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/octetos-${PN}-${MYPV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/octetos-coreutils"
RDEPEND="${DEPEND}"
S="${WORKDIR}/octetos-${PN}-${MYPV}"
src_prepare() {
default
eautoreconf -fi

View File

@@ -11,16 +11,15 @@ DESCRIPTION="A command line function for package version management."
HOMEPAGE="https://github.com/azaeldevel/octetos-version"
SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/octetos-${PN}-${MYPV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/octetos-coreutils"
RDEPEND="${DEPEND}"
S="${WORKDIR}/octetos-${PN}-${MYPV}"
src_prepare() {
default
eautoreconf -fi

View File

@@ -11,16 +11,15 @@ DESCRIPTION="A command line function for package version management."
HOMEPAGE="https://github.com/azaeldevel/octetos-version"
SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/octetos-${PN}-${MYPV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/octetos-coreutils"
RDEPEND="${DEPEND}"
S="${WORKDIR}/octetos-${PN}-${MYPV}"
src_prepare() {
default
eautoreconf -fi