Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/
Date: Sun, 18 Apr 2021 06:31:49
Message-Id: 1618727495.ad87f7d0849b7bd971338e42ef8e853371b6a0f5.sam@gentoo
1 commit: ad87f7d0849b7bd971338e42ef8e853371b6a0f5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 06:29:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 06:31:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad87f7d0
7
8 games-server/mtavc: update EAPI 6 -> 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-server/mtavc/mtavc-0.5-r2.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild
16 index 4127418ae02..cef256bf4f5 100644
17 --- a/games-server/mtavc/mtavc-0.5-r2.ebuild
18 +++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
19 @@ -1,21 +1,19 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 DESCRIPTION="dedicated server for GTA3 multiplayer"
27 HOMEPAGE="http://mtavc.com/"
28 SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz"
29 +S="${WORKDIR}"
30
31 LICENSE="MTA-0.5"
32 SLOT="0"
33 KEYWORDS="-* ~x86"
34 -IUSE=""
35 +RESTRICT="bindist mirror"
36
37 RDEPEND="sys-libs/libstdc++-v3:5"
38 -DEPEND=""
39 -
40 -S=${WORKDIR}
41
42 QA_PREBUILT="/opt/${PN}/MTAServer"
43 QA_EXECSTACK="/opt/${PN}/MTAServer"