diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /games-emulation | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/gngeo/gngeo-0.8.ebuild | 2 | ||||
-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/snes9x/snes9x-1.53.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 8271dd58f0bf..bd8bcdf06a11 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -14,7 +14,7 @@ then inherit git-r3 KEYWORDS="" else - SRC_URI="http://${PN}-emu.googlecode.com/files/${P}-src.zip" + SRC_URI="https://${PN}-emu.googlecode.com/files/${P}-src.zip" KEYWORDS="~amd64" fi diff --git a/games-emulation/gngeo/gngeo-0.8.ebuild b/games-emulation/gngeo/gngeo-0.8.ebuild index d20aafb50a62..c6b76ced4f16 100644 --- a/games-emulation/gngeo/gngeo-0.8.ebuild +++ b/games-emulation/gngeo/gngeo-0.8.ebuild @@ -7,7 +7,7 @@ inherit eutils autotools games DESCRIPTION="A NeoGeo emulator" HOMEPAGE="https://code.google.com/p/gngeo/" -SRC_URI="http://gngeo.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://gngeo.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild index 519888faf7da..6b7597ebd442 100644 --- a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild @@ -12,7 +12,7 @@ PATCH_VERSION="20091123" DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator" HOMEPAGE="https://code.google.com/p/mupen64plus/" -SRC_URI="http://mupen64plus.googlecode.com/files/${MY_P}.tar.gz mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2" +SRC_URI="https://mupen64plus.googlecode.com/files/${MY_P}.tar.gz mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild index d45336a616fd..d3a7dfc19dc5 100644 --- a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild @@ -12,7 +12,7 @@ PATCH_VERSION="20100507" DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator" HOMEPAGE="https://code.google.com/p/mupen64plus/" -SRC_URI="http://mupen64plus.googlecode.com/files/${MY_P}.tar.gz mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2" +SRC_URI="https://mupen64plus.googlecode.com/files/${MY_P}.tar.gz mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/games-emulation/snes9x/snes9x-1.53.ebuild b/games-emulation/snes9x/snes9x-1.53.ebuild index 54505f87c836..1694499f2fd1 100644 --- a/games-emulation/snes9x/snes9x-1.53.ebuild +++ b/games-emulation/snes9x/snes9x-1.53.ebuild @@ -7,7 +7,7 @@ inherit autotools eutils flag-o-matic multilib gnome2-utils games DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" HOMEPAGE="https://code.google.com/p/snes9x-gtk/" -SRC_URI="http://snes9x-gtk.googlecode.com/files/${P}-src.tar.bz2" +SRC_URI="https://snes9x-gtk.googlecode.com/files/${P}-src.tar.bz2" LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP" SLOT="0" |