diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-12-06 17:12:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-06 21:32:10 +0100 |
commit | ea680387b7c22019f2c2c01721e0674a9f734826 (patch) | |
tree | 51b80b5b907a555b57ca494d1ac2f7b452b53b0e /games-strategy | |
parent | games-strategy/naev: fix MissingUnpackerDep, update broken HOMEPAGE (diff) | |
download | gentoo-ea680387b7c22019f2c2c01721e0674a9f734826.tar.gz gentoo-ea680387b7c22019f2c2c01721e0674a9f734826.tar.bz2 gentoo-ea680387b7c22019f2c2c01721e0674a9f734826.zip |
games-strategy/tornado: fix HomepageInSrcUri, update upstream in metadata
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/tornado/metadata.xml | 3 | ||||
-rw-r--r-- | games-strategy/tornado/tornado-1.4-r2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games-strategy/tornado/metadata.xml b/games-strategy/tornado/metadata.xml index 78274e0fa550..295f0bba0d68 100644 --- a/games-strategy/tornado/metadata.xml +++ b/games-strategy/tornado/metadata.xml @@ -5,4 +5,7 @@ <email>games@gentoo.org</email> <name>Gentoo Games Project</name> </maintainer> +<upstream> + <remote-id type="github">kouya/tornado</remote-id> +</upstream> </pkgmetadata> diff --git a/games-strategy/tornado/tornado-1.4-r2.ebuild b/games-strategy/tornado/tornado-1.4-r2.ebuild index c2a5f7c2f76c..8ba22468f47e 100644 --- a/games-strategy/tornado/tornado-1.4-r2.ebuild +++ b/games-strategy/tornado/tornado-1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="Clone of a C64 game - destroy the opponent's house" HOMEPAGE="https://github.com/kouya/tornado" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/kouya/tornado/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |