summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-29 16:45:13 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-29 16:45:13 +0300
commitb5b24a230eac8e80beb8662652623d881d9481be (patch)
treeed1c11256fabe8f2fedb1db43ca3413ea354f5c3 /games-action
parentgames-action/dex: minor fixes (diff)
downloadgamerlay-b5b24a230eac8e80beb8662652623d881d9481be.tar.gz
gamerlay-b5b24a230eac8e80beb8662652623d881d9481be.tar.bz2
gamerlay-b5b24a230eac8e80beb8662652623d881d9481be.zip
games-action/twoworlds: fixes to package
Still need fixing. Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/twoworlds/metadata.xml14
-rw-r--r--games-action/twoworlds/twoworlds-2.0.0.2.ebuild15
2 files changed, 19 insertions, 10 deletions
diff --git a/games-action/twoworlds/metadata.xml b/games-action/twoworlds/metadata.xml
new file mode 100644
index 0000000..010a55e
--- /dev/null
+++ b/games-action/twoworlds/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>mva@mva.name</email>
+<name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+<use>
+<flag name="gog">Use GOG archive</flag>
+</use>
+</pkgmetadata>
+
diff --git a/games-action/twoworlds/twoworlds-2.0.0.2.ebuild b/games-action/twoworlds/twoworlds-2.0.0.2.ebuild
index f0f685a..8676039 100644
--- a/games-action/twoworlds/twoworlds-2.0.0.2.ebuild
+++ b/games-action/twoworlds/twoworlds-2.0.0.2.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=6
inherit eutils unpacker
-
DESCRIPTION="Action RPG with open world"
HOMEPAGE="https://en.wikipedia.org/wiki/Two_Worlds_(video_game)"
SRC_URI="
@@ -16,17 +14,14 @@ SRC_URI="
"
RESTRICT="fetch strip"
-LICENSE="EULA"
+LICENSE="all-rights-reserved"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
IUSE="+gog"
-DEPEND="
- app-arch/unzip
-"
-RDEPEND="
- app-emulation/wine
+DEPEND="app-arch/unzip"
+RDEPEND="app-emulation/wine-vanilla
app-emulation/winetricks
"