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:
@@ -11,6 +11,8 @@ DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Choc
|
||||
HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
|
||||
SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}"/${PN}-${P}
|
||||
|
||||
LICENSE="BSD GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
@@ -29,8 +31,6 @@ BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
doc? ( ${PYTHON_DEPS} )"
|
||||
|
||||
S="${WORKDIR}"/${PN}-${P}
|
||||
|
||||
DOCS=(
|
||||
"AUTHORS"
|
||||
"ChangeLog"
|
||||
|
||||
@@ -11,6 +11,8 @@ DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Choc
|
||||
HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
|
||||
SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}"/${PN}-${P}
|
||||
|
||||
LICENSE="BSD GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
@@ -30,8 +32,6 @@ BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
doc? ( ${PYTHON_DEPS} )"
|
||||
|
||||
S="${WORKDIR}"/${PN}-${P}
|
||||
|
||||
DOCS=(
|
||||
"AUTHORS"
|
||||
"ChangeLog"
|
||||
|
||||
@@ -5,13 +5,15 @@ EAPI=8
|
||||
|
||||
inherit cmake unpacker xdg
|
||||
|
||||
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
|
||||
HOMEPAGE="https://www.etlegacy.com/"
|
||||
|
||||
# We need the game files from the original enemy-territory release
|
||||
ET_RELEASE="et260b"
|
||||
|
||||
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
|
||||
HOMEPAGE="https://www.etlegacy.com/"
|
||||
SRC_URI="https://cdn.splashdamage.com/downloads/games/wet/${ET_RELEASE}.x86_full.zip"
|
||||
|
||||
S="${WORKDIR}/${P/_rc/rc}"
|
||||
|
||||
if [[ ${PV} = "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
|
||||
@@ -66,8 +68,6 @@ BDEPEND="$(unpacker_src_uri_depends)"
|
||||
|
||||
#QA_TEXTRELS="usr/share/games/etlegacy/legacy/omni-bot/omnibot_et.so"
|
||||
|
||||
S="${WORKDIR}/${P/_rc/rc}"
|
||||
|
||||
src_unpack() {
|
||||
if [[ "${PV}" = 9999 ]] ; then
|
||||
git-r3_src_unpack
|
||||
|
||||
@@ -5,13 +5,15 @@ EAPI=8
|
||||
|
||||
inherit cmake unpacker xdg
|
||||
|
||||
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
|
||||
HOMEPAGE="https://www.etlegacy.com/"
|
||||
|
||||
# We need the game files from the original enemy-territory release
|
||||
ET_RELEASE="et260b"
|
||||
|
||||
DESCRIPTION="Wolfenstein: Enemy Territory 2.60b compatible client/server"
|
||||
HOMEPAGE="https://www.etlegacy.com/"
|
||||
SRC_URI="https://cdn.splashdamage.com/downloads/games/wet/${ET_RELEASE}.x86_full.zip"
|
||||
|
||||
S="${WORKDIR}/${P/_rc/rc}"
|
||||
|
||||
if [[ ${PV} = "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
|
||||
@@ -66,8 +68,6 @@ BDEPEND="$(unpacker_src_uri_depends)"
|
||||
|
||||
#QA_TEXTRELS="usr/share/games/etlegacy/legacy/omni-bot/omnibot_et.so"
|
||||
|
||||
S="${WORKDIR}/${P/_rc/rc}"
|
||||
|
||||
src_unpack() {
|
||||
if [[ "${PV}" = 9999 ]] ; then
|
||||
git-r3_src_unpack
|
||||
|
||||
@@ -10,19 +10,18 @@ HOMEPAGE="
|
||||
"
|
||||
SRC_URI="https://archive.org/download/the-dark-mod/the-dark-mod-$PV.tar.xz"
|
||||
|
||||
S="${WORKDIR}/the-dark-mod"
|
||||
|
||||
LICENSE="
|
||||
GPL-3
|
||||
CC-BY-NC-ND-3.0
|
||||
"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
RESTRICT="strip"
|
||||
|
||||
S="${WORKDIR}/the-dark-mod"
|
||||
|
||||
src_install() {
|
||||
dodir /opt
|
||||
dodir /usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user