commit: b5b24a230eac8e80beb8662652623d881d9481be Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Sat Feb 29 13:45:13 2020 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Sat Feb 29 13:45:13 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b5b24a23
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 <AT> gmail.com> games-action/twoworlds/metadata.xml | 14 ++++++++++++++ games-action/twoworlds/twoworlds-2.0.0.2.ebuild | 15 +++++---------- 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>[email protected]</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 "
