diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /games-emulation/mupen64plus | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'games-emulation/mupen64plus')
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-2.0.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild index 8f348ac98236..519888faf7da 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="http://code.google.com/p/mupen64plus/" +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" LICENSE="GPL-2" @@ -125,6 +125,6 @@ pkg_postinst() { if use lirc; then elog "For lirc configuration see:" - elog "http://code.google.com/p/mupen64plus/wiki/LIRC" + elog "https://code.google.com/p/mupen64plus/wiki/LIRC" fi } diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild index bc5b6ec852a9..d45336a616fd 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="http://code.google.com/p/mupen64plus/" +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" LICENSE="GPL-2" @@ -133,6 +133,6 @@ pkg_postinst() { if use lirc; then elog "For lirc configuration see:" - elog "http://code.google.com/p/mupen64plus/wiki/LIRC" + elog "https://code.google.com/p/mupen64plus/wiki/LIRC" fi } diff --git a/games-emulation/mupen64plus/mupen64plus-2.0.ebuild b/games-emulation/mupen64plus/mupen64plus-2.0.ebuild index a40068a28b4b..a12aafb022a0 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="http://code.google.com/p/mupen64plus/" +HOMEPAGE="https://code.google.com/p/mupen64plus/" SRC_URI="" LICENSE="metapackage" |