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 EC3F51382C5 for ; Sat, 17 Mar 2018 10:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08343E088F; Sat, 17 Mar 2018 10:51:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CD058E088F for ; Sat, 17 Mar 2018 10:51:12 +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 AC41E335CA2 for ; Sat, 17 Mar 2018 10:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3916B266 for ; Sat, 17 Mar 2018 10:51:08 +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: <1521283860.432d40a303cf7d0f66ae6637994674d820e9a945.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylibacl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild X-VCS-Directories: dev-python/pylibacl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 432d40a303cf7d0f66ae6637994674d820e9a945 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:08 +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: e81fb077-e416-4403-b720-58b846653202 X-Archives-Hash: 18b79b1d4fbe10a21fab481b305bbe8f commit: 432d40a303cf7d0f66ae6637994674d820e9a945 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 08:54:58 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:51:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432d40a3 dev-python/pylibacl: use HTTPS dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild index 3adbe818e9f..7b3a397ff32 100644 --- a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild +++ b/dev-python/pylibacl/pylibacl-0.5.0-r1.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=5 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="POSIX ACLs (Access Control Lists) for Python" -HOMEPAGE="http://pylibacl.k1024.org/ https://pypi.python.org/pypi/pylibacl" +HOMEPAGE="https://pylibacl.k1024.org/ + https://pypi.python.org/pypi/pylibacl" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"