mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -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:
@@ -5,14 +5,14 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Turn-based, old style with minimum graphic, full game, 5 MB size"
|
||||
HOMEPAGE="http://akasoft.genliga.ru/index_e.php"
|
||||
|
||||
SRC_URI="https://archive.org/download/general.tar.xz/$P.tar.xz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
@@ -7,14 +7,14 @@ inherit wrapper
|
||||
|
||||
DESCRIPTION="RTS from 2000 by Massive Entertainment, without resources and buildings"
|
||||
HOMEPAGE="https://en.wikipedia.org/wiki/Ground_Control_(video_game)"
|
||||
|
||||
SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
@@ -5,14 +5,14 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Turn-based, sci-fi, like a chess, from 2006, any screen resolution, good rating"
|
||||
HOMEPAGE="http://www.massiveassaultnetwork.com/man2/"
|
||||
|
||||
SRC_URI="https://archive.org/download/massive-assault-network-2.tar.xz/massive-assault-network-2.tar.xz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
@@ -3,18 +3,16 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit wrapper
|
||||
|
||||
DESCRIPTION="Fun RTS from 2001 by Hungarian developer StormRegion, similar to Ground Control"
|
||||
HOMEPAGE="https://en.wikipedia.org/wiki/S.W.I.N.E."
|
||||
|
||||
SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user