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 4373D1396D0 for ; Sun, 3 Sep 2017 03:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79AD5E0E2C; Sun, 3 Sep 2017 03:07:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 58FECE0E2C for ; Sun, 3 Sep 2017 03:07:41 +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 BCC1933FE74 for ; Sun, 3 Sep 2017 03:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC8E8C0E for ; Sun, 3 Sep 2017 03:07:38 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504407935.a2d31f43d3d5974d9f3d9597c65de8c07df25ca2.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cffi/cffi-1.10.0.ebuild dev-python/cffi/cffi-1.5.2.ebuild dev-python/cffi/cffi-1.9.1.ebuild X-VCS-Directories: dev-python/cffi/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: a2d31f43d3d5974d9f3d9597c65de8c07df25ca2 X-VCS-Branch: master Date: Sun, 3 Sep 2017 03:07:38 +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: 5d959eb5-989a-43f3-8c56-2515aface609 X-Archives-Hash: 4547ab055d0dbeb376ca3424e3bac690 commit: a2d31f43d3d5974d9f3d9597c65de8c07df25ca2 Author: Tim Harder gentoo org> AuthorDate: Sun Sep 3 03:05:35 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Sep 3 03:05:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d31f43 dev-python/cffi: update HOMEPAGE dev-python/cffi/cffi-1.10.0.ebuild | 2 +- dev-python/cffi/cffi-1.5.2.ebuild | 2 +- dev-python/cffi/cffi-1.9.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/cffi/cffi-1.10.0.ebuild b/dev-python/cffi/cffi-1.10.0.ebuild index 3153dd22836..63bcc319097 100644 --- a/dev-python/cffi/cffi-1.10.0.ebuild +++ b/dev-python/cffi/cffi-1.10.0.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Foreign Function Interface for Python calling C code" -HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi" +HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/cffi/cffi-1.5.2.ebuild b/dev-python/cffi/cffi-1.5.2.ebuild index a7abea63940..e347372cd91 100644 --- a/dev-python/cffi/cffi-1.5.2.ebuild +++ b/dev-python/cffi/cffi-1.5.2.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Foreign Function Interface for Python calling C code" -HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi" +HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/cffi/cffi-1.9.1.ebuild b/dev-python/cffi/cffi-1.9.1.ebuild index 9b673d139be..ecbc3943b5c 100644 --- a/dev-python/cffi/cffi-1.9.1.ebuild +++ b/dev-python/cffi/cffi-1.9.1.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Foreign Function Interface for Python calling C code" -HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi" +HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"