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 38626138331 for ; Sat, 17 Mar 2018 10:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3879CE07BA; Sat, 17 Mar 2018 10:51:11 +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 137A8E07D8 for ; Sat, 17 Mar 2018 10:51:11 +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 C3F6A335C98 for ; Sat, 17 Mar 2018 10:51:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E1B25C for ; Sat, 17 Mar 2018 10:51:07 +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: <1521283856.ee0b081bbb861a534e3ed22621e980df98c97ea6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logilab-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logilab-common/logilab-common-1.2.2.ebuild dev-python/logilab-common/logilab-common-1.4.1.ebuild X-VCS-Directories: dev-python/logilab-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee0b081bbb861a534e3ed22621e980df98c97ea6 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:07 +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: 0e3e96f5-9ff6-4bb3-bde0-b468abbf6b12 X-Archives-Hash: f3c275280129d0072910493c784a43ad commit: ee0b081bbb861a534e3ed22621e980df98c97ea6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 08:43:19 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:50:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0b081b dev-python/logilab-common: use HTTPS dev-python/logilab-common/logilab-common-1.2.2.ebuild | 4 ++-- dev-python/logilab-common/logilab-common-1.4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/logilab-common/logilab-common-1.2.2.ebuild b/dev-python/logilab-common/logilab-common-1.2.2.ebuild index f01e88a34a5..09cf50af8ea 100644 --- a/dev-python/logilab-common/logilab-common-1.2.2.ebuild +++ b/dev-python/logilab-common/logilab-common-1.2.2.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 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="Useful miscellaneous modules used by Logilab projects" -HOMEPAGE="http://www.logilab.org/project/logilab-common https://pypi.python.org/pypi/logilab-common" +HOMEPAGE="https://www.logilab.org/project/logilab-common https://pypi.python.org/pypi/logilab-common" SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-python/logilab-common/logilab-common-1.4.1.ebuild b/dev-python/logilab-common/logilab-common-1.4.1.ebuild index 0946300f51c..b0af95a6075 100644 --- a/dev-python/logilab-common/logilab-common-1.4.1.ebuild +++ b/dev-python/logilab-common/logilab-common-1.4.1.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 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="Useful miscellaneous modules used by Logilab projects" -HOMEPAGE="http://www.logilab.org/project/logilab-common https://pypi.python.org/pypi/logilab-common" +HOMEPAGE="https://www.logilab.org/project/logilab-common https://pypi.python.org/pypi/logilab-common" SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"