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-action/twoworlds/
Date: Sat, 29 Feb 2020 14:18:55
Message-Id: 1582983913.b5b24a230eac8e80beb8662652623d881d9481be.winterheart@gentoo
1 commit: b5b24a230eac8e80beb8662652623d881d9481be
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 13:45:13 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 13:45:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b5b24a23
7
8 games-action/twoworlds: fixes to package
9
10 Still need fixing.
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 RepoMan-Options: --force
14 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
15
16 games-action/twoworlds/metadata.xml | 14 ++++++++++++++
17 games-action/twoworlds/twoworlds-2.0.0.2.ebuild | 15 +++++----------
18 2 files changed, 19 insertions(+), 10 deletions(-)
19
20 diff --git a/games-action/twoworlds/metadata.xml b/games-action/twoworlds/metadata.xml
21 new file mode 100644
22 index 0000000..010a55e
23 --- /dev/null
24 +++ b/games-action/twoworlds/metadata.xml
25 @@ -0,0 +1,14 @@
26 +<?xml version="1.0" encoding="UTF-8"?>
27 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 +<pkgmetadata>
29 +<maintainer type="person">
30 +<email>mva@×××.name</email>
31 +<name>Vadim A. Misbakh-Soloviov</name>
32 +</maintainer>
33 +<longdescription lang="en">
34 +</longdescription>
35 +<use>
36 +<flag name="gog">Use GOG archive</flag>
37 +</use>
38 +</pkgmetadata>
39 +
40
41 diff --git a/games-action/twoworlds/twoworlds-2.0.0.2.ebuild b/games-action/twoworlds/twoworlds-2.0.0.2.ebuild
42 index f0f685a..8676039 100644
43 --- a/games-action/twoworlds/twoworlds-2.0.0.2.ebuild
44 +++ b/games-action/twoworlds/twoworlds-2.0.0.2.ebuild
45 @@ -1,12 +1,10 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 +# Copyright 1999-2020 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49 -# $Header: $
50
51 EAPI=6
52
53 inherit eutils unpacker
54
55 -
56 DESCRIPTION="Action RPG with open world"
57 HOMEPAGE="https://en.wikipedia.org/wiki/Two_Worlds_(video_game)"
58 SRC_URI="
59 @@ -16,17 +14,14 @@ SRC_URI="
60 "
61
62 RESTRICT="fetch strip"
63 -LICENSE="EULA"
64 +LICENSE="all-rights-reserved"
65
66 SLOT="0"
67 -KEYWORDS="amd64 x86"
68 +KEYWORDS="-* ~amd64 ~x86"
69 IUSE="+gog"
70
71 -DEPEND="
72 - app-arch/unzip
73 -"
74 -RDEPEND="
75 - app-emulation/wine
76 +DEPEND="app-arch/unzip"
77 +RDEPEND="app-emulation/wine-vanilla
78 app-emulation/winetricks
79 "