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/dex/
Date: Sat, 29 Feb 2020 14:18:55
Message-Id: 1582982784.fbe56e59cc93e3f7930b8b0317d4f0de26209668.winterheart@gentoo
1 commit: fbe56e59cc93e3f7930b8b0317d4f0de26209668
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 29 13:26:24 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Sat Feb 29 13:26:24 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=fbe56e59
7
8 games-action/dex: minor fixes
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-action/dex/dex-2.1.0.2.ebuild | 9 ++++-----
14 games-action/dex/metadata.xml | 14 ++++++++++++++
15 2 files changed, 18 insertions(+), 5 deletions(-)
16
17 diff --git a/games-action/dex/dex-2.1.0.2.ebuild b/games-action/dex/dex-2.1.0.2.ebuild
18 index 972db97..b1d7376 100644
19 --- a/games-action/dex/dex-2.1.0.2.ebuild
20 +++ b/games-action/dex/dex-2.1.0.2.ebuild
21 @@ -1,6 +1,5 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26
27 EAPI=6
28
29 @@ -18,15 +17,15 @@ SRC_URI="
30 "
31
32 RESTRICT="fetch strip"
33 -LICENSE="EULA"
34 +LICENSE="all-rights-reserved"
35
36 SLOT="0"
37 -KEYWORDS="amd64 x86"
38 +KEYWORDS="~amd64 ~x86"
39 IUSE="+gog"
40
41 DEPEND="
42 app-arch/unzip
43 - dev-util/xdelta3
44 + dev-util/xdelta:3
45 "
46 RDEPEND="
47 dev-libs/glib
48
49 diff --git a/games-action/dex/metadata.xml b/games-action/dex/metadata.xml
50 new file mode 100644
51 index 0000000..010a55e
52 --- /dev/null
53 +++ b/games-action/dex/metadata.xml
54 @@ -0,0 +1,14 @@
55 +<?xml version="1.0" encoding="UTF-8"?>
56 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 +<pkgmetadata>
58 +<maintainer type="person">
59 +<email>mva@×××.name</email>
60 +<name>Vadim A. Misbakh-Soloviov</name>
61 +</maintainer>
62 +<longdescription lang="en">
63 +</longdescription>
64 +<use>
65 +<flag name="gog">Use GOG archive</flag>
66 +</use>
67 +</pkgmetadata>
68 +