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-arcade/holotz-castle/
Date: Thu, 22 Sep 2022 04:09:47
Message-Id: 1663819519.e6b17adbe444371738ee3a603cfc654b08bebdc9.sam@gentoo
1 commit: e6b17adbe444371738ee3a603cfc654b08bebdc9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:55:53 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=e6b17adb
7
8 games-arcade/holotz-castle: 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-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
18 index c07c88732b43..1ff2a004605f 100644
19 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
20 +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-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=8
27 @@ -6,7 +6,7 @@ inherit desktop toolchain-funcs
28
29 DESCRIPTION="2D platform game"
30 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
31 -SRC_URI="https://dev.gentoo.org/~chewi/distfiles/holotz-castle-1.3.14-src.tar.gz"
32 +SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}-src.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"