commit: 878aaee017aeba9570a5a53705bede8688745ff8
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 09:05:39 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 10:51:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878aaee0
dev-python/pyopencl: use HTTPS
dev-python/pyopencl/pyopencl-2016.1.ebuild | 5 +++--
dev-python/pyopencl/pyopencl-2017.2.ebuild | 5 +++--
dev-python/pyopencl/pyopencl-9999.ebuild | 7 ++++---
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-python/pyopencl/pyopencl-2016.1.ebuild
b/dev-python/pyopencl/pyopencl-2016.1.ebuild
index 6856259e249..c034e9a6780 100644
--- a/dev-python/pyopencl/pyopencl-2016.1.ebuild
+++ b/dev-python/pyopencl/pyopencl-2016.1.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
@@ -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"
diff --git a/dev-python/pyopencl/pyopencl-2017.2.ebuild
b/dev-python/pyopencl/pyopencl-2017.2.ebuild
index f61d50f65f4..f70ddd62043 100644
--- a/dev-python/pyopencl/pyopencl-2017.2.ebuild
+++ b/dev-python/pyopencl/pyopencl-2017.2.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
@@ -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"
diff --git a/dev-python/pyopencl/pyopencl-9999.ebuild
b/dev-python/pyopencl/pyopencl-9999.ebuild
index 51361d48955..ae75b8f048d 100644
--- a/dev-python/pyopencl/pyopencl-9999.ebuild
+++ b/dev-python/pyopencl/pyopencl-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
@@ -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"