diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-02-29 15:48:19 +0300 |
---|---|---|
committer | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-02-29 15:50:26 +0300 |
commit | 1ef244c2224666f50cb9461a1b98f1890dd6aaf1 (patch) | |
tree | aea90907ebccb3a7da3101ff3c602af3679025e8 /games-rpg | |
parent | games-rpg/torchlight2: minor fixes to package (diff) | |
download | gamerlay-1ef244c2224666f50cb9461a1b98f1890dd6aaf1.tar.gz gamerlay-1ef244c2224666f50cb9461a1b98f1890dd6aaf1.tar.bz2 gamerlay-1ef244c2224666f50cb9461a1b98f1890dd6aaf1.zip |
games-rpg/unepic: minor fixes to package
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/unepic/metadata.xml | 12 | ||||
-rw-r--r-- | games-rpg/unepic/unepic-1.50.05.ebuild | 5 |
2 files changed, 14 insertions, 3 deletions
diff --git a/games-rpg/unepic/metadata.xml b/games-rpg/unepic/metadata.xml new file mode 100644 index 0000000..cfa3e2a --- /dev/null +++ b/games-rpg/unepic/metadata.xml @@ -0,0 +1,12 @@ +<?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> +<use> +<flag name="hb">Use HIB archive</flag> +<flag name="gog">USE GOG archive</flag> +</use> +</pkgmetadata> diff --git a/games-rpg/unepic/unepic-1.50.05.ebuild b/games-rpg/unepic/unepic-1.50.05.ebuild index 5eaab4b..996b50b 100644 --- a/games-rpg/unepic/unepic-1.50.05.ebuild +++ b/games-rpg/unepic/unepic-1.50.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI=" " RESTRICT="fetch strip" -LICENSE="EULA" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" @@ -32,7 +32,6 @@ RDEPEND=" sys-libs/zlib " - pkg_setup() { ewarn "Just be noticed, that both variants (GOG and HumbleBundle)" ewarn "have game binaries linked with relative path in DT_RPATH." |