commit:     f5b8927963beb0f3773059e013c250ab50bae77c
Author:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sat Feb  8 11:28:22 2020 +0000
Commit:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sat Feb  8 11:56:27 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f5b89279

[kerbal-space-program]: Version bump. x64 support only

Signed-off-by: Christian Schmitt <chris <AT> ilovelinux.de>

 ...-program-1.6.1.ebuild => kerbal-space-program-1.8.1.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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
similarity index 91%
rename from 
games-simulation/kerbal-space-program/kerbal-space-program-1.6.1.ebuild
rename to 
games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild
index 772b8f1..d5f2343 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit eutils
 DESCRIPTION="A space flight simulation"
 HOMEPAGE="http://kerbalspaceprogram.com/";
 
-GOG_MAGIC="26533"
+GOG_MAGIC="02694_33460"
 
 SRC_PH="${PN//-/_}@PH@_${PV//./_}_${GOG_MAGIC}.sh"
 SRC_URI="
@@ -19,7 +19,7 @@ RESTRICT="fetch strip"
 LICENSE="EULA"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64"
 
 L10NS="l10n_en " #l10n_es l10n_fr l10n_it l10n_ja l10n_pt-BR l10n_ru 
l10n_zh-CN"
 IUSE="${L10NS}"
@@ -83,9 +83,9 @@ src_install() {
        exeinto "${dir}"
 
        doins -r .
-       doexe {KSP,Launcher}.x86{,_64} || die "Failed to install executables"
+       doexe {KSP,KSPLauncher}.x86_64 || die "Failed to install executables"
 
        newbin "${T}/ksp-wrapper" "${PN}"
-       newicon "Launcher_Data/Resources/UnityPlayer.png" "${PN}.png"
+       newicon "KSPLauncher_Data/Resources/UnityPlayer.png" "${PN}.png"
        make_desktop_entry "${PN}" "Kerbal Space Program" "${PN}" || die 
"make_desktop_entry failed"
 }

Reply via email to