Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/sky-rogue/
Date: Mon, 23 Aug 2021 04:06:25
Message-Id: 1629691560.a78ad3c569f5ba2317dbc9cf7f33076b92dee104.sam@gentoo
1 commit: a78ad3c569f5ba2317dbc9cf7f33076b92dee104
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 02:29:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:06:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78ad3c5
7
8 games-simulation/sky-rogue: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-simulation/sky-rogue/sky-rogue-1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-simulation/sky-rogue/sky-rogue-1.3.ebuild b/games-simulation/sky-rogue/sky-rogue-1.3.ebuild
16 index 8f7e9f217ce..6c6f0c4dc91 100644
17 --- a/games-simulation/sky-rogue/sky-rogue-1.3.ebuild
18 +++ b/games-simulation/sky-rogue/sky-rogue-1.3.ebuild
19 @@ -9,6 +9,8 @@ MY_PN="${PN//-}"
20 DESCRIPTION="A fwooshy rogue-lite action flight simulator"
21 HOMEPAGE="https://skyroguegame.com/"
22 SRC_URI="${PN}-linux.zip"
23 +S="${WORKDIR}"
24 +
25 LICENSE="all-rights-reserved"
26 SLOT="0"
27 KEYWORDS="-* ~amd64 ~x86"
28 @@ -23,8 +25,6 @@ BDEPEND="
29 app-arch/unzip
30 "
31
32 -S="${WORKDIR}"
33 -
34 DIR="/opt/${PN}"
35 QA_PREBUILT="${DIR#/}/*"