diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-28 01:18:34 +0200 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-13 18:18:20 -0400 |
commit | d6ae7d0c076c6f3e25baddcc28d31b6e7b05f5cc (patch) | |
tree | 33de9196b9bf108bf4da7606b99327ba2c5f1af9 /games-action/technic-launcher | |
parent | dev-vcs/*: fix variable order (diff) | |
download | guru-d6ae7d0c076c6f3e25baddcc28d31b6e7b05f5cc.tar.gz guru-d6ae7d0c076c6f3e25baddcc28d31b6e7b05f5cc.tar.bz2 guru-d6ae7d0c076c6f3e25baddcc28d31b6e7b05f5cc.zip |
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>
Diffstat (limited to 'games-action/technic-launcher')
3 files changed, 9 insertions, 15 deletions
diff --git a/games-action/technic-launcher/technic-launcher-4.625.ebuild b/games-action/technic-launcher/technic-launcher-4.625.ebuild index bcc2c29c3..71de6b58b 100644 --- a/games-action/technic-launcher/technic-launcher-4.625.ebuild +++ b/games-action/technic-launcher/technic-launcher-4.625.ebuild @@ -12,18 +12,16 @@ SRC_URI=" https://www.technicpack.net/favicon.ico -> ${PN}.ico " -KEYWORDS="~amd64 ~x86" +S="${WORKDIR}" + LICENSE="technic" SLOT="0" +KEYWORDS="~amd64 ~x86" RESTRICT="bindist mirror" - BDEPEND="media-gfx/imagemagick[png]" - RDEPEND="virtual/jre:1.8" -S="${WORKDIR}" - src_unpack() { # do not unpack jar file cp "${DISTDIR}/${PN}.ico" "${S}" || die diff --git a/games-action/technic-launcher/technic-launcher-4.768.ebuild b/games-action/technic-launcher/technic-launcher-4.768.ebuild index cacf1614e..d0edf91a6 100644 --- a/games-action/technic-launcher/technic-launcher-4.768.ebuild +++ b/games-action/technic-launcher/technic-launcher-4.768.ebuild @@ -12,18 +12,16 @@ SRC_URI=" https://www.technicpack.net/favicon.ico -> ${PN}.ico " -KEYWORDS="~amd64 ~x86" +S="${WORKDIR}" + LICENSE="technic" SLOT="0" +KEYWORDS="~amd64 ~x86" RESTRICT="bindist mirror" - BDEPEND="media-gfx/imagemagick[png]" - RDEPEND="virtual/jre:1.8" -S="${WORKDIR}" - src_unpack() { # do not unpack jar file cp "${DISTDIR}/${PN}.ico" "${S}" || die diff --git a/games-action/technic-launcher/technic-launcher-4.822.ebuild b/games-action/technic-launcher/technic-launcher-4.822.ebuild index cacf1614e..d0edf91a6 100644 --- a/games-action/technic-launcher/technic-launcher-4.822.ebuild +++ b/games-action/technic-launcher/technic-launcher-4.822.ebuild @@ -12,18 +12,16 @@ SRC_URI=" https://www.technicpack.net/favicon.ico -> ${PN}.ico " -KEYWORDS="~amd64 ~x86" +S="${WORKDIR}" + LICENSE="technic" SLOT="0" +KEYWORDS="~amd64 ~x86" RESTRICT="bindist mirror" - BDEPEND="media-gfx/imagemagick[png]" - RDEPEND="virtual/jre:1.8" -S="${WORKDIR}" - src_unpack() { # do not unpack jar file cp "${DISTDIR}/${PN}.ico" "${S}" || die |