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 95AF413908F for ; Wed, 25 Jan 2017 00:54:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3594234059; Wed, 25 Jan 2017 00:54:07 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DC5D234059 for ; Wed, 25 Jan 2017 00:54:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56A63341695 for ; Wed, 25 Jan 2017 00:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910B02E51 for ; Wed, 25 Jan 2017 00:54:04 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1485304918.33ee2de307c7a1e35ffb84db9c24c0cb90124f0d.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sip/sip-4.18.1.ebuild dev-python/sip/sip-4.18.ebuild dev-python/sip/sip-4.19.ebuild dev-python/sip/sip-4.9999.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 33ee2de307c7a1e35ffb84db9c24c0cb90124f0d X-VCS-Branch: master Date: Wed, 25 Jan 2017 00:54:04 +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: 805a4c07-c6bd-4471-be64-3d8f24953351 X-Archives-Hash: cdc71cd653748bba60847cca1a618e14 commit: 33ee2de307c7a1e35ffb84db9c24c0cb90124f0d Author: Davide Pesavento gentoo org> AuthorDate: Wed Jan 25 00:35:45 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Jan 25 00:41:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ee2de3 dev-python/sip: don't list pypi in HOMEPAGE; use https Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/sip/sip-4.18.1.ebuild | 4 ++-- dev-python/sip/sip-4.18.ebuild | 2 +- dev-python/sip/sip-4.19.ebuild | 4 ++-- dev-python/sip/sip-4.9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/sip/sip-4.18.1.ebuild b/dev-python/sip/sip-4.18.1.ebuild index 90d5314..3634f70 100644 --- a/dev-python/sip/sip-4.18.1.ebuild +++ b/dev-python/sip/sip-4.18.1.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 # $Id$ @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in diff --git a/dev-python/sip/sip-4.18.ebuild b/dev-python/sip/sip-4.18.ebuild index 1c520fb..ae9b5ed 100644 --- a/dev-python/sip/sip-4.18.ebuild +++ b/dev-python/sip/sip-4.18.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in diff --git a/dev-python/sip/sip-4.19.ebuild b/dev-python/sip/sip-4.19.ebuild index 0012456..89aaae8 100644 --- a/dev-python/sip/sip-4.19.ebuild +++ b/dev-python/sip/sip-4.19.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 # $Id$ @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild index 6a0b7f6..5c95ae2 100644 --- a/dev-python/sip/sip-4.9999.ebuild +++ b/dev-python/sip/sip-4.9999.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs mercurial DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" -EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" +EHG_REPO_URI="https://www.riverbankcomputing.com/hg/sip" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/12"