summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-04 13:52:27 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-05 22:55:39 +0100
commit01fb2fb6856812ed33d6214607bab5142db2c53f (patch)
treea10999a8529cdf0dee465157aa0b0a09239a2a16 /dev-python/polygon
parentdev-python/pywebdav: remove dead HOMEPAGE (diff)
downloadgentoo-01fb2fb6856812ed33d6214607bab5142db2c53f.tar.gz
gentoo-01fb2fb6856812ed33d6214607bab5142db2c53f.tar.bz2
gentoo-01fb2fb6856812ed33d6214607bab5142db2c53f.zip
dev-python/polygon: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7062
Diffstat (limited to 'dev-python/polygon')
-rw-r--r--dev-python/polygon/polygon-2.0.6.ebuild2
-rw-r--r--dev-python/polygon/polygon-3.0.7.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/polygon/polygon-2.0.6.ebuild b/dev-python/polygon/polygon-2.0.6.ebuild
index 1a3a6bbaf25b..c411417e96cf 100644
--- a/dev-python/polygon/polygon-2.0.6.ebuild
+++ b/dev-python/polygon/polygon-2.0.6.ebuild
@@ -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"
diff --git a/dev-python/polygon/polygon-3.0.7.ebuild b/dev-python/polygon/polygon-3.0.7.ebuild
index 3a694ba4f5c0..4932e85b87cc 100644
--- a/dev-python/polygon/polygon-3.0.7.ebuild
+++ b/dev-python/polygon/polygon-3.0.7.ebuild
@@ -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"