Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
Date: Mon, 10 Sep 2018 09:40:56
Message-Id: 1536572442.408a40bf6a0077c518e72a0327c664682d43417f.polynomial-c@gentoo
1 commit: 408a40bf6a0077c518e72a0327c664682d43417f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 10 09:39:54 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 09:40:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408a40bf
7
8 games-rpg/manaplus: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 games-rpg/manaplus/manaplus-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild
16 index 2d5897b5d6f..e23b1190fe4 100644
17 --- a/games-rpg/manaplus/manaplus-9999.ebuild
18 +++ b/games-rpg/manaplus/manaplus-9999.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
26 +EAPI=7
27
28 DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
29 HOMEPAGE="http://manaplus.evolonline.org"
30 if [[ ${PV} == 9999 ]] ; then
31 + inherit autotools git-r3
32 EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git"
33 else
34 SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz"