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