dev-python/matplotlib: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 08:45:20 +0000 (09:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:50:57 +0000 (11:50 +0100)
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

index cdeaf276f2c61163e6c46f8833ce22c685a81e95..cdd7616e4db7f90966446fe1afe5599af60b4a4d 100644 (file)
@@ -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"
index f50fb4db11785fe26ac864e8d7f4b1eed3ca23a9..b7315f01e482300685caacb9e034468e33df44f3 100644 (file)
@@ -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"
index 0e4935861800c618c5bb69711ffea8cae46ed4fc..1dba93750f1d6bdbde4f622820e355e94caa6b31 100644 (file)
@@ -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"
index 4152f565087bacc62adfcbc4ba1461fb15236ab3..ba23815049221c40456c66d4f59ada9c85c86ff6 100644 (file)
@@ -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"
index 07e3558e5ce301a04aed0be8ecd74021ee379074..08c40d2f1de57f7354326239b7de7ec158c541dd 100644 (file)
@@ -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"
index 0591f9c414de754d483e0a6711d3c855dd366298..47834984e715615a9dd30af00d8142593fa3fb08 100644 (file)
@@ -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"