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 783D11382C5 for ; Tue, 13 Mar 2018 19:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93316E08A2; Tue, 13 Mar 2018 19:52:45 +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 7465DE0897 for ; Tue, 13 Mar 2018 19:52:45 +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 A56D1335C7A for ; Tue, 13 Mar 2018 19:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED28525C for ; Tue, 13 Mar 2018 19:52:41 +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: <1520970737.a42a3a4abed4f286e37fdb17a6ea1f630a028884.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/batinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/batinfo/batinfo-0.3.ebuild X-VCS-Directories: dev-python/batinfo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a42a3a4abed4f286e37fdb17a6ea1f630a028884 X-VCS-Branch: master Date: Tue, 13 Mar 2018 19:52:41 +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: 59a40366-624e-463f-94b2-fbf73e3258d4 X-Archives-Hash: 44dfb8a31d2919d5361923781fe33b3c commit: a42a3a4abed4f286e37fdb17a6ea1f630a028884 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Mar 13 19:20:26 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 13 19:52:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42a3a4a dev-python/batinfo: use HTTPS dev-python/batinfo/batinfo-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/batinfo/batinfo-0.3.ebuild b/dev-python/batinfo/batinfo-0.3.ebuild index 9e19ade2065..091359c296f 100644 --- a/dev-python/batinfo/batinfo-0.3.ebuild +++ b/dev-python/batinfo/batinfo-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A simple Python lib to retreive battery information" -HOMEPAGE="https://github.com/nicolargo/batinfo http://pypi.python.org/pypi/batinfo" +HOMEPAGE="https://github.com/nicolargo/batinfo https://pypi.python.org/pypi/batinfo" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"