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 ACAB5139694 for ; Mon, 12 Jun 2017 08:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CC2121C08C; Mon, 12 Jun 2017 08:58:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A86021C08C for ; Mon, 12 Jun 2017 08:58:25 +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 31C5F3419FE for ; Mon, 12 Jun 2017 08:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AF54747F for ; Mon, 12 Jun 2017 08:58:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497257892.d6848841a63ec342a7df73cc7c16b3ee079d3820.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gammu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-gammu/python-gammu-2.5.ebuild X-VCS-Directories: dev-python/python-gammu/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d6848841a63ec342a7df73cc7c16b3ee079d3820 X-VCS-Branch: master Date: Mon, 12 Jun 2017 08:58:22 +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: 31850a8d-5df4-4511-8cd3-8d5e3b779934 X-Archives-Hash: 3fcc440cb4391bb36c29f14724ac4f8f commit: d6848841a63ec342a7df73cc7c16b3ee079d3820 Author: Michael Palimaka gentoo org> AuthorDate: Mon Jun 12 08:30:14 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 12 08:58:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6848841 dev-python/python-gammu: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/python-gammu/python-gammu-2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-gammu/python-gammu-2.5.ebuild b/dev-python/python-gammu/python-gammu-2.5.ebuild index 0407c149851..9f26acf10bb 100644 --- a/dev-python/python-gammu/python-gammu-2.5.ebuild +++ b/dev-python/python-gammu/python-gammu-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python bindings for Gammu" -HOMEPAGE="http://wammu.eu/python-gammu/" +HOMEPAGE="https://wammu.eu/python-gammu/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+"