diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:33:31 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:33:31 +0200 |
commit | 5d5535d7432ac1c14f120888950cdb07416c96b1 (patch) | |
tree | 5f6035beff0a3ca8b83d08b1678109a29dd519df | |
parent | 14f065300d507d74c2f648642f822817beef8c09 (diff) | |
download | gentoo-5d5535d7432ac1c14f120888950cdb07416c96b1.tar.gz gentoo-5d5535d7432ac1c14f120888950cdb07416c96b1.tar.xz |
games-emulation/mupen64plus: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-2.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild index 6b7597ebd44..f532e77f9ed 100644 --- a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild @@ -11,7 +11,7 @@ MY_P="Mupen64Plus-${PV/./-}-src" PATCH_VERSION="20091123" DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator" -HOMEPAGE="https://code.google.com/p/mupen64plus/" +HOMEPAGE="http://www.mupen64plus.org/" SRC_URI="https://mupen64plus.googlecode.com/files/${MY_P}.tar.gz mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2" LICENSE="GPL-2" diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild index d3a7dfc19dc..93096509998 100644 --- a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild @@ -11,7 +11,7 @@ MY_P="Mupen64Plus-${PV/./-}-src" PATCH_VERSION="20100507" DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator" -HOMEPAGE="https://code.google.com/p/mupen64plus/" +HOMEPAGE="http://www.mupen64plus.org/" SRC_URI="https://mupen64plus.googlecode.com/files/${MY_P}.tar.gz mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2" LICENSE="GPL-2" diff --git a/games-emulation/mupen64plus/mupen64plus-2.0.ebuild b/games-emulation/mupen64plus/mupen64plus-2.0.ebuild index a12aafb022a..8e86a6bfc31 100644 --- a/games-emulation/mupen64plus/mupen64plus-2.0.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-2.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package" -HOMEPAGE="https://code.google.com/p/mupen64plus/" +HOMEPAGE="http://www.mupen64plus.org/" SRC_URI="" LICENSE="metapackage" |