diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-03 11:24:28 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 09:48:18 -0400 |
commit | 1a4bd8948b2f088d623c18ee937ad996e21b6292 (patch) | |
tree | d939a6d916d68afd754e191c24aadf7d7f867a52 /dev-python | |
parent | media-gfx/wings: Version 2.1.7. (diff) | |
download | gentoo-1a4bd8948b2f088d623c18ee937ad996e21b6292.tar.gz gentoo-1a4bd8948b2f088d623c18ee937ad996e21b6292.tar.bz2 gentoo-1a4bd8948b2f088d623c18ee937ad996e21b6292.zip |
dev-python/Kivy: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8703
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/Kivy/Kivy-1.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/Kivy/Kivy-1.9.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/Kivy/Kivy-1.9.1.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/Kivy/Kivy-1.10.0.ebuild b/dev-python/Kivy/Kivy-1.10.0.ebuild index 0a913ae26c12..b0602122212d 100644 --- a/dev-python/Kivy/Kivy-1.10.0.ebuild +++ b/dev-python/Kivy/Kivy-1.10.0.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DISTUTILS_IN_SOURCE_BUILD=1 DESCRIPTION="Library for rapid development of hardware-accelerated multitouch applications" -HOMEPAGE="http://kivy.org/" +HOMEPAGE="https://kivy.org/" SRC_URI="https://github.com/kivy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/Kivy/Kivy-1.9.1-r1.ebuild b/dev-python/Kivy/Kivy-1.9.1-r1.ebuild index e21b01c75f51..ad713c0570b2 100644 --- a/dev-python/Kivy/Kivy-1.9.1-r1.ebuild +++ b/dev-python/Kivy/Kivy-1.9.1-r1.ebuild @@ -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 @@ -10,7 +10,7 @@ inherit distutils-r1 DISTUTILS_IN_SOURCE_BUILD=1 DESCRIPTION="Library for rapid development of hardware-accelerated multitouch applications" -HOMEPAGE="http://kivy.org/" +HOMEPAGE="https://kivy.org/" SRC_URI="https://pypi.io/packages/source/${PN:0:1}/${PN}/${P,,}.tar.gz" LICENSE="MIT" diff --git a/dev-python/Kivy/Kivy-1.9.1.ebuild b/dev-python/Kivy/Kivy-1.9.1.ebuild index e6bbc4a844ff..a71ffd4e669a 100644 --- a/dev-python/Kivy/Kivy-1.9.1.ebuild +++ b/dev-python/Kivy/Kivy-1.9.1.ebuild @@ -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 @@ -10,7 +10,7 @@ inherit distutils-r1 DISTUTILS_IN_SOURCE_BUILD=1 DESCRIPTION="Library for rapid development of hardware-accelerated multitouch applications" -HOMEPAGE="http://kivy.org/" +HOMEPAGE="https://kivy.org/" SRC_URI="https://pypi.io/packages/source/${PN:0:1}/${PN}/${P,,}.tar.gz" LICENSE="MIT" |