games-strategy/tornado: fix HomepageInSrcUri, update upstream in metadata
authorWim Muskee <wimmuskee@gmail.com>
Fri, 6 Dec 2019 16:12:34 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 6 Dec 2019 20:32:10 +0000 (21:32 +0100)
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
games-strategy/tornado/metadata.xml
games-strategy/tornado/tornado-1.4-r2.ebuild

index 78274e0fa550cc9c38545b42c2aba5e165c0d8ba..295f0bba0d68ce94e10cda5975e08f36be927557 100644 (file)
@@ -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>
index c2a5f7c2f76c2856d1c4ac6b8488ea32863e2e8f..8ba22468f47e2be15fb963e8d69769a462066a8f 100644 (file)
@@ -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"