Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/FTL-gog/
Date: Mon, 09 Jul 2018 22:02:00
Message-Id: 1531173712.64b6661c84d92504c3d4032410f9bc49de416aca.monsieurp@gentoo
1 commit: 64b6661c84d92504c3d4032410f9bc49de416aca
2 Author: Rob Levitsky <kitsunenokenja <AT> protonmail <DOT> ch>
3 AuthorDate: Sun Jun 24 15:36:34 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 22:01:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b6661c
7
8 games-roguelike/FTL-gog: fix shell script perms.
9
10 Fixed the permissions on one of the shell scripts called by the start
11 script and stripped useless chmod calls from that start script.
12
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14 Closes: https://github.com/gentoo/gentoo/pull/9089
15
16 .../{FTL-gog-1.6.7.18662.ebuild => FTL-gog-1.6.7.18662-r1.ebuild} | 4 +++-
17 1 file changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/games-roguelike/FTL-gog/FTL-gog-1.6.7.18662.ebuild b/games-roguelike/FTL-gog/FTL-gog-1.6.7.18662-r1.ebuild
20 similarity index 93%
21 rename from games-roguelike/FTL-gog/FTL-gog-1.6.7.18662.ebuild
22 rename to games-roguelike/FTL-gog/FTL-gog-1.6.7.18662-r1.ebuild
23 index 513747171d9..c606b4d683d 100644
24 --- a/games-roguelike/FTL-gog/FTL-gog-1.6.7.18662.ebuild
25 +++ b/games-roguelike/FTL-gog/FTL-gog-1.6.7.18662-r1.ebuild
26 @@ -42,12 +42,14 @@ src_prepare() {
27 if ! use amd64; then
28 rm game/data/FTL.amd64 || die
29 fi
30 +
31 + sed -i start.sh -e '/chmod/d'
32 }
33
34 src_install() {
35 insinto /opt/gog/FTL
36 doins -r .
37 - fperms +x /opt/gog/FTL/{start.sh,game/FTL}
38 + fperms +x /opt/gog/FTL/{start.sh,game/FTL,game/data/FTL}
39
40 if use x86; then
41 fperms +x /opt/gog/FTL/game/data/FTL.x86