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 4C4BF1382C5 for ; Wed, 24 Feb 2021 21:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A389E07D7; Wed, 24 Feb 2021 21:32:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 54326E07D7 for ; Wed, 24 Feb 2021 21:32:52 +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 BEB24340861 for ; Wed, 24 Feb 2021 21:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49B5B4AF for ; Wed, 24 Feb 2021 21:32:49 +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: <1614202339.672b58f4592f6c6f2fd3a568d7e7529b5ebb27c7.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.11.1.ebuild games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild X-VCS-Directories: games-simulation/kerbal-space-program/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: 672b58f4592f6c6f2fd3a568d7e7529b5ebb27c7 X-VCS-Branch: master Date: Wed, 24 Feb 2021 21:32:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed60819a-44f7-4b6d-94fd-f486f67545c2 X-Archives-Hash: 0ccc98e32a37dc534915c0218cde97c3 commit: 672b58f4592f6c6f2fd3a568d7e7529b5ebb27c7 Author: Christian Schmitt ilovelinux de> AuthorDate: Wed Feb 24 21:01:30 2021 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Wed Feb 24 21:32:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=672b58f4 games-simulation/kerbal-space-program: version bump Signed-off-by: Christian Schmitt ilovelinux.de> ...pace-program-1.8.1.ebuild => kerbal-space-program-1.11.1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild b/games-simulation/kerbal-space-program/kerbal-space-program-1.11.1.ebuild similarity index 94% rename from games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild rename to games-simulation/kerbal-space-program/kerbal-space-program-1.11.1.ebuild index 9926dd7..b672808 100644 --- a/games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild +++ b/games-simulation/kerbal-space-program/kerbal-space-program-1.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # 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="02694_33460" +GOG_MAGIC="03066_44517" SRC_PH="${PN//-/_}@PH@_${PV//./_}_${GOG_MAGIC}.sh" SRC_URI=" @@ -21,7 +21,7 @@ LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64" -L10NS="l10n_en " #l10n_es l10n_fr l10n_it l10n_ja l10n_pt-BR l10n_ru l10n_zh-CN" +L10NS="l10n_en" #l10n_es l10n_fr l10n_it l10n_ja l10n_pt-BR l10n_ru l10n_zh-CN" IUSE="${L10NS}" REQUIRED_USE="^^ ( ${L10NS} )"