games-engines/renpy: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 30 Mar 2018 20:37:32 +0000 (22:37 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 5 Apr 2018 15:17:10 +0000 (11:17 -0400)
Closes: https://github.com/gentoo/gentoo/pull/7726

games-engines/renpy/renpy-6.17.7.ebuild
games-engines/renpy/renpy-6.99.12.4-r3.ebuild

index adc56df50743c16c5d6e3ac90a804f8f85e71553..07642c3817c7160ee96e1790a31cf8dbd6c02263 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ DISTUTILS_IN_SOURCE_BUILD=1
 inherit eutils toolchain-funcs python-r1 versionator gnome2-utils games distutils-r1
 
 DESCRIPTION="Visual novel engine written in python"
-HOMEPAGE="http://www.renpy.org"
-SRC_URI="http://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
+HOMEPAGE="https://www.renpy.org"
+SRC_URI="https://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
index 27a1a8b3f14e8f5e91178f6dd2ff7f6c349ad40a..c330a8ab54ba0a8b3db4c48bb017b65c5709db6e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,8 +7,8 @@ DISTUTILS_IN_SOURCE_BUILD=1
 inherit eutils gnome2-utils toolchain-funcs versionator distutils-r1
 
 DESCRIPTION="Visual novel engine written in python"
-HOMEPAGE="http://www.renpy.org"
-SRC_URI="http://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
+HOMEPAGE="https://www.renpy.org"
+SRC_URI="https://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"