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-engines/xzip/
Date: Thu, 22 Sep 2022 04:09:49
Message-Id: 1663819519.8d3e07154ef0971c637c296291a1d12a85490121.sam@gentoo
1 commit: 8d3e07154ef0971c637c296291a1d12a85490121
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:53:55 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=8d3e0715
7
8 games-engines/xzip: 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-engines/xzip/xzip-1.8.2-r3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/games-engines/xzip/xzip-1.8.2-r3.ebuild b/games-engines/xzip/xzip-1.8.2-r3.ebuild
18 index c6cb0d735cdb..50bfddd967c0 100644
19 --- a/games-engines/xzip/xzip-1.8.2-r3.ebuild
20 +++ b/games-engines/xzip/xzip-1.8.2-r3.ebuild
21 @@ -7,7 +7,7 @@ inherit toolchain-funcs
22
23 DESCRIPTION="X interface to Z-code based text games"
24 HOMEPAGE="https://www.eblong.com/zarf/xzip.html"
25 -SRC_URI="https://www.eblong.com/zarf/ftp/xzip182.tar.Z"
26 +SRC_URI="https://www.eblong.com/zarf/ftp/xzip$(ver_rs 1-3 '').tar.Z"
27
28 LICENSE="GPL-2"
29 SLOT="0"