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-action/beathazardultra/
Date: Thu, 22 Sep 2022 04:09:47
Message-Id: 1663819519.561637716aa5c15332fcaae7ea5a790cec0f7cc2.sam@gentoo
1 commit: 561637716aa5c15332fcaae7ea5a790cec0f7cc2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:43: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=56163771
7
8 games-action/beathazardultra: use PV in SRC_URI
9
10 not that it really matters in this case, but still.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 games-action/beathazardultra/beathazardultra-20130308-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild b/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild
18 index 0e9ccb93a7b9..ebc38cdf81e3 100644
19 --- a/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild
20 +++ b/games-action/beathazardultra/beathazardultra-20130308-r2.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 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
27 @@ -9,7 +9,7 @@ inherit desktop unpacker wrapper
28
29 DESCRIPTION="Intense music-driven arcade shooter powered by your music"
30 HOMEPAGE="http://www.coldbeamgames.com/"
31 -SRC_URI="beathazard-installer_03-08-13"
32 +SRC_URI="beathazard-installer_${PV:4:2}-${PV:6:2}-${PV:2:2}"
33 S="${WORKDIR}"/data
34
35 LICENSE="all-rights-reserved"