diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-04-20 07:56:10 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-04-22 21:14:09 +0100 |
commit | d35acb5171233f59cab58ec83428def6beb5ecc2 (patch) | |
tree | a30d8fcf9e9bd8c41c53200bd9fb2d981563f64e /games-emulation | |
parent | dev-libs/boost: Fix incorrect use of EPREFIX (diff) | |
download | gentoo-d35acb5171233f59cab58ec83428def6beb5ecc2.tar.gz gentoo-d35acb5171233f59cab58ec83428def6beb5ecc2.tar.bz2 gentoo-d35acb5171233f59cab58ec83428def6beb5ecc2.zip |
games-emulation/atari800: update HOMEPAGE, SRC_URI, metadata
Closes: https://bugs.gentoo.org/683648
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11750
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/atari800/atari800-3.1.0-r1.ebuild | 8 | ||||
-rw-r--r-- | games-emulation/atari800/metadata.xml | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-emulation/atari800/atari800-3.1.0-r1.ebuild b/games-emulation/atari800/atari800-3.1.0-r1.ebuild index 31aa318cdebb..9373e100a2a7 100644 --- a/games-emulation/atari800/atari800-3.1.0-r1.ebuild +++ b/games-emulation/atari800/atari800-3.1.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit desktop autotools DESCRIPTION="Atari 800 emulator" -HOMEPAGE="http://atari800.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/xf25.zip" +HOMEPAGE="https://atari800.github.io/" +SRC_URI="https://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.gz + https://sourceforge.net/projects/${PN}/files/ROM/Original%20XL%20ROM/xf25.zip" LICENSE="GPL-2+" SLOT="0" diff --git a/games-emulation/atari800/metadata.xml b/games-emulation/atari800/metadata.xml index 6489dd5ca137..610c1b8077a2 100644 --- a/games-emulation/atari800/metadata.xml +++ b/games-emulation/atari800/metadata.xml @@ -25,5 +25,6 @@ ways : </longdescription> <upstream> <remote-id type="sourceforge">atari800</remote-id> + <remote-id type="github">atari800/atari800</remote-id> </upstream> </pkgmetadata> |