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 D83AE1382C5 for ; Fri, 16 Mar 2018 21:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC074E08EA; Fri, 16 Mar 2018 21:19:38 +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 8F990E08E8 for ; Fri, 16 Mar 2018 21:19:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 64A9A335C88 for ; Fri, 16 Mar 2018 21:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 733CC25D for ; Fri, 16 Mar 2018 21:19:34 +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: <1521235125.32872c9760b59bae6f5a8f7034ec57143275b18b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/egenix-mx-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild dev-python/egenix-mx-base/egenix-mx-base-3.2.9.ebuild X-VCS-Directories: dev-python/egenix-mx-base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32872c9760b59bae6f5a8f7034ec57143275b18b X-VCS-Branch: master Date: Fri, 16 Mar 2018 21:19:34 +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: aae3bc3d-0ed7-4f0a-a9dc-c1f431a20c92 X-Archives-Hash: 0405db6576b4c925c9084fa8fbb122d1 commit: 32872c9760b59bae6f5a8f7034ec57143275b18b Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 16 19:17:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 16 21:18:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32872c97 dev-python/egenix-mx-base: use HTTPS dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild | 4 ++-- dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild | 4 ++-- dev-python/egenix-mx-base/egenix-mx-base-3.2.9.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild index 5254624f8a4..4328abeef7a 100644 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild +++ b/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase https://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" +HOMEPAGE="https://www.egenix.com/products/python/mxBase https://pypi.python.org/pypi/egenix-mx-base" +SRC_URI="https://downloads.egenix.com/python/${P}.tar.gz" LICENSE="eGenixPublic-1.1" SLOT="0" diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild index 9b41ca58a42..cb9bece597a 100644 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild +++ b/dev-python/egenix-mx-base/egenix-mx-base-3.2.8.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase https://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" +HOMEPAGE="https://www.egenix.com/products/python/mxBase https://pypi.python.org/pypi/egenix-mx-base" +SRC_URI="https://downloads.egenix.com/python/${P}.tar.gz" LICENSE="eGenixPublic-1.1" SLOT="0" diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.9.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.9.ebuild index b2915766ea6..354795949d8 100644 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.9.ebuild +++ b/dev-python/egenix-mx-base/egenix-mx-base-3.2.9.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase https://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" +HOMEPAGE="https://www.egenix.com/products/python/mxBase https://pypi.python.org/pypi/egenix-mx-base" +SRC_URI="https://downloads.egenix.com/python/${P}.tar.gz" LICENSE="eGenixPublic-1.1" SLOT="0"