From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 848801382C5 for ; Mon, 5 Feb 2018 21:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2825E0903; Mon, 5 Feb 2018 21:55:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D201EE0903 for ; Mon, 5 Feb 2018 21:55:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FC09335C0B for ; Mon, 5 Feb 2018 21:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 930D919B for ; Mon, 5 Feb 2018 21:55:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1517867739.01fb2fb6856812ed33d6214607bab5142db2c53f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polygon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/polygon/polygon-2.0.6.ebuild dev-python/polygon/polygon-3.0.7.ebuild X-VCS-Directories: dev-python/polygon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 01fb2fb6856812ed33d6214607bab5142db2c53f X-VCS-Branch: master Date: Mon, 5 Feb 2018 21:55:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d87480c2-fc3d-4f1a-87b1-12e08807fc65 X-Archives-Hash: 0e89998ff6488b65962ff8da8419c421 commit: 01fb2fb6856812ed33d6214607bab5142db2c53f Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 4 12:52:27 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:55:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fb2fb6 dev-python/polygon: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7062 dev-python/polygon/polygon-2.0.6.ebuild | 2 +- dev-python/polygon/polygon-3.0.7.ebuild | 2 +- 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 1a3a6bbaf25..c411417e96c 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 3a694ba4f5c..4932e85b87c 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"