dev-python/polygon: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 4 Feb 2018 12:52:27 +0000 (13:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 5 Feb 2018 21:55:39 +0000 (22:55 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7062

dev-python/polygon/polygon-2.0.6.ebuild
dev-python/polygon/polygon-3.0.7.ebuild

index 1a3a6bbaf25b7421d875fb2b393fcd01ddafa0fb..c411417e96cf2e9ee9adcd353538753f49e1b41b 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Python package to handle polygonal shapes in 2D"
-HOMEPAGE="http://www.j-raedler.de/projects/polygon/"
+HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
 SRC_URI="https://www.bitbucket.org/jraedler/${PN}2/downloads/Polygon2-${PV}.zip"
 
 LICENSE="LGPL-2"
index 3a694ba4f5c01e1b0122d96dfec375b150fc4782..4932e85b87cca372438017d1b1edd18430606b3f 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python package to handle polygonal shapes in 2D"
-HOMEPAGE="http://www.j-raedler.de/projects/polygon"
+HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
 SRC_URI="https://www.bitbucket.org/jraedler/${PN}3/downloads/Polygon3-${PV}.zip"
 
 LICENSE="LGPL-2"