From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17B6A138334 for ; Sun, 9 Sep 2018 07:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFE29E0863; Sun, 9 Sep 2018 07:01:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A6FEE0863 for ; Sun, 9 Sep 2018 07:01:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5447C340C44 for ; Sun, 9 Sep 2018 07:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A08DA38A for ; Sun, 9 Sep 2018 07:01:17 +0000 (UTC) From: "Christian Schmitt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Schmitt" Message-ID: <1536476406.c4bf54dcf5d6ce68622a493fa51c35c3f3fc215a.christian@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/kerbal-space-program/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-simulation/kerbal-space-program/kerbal-space-program-1.3.1.1891.ebuild games-simulation/kerbal-space-program/kerbal-space-program-1.4.5.02243.ebuild X-VCS-Directories: games-simulation/kerbal-space-program/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: c4bf54dcf5d6ce68622a493fa51c35c3f3fc215a X-VCS-Branch: master Date: Sun, 9 Sep 2018 07:01:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6e9cc8e-43de-41fd-bfbc-33753f9e3ca5 X-Archives-Hash: 10ec9e181dbc5ecbb0f56f7f6bd0a60f commit: c4bf54dcf5d6ce68622a493fa51c35c3f3fc215a Author: Christian Schmitt ilovelinux de> AuthorDate: Sun Sep 9 06:59:10 2018 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Sun Sep 9 07:00:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=c4bf54dc [games-simulation/kerbal-space-program] Version bump ...ild => kerbal-space-program-1.4.5.02243.ebuild} | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/games-simulation/kerbal-space-program/kerbal-space-program-1.3.1.1891.ebuild b/games-simulation/kerbal-space-program/kerbal-space-program-1.4.5.02243.ebuild similarity index 69% rename from games-simulation/kerbal-space-program/kerbal-space-program-1.3.1.1891.ebuild rename to games-simulation/kerbal-space-program/kerbal-space-program-1.4.5.02243.ebuild index 8bcfab3..e61c442 100644 --- a/games-simulation/kerbal-space-program/kerbal-space-program-1.3.1.1891.ebuild +++ b/games-simulation/kerbal-space-program/kerbal-space-program-1.4.5.02243.ebuild @@ -8,13 +8,17 @@ inherit eutils DESCRIPTION="A space flight simulation" HOMEPAGE="http://kerbalspaceprogram.com/" -GOG_MAGIC="1_3_1_15547" +GOG_MAGIC="22594" -SRC_PH="${PN//-/_}@PH@_${GOG_MAGIC}.sh" +SRC_PH="${PN//-/_}@PH@_${PV//./_}_${GOG_MAGIC}.sh" SRC_URI=" + l10n_de? ( ${SRC_PH//@PH@/_de} ) l10n_en? ( ${SRC_PH//@PH@/_en} ) l10n_es? ( ${SRC_PH//@PH@/_es} ) + l10n_fr? ( ${SRC_PH//@PH@/_fr} ) + l10n_it? ( ${SRC_PH//@PH@/_it} ) l10n_ja? ( ${SRC_PH//@PH@/_ja} ) + l10n_pt-BR? ( ${SRC_PH//@PH@/_pt} ) l10n_ru? ( ${SRC_PH//@PH@/_ru} ) l10n_zh-CN? ( ${SRC_PH//@PH@/_zh} ) " @@ -25,7 +29,7 @@ LICENSE="EULA" SLOT="0" KEYWORDS="amd64 x86" -L10NS="l10n_en l10n_es l10n_ja l10n_ru l10n_zh-CN" +L10NS="l10n_de l10n_en l10n_es l10n_fr l10n_it l10n_ja l10n_pt-BR l10n_ru l10n_zh-CN" IUSE="${L10NS}" REQUIRED_USE="^^ ( ${L10NS} )" @@ -65,10 +69,14 @@ src_unpack() { cd "${S}" - use l10n_es && unzip -oq KSP-LANG-ES-ES.zip && rm KSP-LANG-ES-ES.zip - use l10n_ja && unzip -oq KSP-LANG-JA.zip && rm KSP-LANG-JA.zip - use l10n_ru && unzip -oq KSP-LANG-RU.zip && rm KSP-LANG-RU.zip - use l10n_zh-CN && unzip -oq KSP-LANG-ZH-CN.zip && rm KSP-LANG-ZH-CN.zip + use l10n_de && unzip -oq ksp-lang-de-de.zip && rm ksp-lang-de-de.zip + use l10n_es && unzip -oq ksp-lang-es-es.zip && rm ksp-lang-es-es.zip + use l10n_fr && unzip -oq ksp-lang-fr-fr.zip && rm ksp-lang-fr-fr.zip + use l10n_it && unzip -oq ksp-lang-it-it.zip && rm ksp-lang-it-it.zip + use l10n_ja && unzip -oq ksp-lang-ja.zip && rm ksp-lang-ja.zip + use l10n_pt-BR && unzip -oq ksp-lang-pt-br.zip && rm ksp-lang-pt-br.zip + use l10n_ru && unzip -oq ksp-lang-ru.zip && rm ksp-lang-ru.zip + use l10n_zh-CN && unzip -oq ksp-lang-zh-cn.zip && rm ksp-lang-zh-cn.zip rm -r "${WORKDIR}/tmp"