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 0F6FF1382C5 for ; Fri, 16 Mar 2018 21:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F80E08F1; Fri, 16 Mar 2018 21:19:39 +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 D7EF4E08F1 for ; Fri, 16 Mar 2018 21:19:38 +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 A319F335C8A for ; Fri, 16 Mar 2018 21:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A13725F for ; Fri, 16 Mar 2018 21:19:34 +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: <1521235130.d3eca818fa8b8afddb2099e13aa7538fa268edb5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fs/fs-0.5.4.ebuild X-VCS-Directories: dev-python/fs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d3eca818fa8b8afddb2099e13aa7538fa268edb5 X-VCS-Branch: master Date: Fri, 16 Mar 2018 21:19:34 +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: b5f6f40e-ffe8-4a82-b974-3a0baf7335e5 X-Archives-Hash: b64cb06a94fe84eee90c3be206e92059 commit: d3eca818fa8b8afddb2099e13aa7538fa268edb5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 16 19:18:47 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 16 21:18:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3eca818 dev-python/fs: use HTTPS dev-python/fs/fs-0.5.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/fs/fs-0.5.4.ebuild b/dev-python/fs/fs-0.5.4.ebuild index c03e0b08b4d..875391fa261 100644 --- a/dev-python/fs/fs-0.5.4.ebuild +++ b/dev-python/fs/fs-0.5.4.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 @@ -9,9 +9,9 @@ inherit distutils-r1 eutils DESCRIPTION="Filesystem abstraction layer" HOMEPAGE=" - http://pypi.python.org/pypi/fs - http://docs.pyfilesystem.org - http://www.willmcgugan.com/tag/fs/" + https://pypi.python.org/pypi/fs + https://docs.pyfilesystem.org + https://www.willmcgugan.com/tag/fs/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"