mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
games-puzzle/quadra: fix HOMEPAGE and SRC_URI
This commit is contained in:
committed by
James Le Cuirot
parent
de6c560fd4
commit
16b2f257e4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user