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 ED144138331 for ; Mon, 19 Mar 2018 20:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF38FE0934; Mon, 19 Mar 2018 20:49:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AF8E0E0933 for ; Mon, 19 Mar 2018 20:49:30 +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 29A6D335C2C for ; Mon, 19 Mar 2018 20:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2032225A for ; Mon, 19 Mar 2018 20:49:27 +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: <1521492519.bd83ab13f01f29b7fb776eb3a6b435525f5b6a41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netifaces/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/netifaces/netifaces-0.10.6.ebuild X-VCS-Directories: dev-python/netifaces/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bd83ab13f01f29b7fb776eb3a6b435525f5b6a41 X-VCS-Branch: master Date: Mon, 19 Mar 2018 20:49:27 +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: 4057b916-2355-4c82-8d3f-fe515433670c X-Archives-Hash: 87c8ebf1a1dfee9454f2a3e7c5dba524 commit: bd83ab13f01f29b7fb776eb3a6b435525f5b6a41 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Mar 19 19:52:55 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 19 20:48:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd83ab13 dev-python/netifaces: use HTTPS dev-python/netifaces/netifaces-0.10.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/netifaces/netifaces-0.10.6.ebuild b/dev-python/netifaces/netifaces-0.10.6.ebuild index e9b0229c776..cd1efb72de0 100644 --- a/dev-python/netifaces/netifaces-0.10.6.ebuild +++ b/dev-python/netifaces/netifaces-0.10.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Portable network interface information" HOMEPAGE=" https://pypi.python.org/pypi/netifaces/ - http://alastairs-place.net/netifaces/ + https://alastairs-place.net/projects/netifaces/ https://bitbucket.org/al45tair/netifaces" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"