From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1183921-garchives=archives.gentoo.org@lists.gentoo.org> 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 300171381F3 for <garchives@archives.gentoo.org>; Wed, 1 Jul 2020 19:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF0A6E096F; Wed, 1 Jul 2020 19:59:44 +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 B6E74E096F for <gentoo-commits@lists.gentoo.org>; Wed, 1 Jul 2020 19:59:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4FD1034F200 for <gentoo-commits@lists.gentoo.org>; Wed, 1 Jul 2020 19:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2434D2D1 for <gentoo-commits@lists.gentoo.org>; Wed, 1 Jul 2020 19:59:40 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1593633544.5a79d154a90a4f23b5fc89272aeb3dad47454f9e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gevent/gevent-1.4.0.ebuild dev-python/gevent/gevent-20.5.1.ebuild dev-python/gevent/gevent-20.5.2.ebuild dev-python/gevent/gevent-20.6.0.ebuild dev-python/gevent/gevent-20.6.1.ebuild X-VCS-Directories: dev-python/gevent/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5a79d154a90a4f23b5fc89272aeb3dad47454f9e X-VCS-Branch: master Date: Wed, 1 Jul 2020 19:59:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81c67f78-eeb2-43ba-a84a-55a9f21f6ac4 X-Archives-Hash: d67f6698be1e41c807bb155da45b36a8 commit: 5a79d154a90a4f23b5fc89272aeb3dad47454f9e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jun 29 20:36:11 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Jul 1 19:59:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a79d154 dev-python/gevent: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16497 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-python/gevent/gevent-1.4.0.ebuild | 2 +- dev-python/gevent/gevent-20.5.1.ebuild | 2 +- dev-python/gevent/gevent-20.5.2.ebuild | 2 +- dev-python/gevent/gevent-20.6.0.ebuild | 2 +- dev-python/gevent/gevent-20.6.1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/gevent/gevent-1.4.0.ebuild b/dev-python/gevent/gevent-1.4.0.ebuild index 51c761bd8a9..3f87f8d3fe5 100644 --- a/dev-python/gevent/gevent-1.4.0.ebuild +++ b/dev-python/gevent/gevent-1.4.0.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)" inherit distutils-r1 flag-o-matic DESCRIPTION="Coroutine-based network library" -HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/" +HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/gevent/gevent-20.5.1.ebuild b/dev-python/gevent/gevent-20.5.1.ebuild index faeb72ae729..9c22b6bec13 100644 --- a/dev-python/gevent/gevent-20.5.1.ebuild +++ b/dev-python/gevent/gevent-20.5.1.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)" inherit distutils-r1 flag-o-matic DESCRIPTION="Coroutine-based network library" -HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/" +HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/gevent/gevent-20.5.2.ebuild b/dev-python/gevent/gevent-20.5.2.ebuild index 0ada47ba772..1448d3df4c1 100644 --- a/dev-python/gevent/gevent-20.5.2.ebuild +++ b/dev-python/gevent/gevent-20.5.2.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)" inherit distutils-r1 flag-o-matic DESCRIPTION="Coroutine-based network library" -HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/" +HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/gevent/gevent-20.6.0.ebuild b/dev-python/gevent/gevent-20.6.0.ebuild index 0ada47ba772..1448d3df4c1 100644 --- a/dev-python/gevent/gevent-20.6.0.ebuild +++ b/dev-python/gevent/gevent-20.6.0.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)" inherit distutils-r1 flag-o-matic DESCRIPTION="Coroutine-based network library" -HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/" +HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/gevent/gevent-20.6.1.ebuild b/dev-python/gevent/gevent-20.6.1.ebuild index 0ada47ba772..1448d3df4c1 100644 --- a/dev-python/gevent/gevent-20.6.1.ebuild +++ b/dev-python/gevent/gevent-20.6.1.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="ssl(+),threads(+)" inherit distutils-r1 flag-o-matic DESCRIPTION="Coroutine-based network library" -HOMEPAGE="http://gevent.org/ https://pypi.org/project/gevent/" +HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"