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: Mon, 13 Nov 2017 20:18:59
Message-Id: 1510604253.81ad7a1caaa63e17fc57b2b238ed8e9e4c0d55f2.christian@gentoo
1 commit: 81ad7a1caaa63e17fc57b2b238ed8e9e4c0d55f2
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Mon Nov 13 20:17:33 2017 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Mon Nov 13 20:17:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=81ad7a1c
7
8 [games-simulation/kerbal-space-program] Version bump to 1.3.1
9
10 ....1804.ebuild => kerbal-space-program-1.3.1.1891.ebuild} | 14 +++++++-------
11 1 file changed, 7 insertions(+), 7 deletions(-)
12
13 diff --git a/games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild b/games-simulation/kerbal-space-program/kerbal-space-program-1.3.1.1891.ebuild
14 similarity index 88%
15 rename from games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild
16 rename to games-simulation/kerbal-space-program/kerbal-space-program-1.3.1.1891.ebuild
17 index dde7e6a..20ec760 100644
18 --- a/games-simulation/kerbal-space-program/kerbal-space-program-1.3.0.1804.ebuild
19 +++ b/games-simulation/kerbal-space-program/kerbal-space-program-1.3.1.1891.ebuild
20 @@ -8,15 +8,15 @@ inherit eutils
21 DESCRIPTION="A combination of platformer and role playing game"
22 HOMEPAGE="http://www.unepicgame.com/"
23
24 -GOG_MAGIC="2.13.0.16"
25 +GOG_MAGIC="1_3_1_15547"
26
27 -SRC_PH="gog_${PN//-/_}@PH@_${GOG_MAGIC}.sh"
28 +SRC_PH="${PN//-/_}@PH@_${GOG_MAGIC}.sh"
29 SRC_URI="
30 - l10n_en? ( ${SRC_PH//@PH@} )
31 - l10n_es? ( ${SRC_PH//@PH@/_spanish} )
32 - l10n_ja? ( ${SRC_PH//@PH@/_japanese} )
33 - l10n_ru? ( ${SRC_PH//@PH@/_russian} )
34 - l10n_zh-CN? ( ${SRC_PH//@PH@/_chinese} )
35 + l10n_en? ( ${SRC_PH//@PH@/_en} )
36 + l10n_es? ( ${SRC_PH//@PH@/_es} )
37 + l10n_ja? ( ${SRC_PH//@PH@/_ja} )
38 + l10n_ru? ( ${SRC_PH//@PH@/_ru} )
39 + l10n_zh-CN? ( ${SRC_PH//@PH@/_zh} )
40 "
41
42 RESTRICT="fetch strip"