dev-python/pyopencl: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 09:05:39 +0000 (10:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 10:51:02 +0000 (11:51 +0100)
dev-python/pyopencl/pyopencl-2016.1.ebuild
dev-python/pyopencl/pyopencl-2017.2.ebuild
dev-python/pyopencl/pyopencl-9999.ebuild

index 6856259e249742c4a30206b2eeed17ae81ba5558..c034e9a67809bf7956a8d85422bc4819200a2ae7 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
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="Python wrapper for OpenCL"
-HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl"
+HOMEPAGE="https://mathema.tician.de/software/pyopencl
+       https://pypi.python.org/pypi/pyopencl"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
index f61d50f65f40a93e01083c83dfd5354405a7114c..f70ddd62043bd52ecf8fb5e8539cf19523819e87 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
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="Python wrapper for OpenCL"
-HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl"
+HOMEPAGE="https://mathema.tician.de/software/pyopencl
+       https://pypi.python.org/pypi/pyopencl"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
index 51361d4895517d598f760cfd7eb2f590ad2f9d7e..ae75b8f048df3fcf37e5c005c8a6e3b457ccc37a 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
@@ -6,10 +6,11 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-2
 
-EGIT_REPO_URI="http://git.tiker.net/trees/pyopencl.git"
+EGIT_REPO_URI="https://git.tiker.net/trees/pyopencl.git"
 
 DESCRIPTION="Python wrapper for OpenCL"
-HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl"
+HOMEPAGE="https://mathema.tician.de/software/pyopencl
+       https://pypi.python.org/pypi/pyopencl"
 SRC_URI=""
 
 LICENSE="GPL-2"