From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C2A491384C2 for ; Tue, 1 Sep 2015 19:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF4681430D; Tue, 1 Sep 2015 19:43:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4779B1424B for ; Tue, 1 Sep 2015 19:43:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8774434067D for ; Tue, 1 Sep 2015 19:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F8B188 for ; Tue, 1 Sep 2015 19:43:05 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441136060.e8525bf8a72aed6106327608bcd3b2b207fdbb73.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild X-VCS-Directories: games-emulation/mupen64plus-core/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e8525bf8a72aed6106327608bcd3b2b207fdbb73 X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:43:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d606b87-ed51-492b-b8f8-8a18743f869a X-Archives-Hash: c0b527354f4c1c75e4f71e22284e1a3c commit: e8525bf8a72aed6106327608bcd3b2b207fdbb73 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:34:20 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:34:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8525bf8 games-emulation/mupen64plus-core: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild | 2 +- games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild index f9c3afe..c2f1ca6 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.0-r1.ebuild @@ -8,7 +8,7 @@ MY_P=${PN}-src-${PV} inherit eutils multilib toolchain-funcs DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library" -HOMEPAGE="https://code.google.com/p/mupen64plus/" +HOMEPAGE="http://www.mupen64plus.org/" SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild index 81bc7f9..b9e95c0 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild @@ -8,7 +8,7 @@ MY_P=${PN}-src-${PV} inherit eutils toolchain-funcs games DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library" -HOMEPAGE="https://code.google.com/p/mupen64plus/" +HOMEPAGE="http://www.mupen64plus.org/" SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2 LGPL-2.1"