Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polygon/
Date: Mon, 05 Feb 2018 21:55:51
Message-Id: 1517867739.01fb2fb6856812ed33d6214607bab5142db2c53f.mgorny@gentoo
1 commit: 01fb2fb6856812ed33d6214607bab5142db2c53f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 12:52:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:55:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fb2fb6
7
8 dev-python/polygon: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7062
11
12 dev-python/polygon/polygon-2.0.6.ebuild | 2 +-
13 dev-python/polygon/polygon-3.0.7.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/polygon/polygon-2.0.6.ebuild b/dev-python/polygon/polygon-2.0.6.ebuild
17 index 1a3a6bbaf25..c411417e96c 100644
18 --- a/dev-python/polygon/polygon-2.0.6.ebuild
19 +++ b/dev-python/polygon/polygon-2.0.6.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
21 inherit distutils-r1
22
23 DESCRIPTION="Python package to handle polygonal shapes in 2D"
24 -HOMEPAGE="http://www.j-raedler.de/projects/polygon/"
25 +HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
26 SRC_URI="https://www.bitbucket.org/jraedler/${PN}2/downloads/Polygon2-${PV}.zip"
27
28 LICENSE="LGPL-2"
29
30 diff --git a/dev-python/polygon/polygon-3.0.7.ebuild b/dev-python/polygon/polygon-3.0.7.ebuild
31 index 3a694ba4f5c..4932e85b87c 100644
32 --- a/dev-python/polygon/polygon-3.0.7.ebuild
33 +++ b/dev-python/polygon/polygon-3.0.7.ebuild
34 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} )
35 inherit distutils-r1
36
37 DESCRIPTION="Python package to handle polygonal shapes in 2D"
38 -HOMEPAGE="http://www.j-raedler.de/projects/polygon"
39 +HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
40 SRC_URI="https://www.bitbucket.org/jraedler/${PN}3/downloads/Polygon3-${PV}.zip"
41
42 LICENSE="LGPL-2"