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: Thu, 22 Sep 2022 04:09:49
Message-Id: 1663819521.bcf54784f1e20a0a99e96853008067eef0b35f48.sam@gentoo
1 commit: bcf54784f1e20a0a99e96853008067eef0b35f48
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:55:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf54784
7
8 games-server/mtavc: use PV in SRC_URI
9
10 Avoids mistakes on bumping and why not?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 games-server/mtavc/mtavc-0.5-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild
18 index cef256bf4f5e..cd7e1af8d121 100644
19 --- a/games-server/mtavc/mtavc-0.5-r2.ebuild
20 +++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 DESCRIPTION="dedicated server for GTA3 multiplayer"
29 HOMEPAGE="http://mtavc.com/"
30 -SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz"
31 +SRC_URI="http://files.gonnaplay.com/201/MTAServer$(ver_rs 0-1 '_')-linux.tar.gz"
32 S="${WORKDIR}"
33
34 LICENSE="MTA-0.5"