Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/kerbal-space-program/
Date: Sat, 29 Feb 2020 13:05:10
Message-Id: 1582980828.3f495d29560c0b8a1acdfcdc3ddfd7fb78734d6e.winterheart@gentoo
1 commit: 3f495d29560c0b8a1acdfcdc3ddfd7fb78734d6e
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 12:53:48 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 12:53:48 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=3f495d29
7
8 games-simulation/kerbal-space-program: minor fixes
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 .../kerbal-space-program/kerbal-space-program-1.8.1.ebuild | 9 ++++++---
14 games-simulation/kerbal-space-program/metadata.xml | 11 +++++++++++
15 2 files changed, 17 insertions(+), 3 deletions(-)
16
17 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.8.1.ebuild
18 index d5f2343..9926dd7 100644
19 --- a/games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild
20 +++ b/games-simulation/kerbal-space-program/kerbal-space-program-1.8.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,10 +16,10 @@ SRC_URI="
28 "
29
30 RESTRICT="fetch strip"
31 -LICENSE="EULA"
32 +LICENSE="all-rights-reserved"
33
34 SLOT="0"
35 -KEYWORDS="amd64"
36 +KEYWORDS="-* ~amd64"
37
38 L10NS="l10n_en " #l10n_es l10n_fr l10n_it l10n_ja l10n_pt-BR l10n_ru l10n_zh-CN"
39 IUSE="${L10NS}"
40 @@ -73,7 +73,10 @@ src_unpack() {
41 rm -r "${WORKDIR}/tmp"
42
43 find . -name .DS_Store -delete
44 +}
45
46 +src_prepare() {
47 + default
48 sed -e "s@__PV__@${PV}@" -e "s@__PN__@${PN}@" "${FILESDIR}/ksp-wrapper" > "${T}"/ksp-wrapper
49 }
50
51
52 diff --git a/games-simulation/kerbal-space-program/metadata.xml b/games-simulation/kerbal-space-program/metadata.xml
53 new file mode 100644
54 index 0000000..aec4945
55 --- /dev/null
56 +++ b/games-simulation/kerbal-space-program/metadata.xml
57 @@ -0,0 +1,11 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 +<maintainer type="person">
62 +<email>mva@×××.name</email>
63 +<name>Vadim A. Misbakh-Soloviov</name>
64 +</maintainer>
65 +<longdescription lang="en">
66 +</longdescription>
67 +</pkgmetadata>
68 +