Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Kivy/
Date: Sun, 03 Jun 2018 13:49:05
Message-Id: 1528033698.1a4bd8948b2f088d623c18ee937ad996e21b6292.bman@gentoo
1 commit: 1a4bd8948b2f088d623c18ee937ad996e21b6292
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 3 09:24:28 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 13:48:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4bd894
7
8 dev-python/Kivy: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8703
11
12 dev-python/Kivy/Kivy-1.10.0.ebuild | 2 +-
13 dev-python/Kivy/Kivy-1.9.1-r1.ebuild | 4 ++--
14 dev-python/Kivy/Kivy-1.9.1.ebuild | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/Kivy/Kivy-1.10.0.ebuild b/dev-python/Kivy/Kivy-1.10.0.ebuild
18 index 0a913ae26c1..b0602122212 100644
19 --- a/dev-python/Kivy/Kivy-1.10.0.ebuild
20 +++ b/dev-python/Kivy/Kivy-1.10.0.ebuild
21 @@ -10,7 +10,7 @@ inherit distutils-r1
22 DISTUTILS_IN_SOURCE_BUILD=1
23
24 DESCRIPTION="Library for rapid development of hardware-accelerated multitouch applications"
25 -HOMEPAGE="http://kivy.org/"
26 +HOMEPAGE="https://kivy.org/"
27 SRC_URI="https://github.com/kivy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="MIT"
30
31 diff --git a/dev-python/Kivy/Kivy-1.9.1-r1.ebuild b/dev-python/Kivy/Kivy-1.9.1-r1.ebuild
32 index e21b01c75f5..ad713c0570b 100644
33 --- a/dev-python/Kivy/Kivy-1.9.1-r1.ebuild
34 +++ b/dev-python/Kivy/Kivy-1.9.1-r1.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -10,7 +10,7 @@ inherit distutils-r1
42 DISTUTILS_IN_SOURCE_BUILD=1
43
44 DESCRIPTION="Library for rapid development of hardware-accelerated multitouch applications"
45 -HOMEPAGE="http://kivy.org/"
46 +HOMEPAGE="https://kivy.org/"
47 SRC_URI="https://pypi.io/packages/source/${PN:0:1}/${PN}/${P,,}.tar.gz"
48
49 LICENSE="MIT"
50
51 diff --git a/dev-python/Kivy/Kivy-1.9.1.ebuild b/dev-python/Kivy/Kivy-1.9.1.ebuild
52 index e6bbc4a844f..a71ffd4e669 100644
53 --- a/dev-python/Kivy/Kivy-1.9.1.ebuild
54 +++ b/dev-python/Kivy/Kivy-1.9.1.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 +# Copyright 1999-2018 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -10,7 +10,7 @@ inherit distutils-r1
62 DISTUTILS_IN_SOURCE_BUILD=1
63
64 DESCRIPTION="Library for rapid development of hardware-accelerated multitouch applications"
65 -HOMEPAGE="http://kivy.org/"
66 +HOMEPAGE="https://kivy.org/"
67 SRC_URI="https://pypi.io/packages/source/${PN:0:1}/${PN}/${P,,}.tar.gz"
68
69 LICENSE="MIT"