Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/renpy/
Date: Thu, 05 Apr 2018 15:21:36
Message-Id: 1522941430.745aa289f8245ca314ca7da220197b55b51a394c.bman@gentoo
1 commit: 745aa289f8245ca314ca7da220197b55b51a394c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 20:37:32 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:17:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745aa289
7
8 games-engines/renpy: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7726
11
12 games-engines/renpy/renpy-6.17.7.ebuild | 6 +++---
13 games-engines/renpy/renpy-6.99.12.4-r3.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/games-engines/renpy/renpy-6.17.7.ebuild b/games-engines/renpy/renpy-6.17.7.ebuild
17 index adc56df5074..07642c3817c 100644
18 --- a/games-engines/renpy/renpy-6.17.7.ebuild
19 +++ b/games-engines/renpy/renpy-6.17.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -7,8 +7,8 @@ DISTUTILS_IN_SOURCE_BUILD=1
27 inherit eutils toolchain-funcs python-r1 versionator gnome2-utils games distutils-r1
28
29 DESCRIPTION="Visual novel engine written in python"
30 -HOMEPAGE="http://www.renpy.org"
31 -SRC_URI="http://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
32 +HOMEPAGE="https://www.renpy.org"
33 +SRC_URI="https://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
34
35 LICENSE="MIT"
36 SLOT="$(get_version_component_range 1-2)"
37
38 diff --git a/games-engines/renpy/renpy-6.99.12.4-r3.ebuild b/games-engines/renpy/renpy-6.99.12.4-r3.ebuild
39 index 27a1a8b3f14..c330a8ab54b 100644
40 --- a/games-engines/renpy/renpy-6.99.12.4-r3.ebuild
41 +++ b/games-engines/renpy/renpy-6.99.12.4-r3.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -7,8 +7,8 @@ DISTUTILS_IN_SOURCE_BUILD=1
49 inherit eutils gnome2-utils toolchain-funcs versionator distutils-r1
50
51 DESCRIPTION="Visual novel engine written in python"
52 -HOMEPAGE="http://www.renpy.org"
53 -SRC_URI="http://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
54 +HOMEPAGE="https://www.renpy.org"
55 +SRC_URI="https://www.renpy.org/dl/${PV}/${P}-source.tar.bz2"
56
57 LICENSE="MIT"
58 SLOT="$(get_version_component_range 1-2)"