Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gish-demo/
Date: Mon, 08 Jan 2018 07:28:40
Message-Id: 1515396504.c7345ab40cc1bf2597419607859a135596714c73.mgorny@gentoo
1 commit: c7345ab40cc1bf2597419607859a135596714c73
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 07:27:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 07:28:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7345ab4
7
8 games-arcade/gish-demo: Fix SRC_URI
9
10 Closes: https://bugs.gentoo.org/640542
11
12 games-arcade/gish-demo/gish-demo-1.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-arcade/gish-demo/gish-demo-1.6.ebuild b/games-arcade/gish-demo/gish-demo-1.6.ebuild
16 index 2a1952d0872..cbfaf9f283b 100644
17 --- a/games-arcade/gish-demo/gish-demo-1.6.ebuild
18 +++ b/games-arcade/gish-demo/gish-demo-1.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,7 +6,7 @@ inherit eutils games
26
27 DESCRIPTION="Play as an amorphous ball of tar that rolls and squishes around"
28 HOMEPAGE="http://www.chroniclogic.com/gish.htm"
29 -SRC_URI="http://s159260531.onlinehome.us/demos/gishdemo.tar.gz -> ${P}.tar.gz"
30 +SRC_URI="http://www.chroniclogic.com/demos/gishdemo.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="all-rights-reserved"
33 SLOT="0"