mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
games-*/*: fix variable order
I manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Misc updates: UnusedEclassesCheck RESTRICT+=" .." -> RESTRICT=".." Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -6,6 +6,9 @@ EAPI=8
|
||||
M_PN=r2modman
|
||||
|
||||
inherit desktop xdg
|
||||
|
||||
DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore"
|
||||
HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
|
||||
SRC_URI="
|
||||
https://github.com/ebkr/${M_PN}Plus/releases/download/v${PV}/${M_PN}-${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/16x16.png -> ${P}-16x16.png
|
||||
@@ -17,11 +20,12 @@ SRC_URI="
|
||||
https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/192x192.png -> ${P}-192x192.png
|
||||
https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/256x256.png -> ${P}-256x256.png
|
||||
"
|
||||
DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore"
|
||||
HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
net-dns/c-ares
|
||||
@@ -41,10 +45,6 @@ RDEPEND="
|
||||
app-arch/snappy
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="
|
||||
/opt/r2modman/chrome-sandbox
|
||||
/opt/r2modman/libEGL.so
|
||||
|
||||
Reference in New Issue
Block a user