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-fps/quake1-rally/
Date: Thu, 22 Sep 2022 04:09:49
Message-Id: 1663819519.50571d98b67830c75bbbf463be186f1eb22b3b6c.sam@gentoo
1 commit: 50571d98b67830c75bbbf463be186f1eb22b3b6c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 04:02:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50571d98
7
8 games-fps/quake1-rally: 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-fps/quake1-rally/quake1-rally-1.2-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild b/games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild
18 index 5b4137c84763..8623924bac22 100644
19 --- a/games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild
20 +++ b/games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild
21 @@ -1,4 +1,4 @@
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 @@ -7,7 +7,7 @@ inherit edos2unix
28
29 DESCRIPTION="TC which turns Quake into a Rally racing game"
30 HOMEPAGE="http://wiki.quakeworld.nu/Quake_Rally"
31 -SRC_URI="http://ehall.freeshell.org/quake/qr12.zip
32 +SRC_URI="http://ehall.freeshell.org/quake/qr$(ver_rs 1-2 '').zip
33 http://ehall.freeshell.org/quake/qrlo1.zip"
34 S="${WORKDIR}"