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-video-rice/
Date: Tue, 01 Sep 2015 19:43:23
Message-Id: 1441136194.32f1aba0aeb61dbeca4140ba86f702af9169f608.klausman@gentoo
1 commit: 32f1aba0aeb61dbeca4140ba86f702af9169f608
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:36:34 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:36:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f1aba0
7
8 games-emulation/mupen64plus-video-rice: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 .../mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild | 2 +-
13 .../mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild
17 index f955a5b..3b37f5f 100644
18 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0-r1.ebuild
19 +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-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, rice video 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-video-rice/mupen64plus-video-rice-2.0.ebuild b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild
31 index 2146644..6a0fba9 100644
32 --- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.0.ebuild
33 +++ b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-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, rice video 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"