Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/superflu-riteurnz/
Date: Wed, 07 Jul 2021 14:02:15
Message-Id: 1625499268.d6e2aebd7ab1b6c13214d4f46bc9c6a26e58323d.flow@gentoo
1 commit: d6e2aebd7ab1b6c13214d4f46bc9c6a26e58323d
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Mon Jul 5 15:33:53 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 15:34:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6e2aebd
7
8 games-puzzle/superflu-riteurnz: Fix game data URL
9
10 Closes: https://bugs.gentoo.org/800677
11 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
12
13 games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild b/games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild
17 index dca9d526a..dbe48331e 100644
18 --- a/games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild
19 +++ b/games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild
20 @@ -12,7 +12,7 @@ DESCRIPTION="Artisanal video-game about Superflu, the useless super-hero (french
21 HOMEPAGE="https://ptilouk.net/superflu-riteurnz/"
22 SRC_URI="
23 https://framagit.org/Gee/sosage/-/archive/v${PV}/${MY_P}.tar.gz
24 - https://dl.bintray.com/ptilouk/superflu-riteurnz/zip/${MY_DATA_P}.zip
25 + https://ptilouk.net/superflu-riteurnz/superflu-riteurnz-v1.0.0-xmas2020demo-data.zip
26 "
27 S="${WORKDIR}/${MY_P}"
28 LICENSE="CC-BY-SA-2.0 GPL-3+ CC-BY-3.0"