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 6B2D3138332 for ; Sat, 24 Mar 2018 13:10:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 428D5E081B; Sat, 24 Mar 2018 13:10:57 +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 1CFA3E081B for ; Sat, 24 Mar 2018 13:10:56 +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 A8434335C4A for ; Sat, 24 Mar 2018 13:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA3F268 for ; Sat, 24 Mar 2018 13:10:53 +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: <1521897046.7e00567e677089b49d5a25bfd3f8340bfe35fa3f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenv/virtualenv-15.1.0.ebuild X-VCS-Directories: dev-python/virtualenv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e00567e677089b49d5a25bfd3f8340bfe35fa3f X-VCS-Branch: master Date: Sat, 24 Mar 2018 13:10:53 +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: fe11cba9-cd44-4e7f-b537-64859651b5a3 X-Archives-Hash: 6fe4d5e03853a5622b19352e6b849958 commit: 7e00567e677089b49d5a25bfd3f8340bfe35fa3f Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 23 15:40:50 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 24 13:10:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e00567e dev-python/virtualenv: update HOMEPAGE, use HTTPS dev-python/virtualenv/virtualenv-15.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild b/dev-python/virtualenv/virtualenv-15.1.0.ebuild index 74fd73ea467..493ae214052 100644 --- a/dev-python/virtualenv/virtualenv-15.1.0.ebuild +++ b/dev-python/virtualenv/virtualenv-15.1.0.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,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Virtual Python Environment builder" HOMEPAGE=" - http://www.virtualenv.org/ + https://virtualenv.pypa.io/en/stable/ https://pypi.python.org/pypi/virtualenv https://github.com/pypa/virtualenv/ "