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-rpg/unepic/
Date: Sat, 29 Feb 2020 13:05:08
Message-Id: 1582980626.1ef244c2224666f50cb9461a1b98f1890dd6aaf1.winterheart@gentoo
1 commit: 1ef244c2224666f50cb9461a1b98f1890dd6aaf1
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 12:48:19 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 12:50:26 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=1ef244c2
7
8 games-rpg/unepic: minor fixes to package
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 games-rpg/unepic/metadata.xml | 12 ++++++++++++
14 games-rpg/unepic/unepic-1.50.05.ebuild | 5 ++---
15 2 files changed, 14 insertions(+), 3 deletions(-)
16
17 diff --git a/games-rpg/unepic/metadata.xml b/games-rpg/unepic/metadata.xml
18 new file mode 100644
19 index 0000000..cfa3e2a
20 --- /dev/null
21 +++ b/games-rpg/unepic/metadata.xml
22 @@ -0,0 +1,12 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 +<maintainer type="person">
27 +<email>mva@×××.name</email>
28 +<name>Vadim A. Misbakh-Soloviov</name>
29 +</maintainer>
30 +<use>
31 +<flag name="hb">Use HIB archive</flag>
32 +<flag name="gog">USE GOG archive</flag>
33 +</use>
34 +</pkgmetadata>
35
36 diff --git a/games-rpg/unepic/unepic-1.50.05.ebuild b/games-rpg/unepic/unepic-1.50.05.ebuild
37 index 5eaab4b..996b50b 100644
38 --- a/games-rpg/unepic/unepic-1.50.05.ebuild
39 +++ b/games-rpg/unepic/unepic-1.50.05.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -16,7 +16,7 @@ SRC_URI="
47 "
48
49 RESTRICT="fetch strip"
50 -LICENSE="EULA"
51 +LICENSE="all-rights-reserved"
52
53 SLOT="0"
54 KEYWORDS="amd64 x86"
55 @@ -32,7 +32,6 @@ RDEPEND="
56 sys-libs/zlib
57 "
58
59 -
60 pkg_setup() {
61 ewarn "Just be noticed, that both variants (GOG and HumbleBundle)"
62 ewarn "have game binaries linked with relative path in DT_RPATH."