Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
Date: Sun, 24 Nov 2019 22:20:13
Message-Id: 1574634002.386062d79079870041231d84a4bb8e14b497f8b9.bman@gentoo
1 commit: 386062d79079870041231d84a4bb8e14b497f8b9
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 24 08:42:22 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 24 22:20:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386062d7
7
8 games-rpg/manaplus: fix MissingTestRestrict, update metadata
9
10 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/13749
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 games-rpg/manaplus/manaplus-1.8.12.8.ebuild | 3 ++-
15 games-rpg/manaplus/manaplus-1.9.3.23.ebuild | 1 +
16 games-rpg/manaplus/manaplus-9999.ebuild | 3 ++-
17 games-rpg/manaplus/metadata.xml | 3 +++
18 4 files changed, 8 insertions(+), 2 deletions(-)
19
20 diff --git a/games-rpg/manaplus/manaplus-1.8.12.8.ebuild b/games-rpg/manaplus/manaplus-1.8.12.8.ebuild
21 index df14d85dc14..3e516d72a9e 100644
22 --- a/games-rpg/manaplus/manaplus-1.8.12.8.ebuild
23 +++ b/games-rpg/manaplus/manaplus-1.8.12.8.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -16,6 +16,7 @@ fi
31 LICENSE="GPL-2+"
32 SLOT="0"
33 IUSE="mumble nls opengl pugixml +sdl2 test"
34 +RESTRICT="!test? ( test )"
35
36 RDEPEND="
37 >=dev-games/physfs-1.0.0
38
39 diff --git a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild
40 index 22fd9fdaa32..9d34cbd23db 100644
41 --- a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild
42 +++ b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild
43 @@ -16,6 +16,7 @@ fi
44 LICENSE="GPL-2+"
45 SLOT="0"
46 IUSE="mumble nls opengl pugixml +sdl2 test"
47 +RESTRICT="!test? ( test )"
48
49 RDEPEND="
50 >=dev-games/physfs-1.0.0
51
52 diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild
53 index df14d85dc14..3e516d72a9e 100644
54 --- a/games-rpg/manaplus/manaplus-9999.ebuild
55 +++ b/games-rpg/manaplus/manaplus-9999.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2018 Gentoo Authors
58 +# Copyright 1999-2019 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -16,6 +16,7 @@ fi
63 LICENSE="GPL-2+"
64 SLOT="0"
65 IUSE="mumble nls opengl pugixml +sdl2 test"
66 +RESTRICT="!test? ( test )"
67
68 RDEPEND="
69 >=dev-games/physfs-1.0.0
70
71 diff --git a/games-rpg/manaplus/metadata.xml b/games-rpg/manaplus/metadata.xml
72 index 474048077e6..7ed07135370 100644
73 --- a/games-rpg/manaplus/metadata.xml
74 +++ b/games-rpg/manaplus/metadata.xml
75 @@ -10,4 +10,7 @@
76 <flag name="pugixml">Use <pkg>dev-libs/pugixml</pkg> for XML parsing isntead of <pkg>dev-libs/libxml2</pkg></flag>
77 <flag name="mumble">Enable support for voice chat</flag>
78 </use>
79 + <upstream>
80 + <remote-id type="gitlab">manaplus/manaplus</remote-id>
81 + </upstream>
82 </pkgmetadata>