Gentoo Archives: gentoo-commits

From: Christian Schmitt <chris@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/kerbal-space-program/
Date: Sat, 08 Feb 2020 11:56:37
Message-Id: 1581162987.f5b8927963beb0f3773059e013c250ab50bae77c.christian@gentoo
1 commit: f5b8927963beb0f3773059e013c250ab50bae77c
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Sat Feb 8 11:28:22 2020 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Sat Feb 8 11:56:27 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f5b89279
7
8 [kerbal-space-program]: Version bump. x64 support only
9
10 Signed-off-by: Christian Schmitt <chris <AT> ilovelinux.de>
11
12 ...-program-1.6.1.ebuild => kerbal-space-program-1.8.1.ebuild} | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/games-simulation/kerbal-space-program/kerbal-space-program-1.6.1.ebuild b/games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild
16 similarity index 91%
17 rename from games-simulation/kerbal-space-program/kerbal-space-program-1.6.1.ebuild
18 rename to games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild
19 index 772b8f1..d5f2343 100644
20 --- a/games-simulation/kerbal-space-program/kerbal-space-program-1.6.1.ebuild
21 +++ b/games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -8,7 +8,7 @@ inherit eutils
29 DESCRIPTION="A space flight simulation"
30 HOMEPAGE="http://kerbalspaceprogram.com/"
31
32 -GOG_MAGIC="26533"
33 +GOG_MAGIC="02694_33460"
34
35 SRC_PH="${PN//-/_}@PH@_${PV//./_}_${GOG_MAGIC}.sh"
36 SRC_URI="
37 @@ -19,7 +19,7 @@ RESTRICT="fetch strip"
38 LICENSE="EULA"
39
40 SLOT="0"
41 -KEYWORDS="amd64 x86"
42 +KEYWORDS="amd64"
43
44 L10NS="l10n_en " #l10n_es l10n_fr l10n_it l10n_ja l10n_pt-BR l10n_ru l10n_zh-CN"
45 IUSE="${L10NS}"
46 @@ -83,9 +83,9 @@ src_install() {
47 exeinto "${dir}"
48
49 doins -r .
50 - doexe {KSP,Launcher}.x86{,_64} || die "Failed to install executables"
51 + doexe {KSP,KSPLauncher}.x86_64 || die "Failed to install executables"
52
53 newbin "${T}/ksp-wrapper" "${PN}"
54 - newicon "Launcher_Data/Resources/UnityPlayer.png" "${PN}.png"
55 + newicon "KSPLauncher_Data/Resources/UnityPlayer.png" "${PN}.png"
56 make_desktop_entry "${PN}" "Kerbal Space Program" "${PN}" || die "make_desktop_entry failed"
57 }