mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
*/*: 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:
@@ -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}"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user