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 9501A1382C5 for ; Sat, 17 Mar 2018 10:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F8B1E0817; Sat, 17 Mar 2018 10:51:11 +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 2B380E0817 for ; Sat, 17 Mar 2018 10:51:11 +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 C3E4E335C95 for ; Sat, 17 Mar 2018 10:51:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A2325E for ; Sat, 17 Mar 2018 10:51:07 +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: <1521283857.2e2f5cc380c13d5889ced49f6a8a2aaabcd1931d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-1.4.3.ebuild dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild dev-python/matplotlib/matplotlib-2.1.0-r2.ebuild dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild dev-python/matplotlib/matplotlib-2.2.0.ebuild dev-python/matplotlib/matplotlib-9999.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e2f5cc380c13d5889ced49f6a8a2aaabcd1931d X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:07 +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: c03fded9-2a3c-43c0-b33c-c02ea0bc81d7 X-Archives-Hash: ed29868df74824cc0dabeabc44023278 commit: 2e2f5cc380c13d5889ced49f6a8a2aaabcd1931d Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 08:45:20 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:50:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2f5cc3 dev-python/matplotlib: use HTTPS dev-python/matplotlib/matplotlib-1.4.3.ebuild | 2 +- dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild | 2 +- dev-python/matplotlib/matplotlib-2.1.0-r2.ebuild | 2 +- dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild | 2 +- dev-python/matplotlib/matplotlib-2.2.0.ebuild | 2 +- dev-python/matplotlib/matplotlib-9999.ebuild | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild index cdeaf276f2c..cdd7616e4db 100644 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic virtualx toolchain-funcs DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.org/" +HOMEPAGE="https://matplotlib.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild b/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild index f50fb4db117..b7315f01e48 100644 --- a/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-2.1.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.org/" +HOMEPAGE="https://matplotlib.org/" SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2" SLOT="0" diff --git a/dev-python/matplotlib/matplotlib-2.1.0-r2.ebuild b/dev-python/matplotlib/matplotlib-2.1.0-r2.ebuild index 0e493586180..1dba93750f1 100644 --- a/dev-python/matplotlib/matplotlib-2.1.0-r2.ebuild +++ b/dev-python/matplotlib/matplotlib-2.1.0-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.org/" +HOMEPAGE="https://matplotlib.org/" SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2" SLOT="0" diff --git a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild index 4152f565087..ba238150492 100644 --- a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.org/" +HOMEPAGE="https://matplotlib.org/" SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2" SLOT="0" diff --git a/dev-python/matplotlib/matplotlib-2.2.0.ebuild b/dev-python/matplotlib/matplotlib-2.2.0.ebuild index 07e3558e5ce..08c40d2f1de 100644 --- a/dev-python/matplotlib/matplotlib-2.2.0.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.0.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.org/" +HOMEPAGE="https://matplotlib.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 0591f9c414d..47834984e71 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic git-r3 multiprocessing virtualx toolchain-funcs DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.org/" +HOMEPAGE="https://matplotlib.org/" SRC_URI="" EGIT_REPO_URI="https://github.com/matplotlib/matplotlib.git"