Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadra/
Date: Sat, 10 Feb 2018 10:43:16
Message-Id: 1518259375.16b2f257e4528aeec599bd47fbbfa00ab0c59e42.chewi@gentoo
1 commit: 16b2f257e4528aeec599bd47fbbfa00ab0c59e42
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 9 17:42:04 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 10:42:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b2f257
7
8 games-puzzle/quadra: fix HOMEPAGE and SRC_URI
9
10 games-puzzle/quadra/quadra-1.2.0.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-puzzle/quadra/quadra-1.2.0.ebuild b/games-puzzle/quadra/quadra-1.2.0.ebuild
14 index 6d62e04484e..a315a077f55 100644
15 --- a/games-puzzle/quadra/quadra-1.2.0.ebuild
16 +++ b/games-puzzle/quadra/quadra-1.2.0.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit eutils games
24
25 DESCRIPTION="A tetris clone with multiplayer support"
26 -HOMEPAGE="https://code.google.com/p/quadra/"
27 -SRC_URI="https://quadra.googlecode.com/files/${P}.tar.gz"
28 +HOMEPAGE="https://github.com/quadra-game/quadra"
29 +SRC_URI="https://github.com/${PN}-game/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="LGPL-2.1"
32 SLOT="0"