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-ui-console/
Date: Tue, 01 Sep 2015 19:43:14
Message-Id: 1441136138.4ab393e426d77bc065aed67f20a733a4b5558658.klausman@gentoo
1 commit: 4ab393e426d77bc065aed67f20a733a4b5558658
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:35:38 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:35:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab393e4
7
8 games-emulation/mupen64plus-ui-console: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 .../mupen64plus-ui-console/mupen64plus-ui-console-2.0-r1.ebuild | 2 +-
13 .../mupen64plus-ui-console/mupen64plus-ui-console-2.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.0-r1.ebuild b/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.0-r1.ebuild
17 index 2567744..cac92a2 100644
18 --- a/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.0-r1.ebuild
19 +++ b/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-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, console UI"
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-ui-console/mupen64plus-ui-console-2.0.ebuild b/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.0.ebuild
31 index b238a50..272ae31 100644
32 --- a/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.0.ebuild
33 +++ b/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-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, console UI"
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"