Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-rsp-hle/
Date: Tue, 01 Sep 2015 19:43:17
Message-Id: 1441136113.dd4b6f80f8f1260cacdb188759a1278ca90810d3.klausman@gentoo
1 commit: dd4b6f80f8f1260cacdb188759a1278ca90810d3
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:35:13 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:35:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4b6f80
7
8 games-emulation/mupen64plus-rsp-hle: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0-r1.ebuild | 2 +-
13 games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0-r1.ebuild b/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0-r1.ebuild
17 index ca34e3e..dac1892 100644
18 --- a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0-r1.ebuild
19 +++ b/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0-r1.ebuild
20 @@ -8,7 +8,7 @@ MY_P=${PN}-src-${PV}
21 inherit eutils multilib toolchain-funcs
22
23 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, HLE RSP plugin"
24 -HOMEPAGE="https://code.google.com/p/mupen64plus/"
25 +HOMEPAGE="http://www.mupen64plus.org/"
26 SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz"
27
28 LICENSE="GPL-2 LGPL-2.1"
29
30 diff --git a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0.ebuild b/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0.ebuild
31 index 18f8451..21b596e 100644
32 --- a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0.ebuild
33 +++ b/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.0.ebuild
34 @@ -8,7 +8,7 @@ MY_P=${PN}-src-${PV}
35 inherit eutils toolchain-funcs games
36
37 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, HLE RSP plugin"
38 -HOMEPAGE="https://code.google.com/p/mupen64plus/"
39 +HOMEPAGE="http://www.mupen64plus.org/"
40 SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz"
41
42 LICENSE="GPL-2 LGPL-2.1"