summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-09 18:42:04 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-02-10 10:42:55 +0000
commit16b2f257e4528aeec599bd47fbbfa00ab0c59e42 (patch)
treeba240e346d979a57762af357f0dd0bcc7fa2448e /games-puzzle/quadra
parentgames-board/gmchess: fix HOMEPAGE (diff)
downloadgentoo-16b2f257e4528aeec599bd47fbbfa00ab0c59e42.tar.gz
gentoo-16b2f257e4528aeec599bd47fbbfa00ab0c59e42.tar.bz2
gentoo-16b2f257e4528aeec599bd47fbbfa00ab0c59e42.zip
games-puzzle/quadra: fix HOMEPAGE and SRC_URI
Diffstat (limited to 'games-puzzle/quadra')
-rw-r--r--games-puzzle/quadra/quadra-1.2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/quadra/quadra-1.2.0.ebuild b/games-puzzle/quadra/quadra-1.2.0.ebuild
index 6d62e04484e2..a315a077f55d 100644
--- a/games-puzzle/quadra/quadra-1.2.0.ebuild
+++ b/games-puzzle/quadra/quadra-1.2.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils games
DESCRIPTION="A tetris clone with multiplayer support"
-HOMEPAGE="https://code.google.com/p/quadra/"
-SRC_URI="https://quadra.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/quadra-game/quadra"
+SRC_URI="https://github.com/${PN}-game/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"