diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-03 10:39:43 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 19:21:49 -0400 |
commit | 33fa34b845be331e89f8e9ba0c1cc80eb8a8ea62 (patch) | |
tree | 5254eb832da525d35e4b5232cfd5f2fce0356dda /sci-libs/pcl | |
parent | net-irc/scrollz: use HTTPS (diff) | |
download | gentoo-33fa34b845be331e89f8e9ba0c1cc80eb8a8ea62.tar.gz gentoo-33fa34b845be331e89f8e9ba0c1cc80eb8a8ea62.tar.bz2 gentoo-33fa34b845be331e89f8e9ba0c1cc80eb8a8ea62.zip |
sci-libs/pcl: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs/pcl')
-rw-r--r-- | sci-libs/pcl/pcl-1.11.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pcl/pcl-1.9.1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pcl/pcl-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/pcl/pcl-1.11.0.ebuild b/sci-libs/pcl/pcl-1.11.0.ebuild index 340870c8b8e2..04c17c371e91 100644 --- a/sci-libs/pcl/pcl-1.11.0.ebuild +++ b/sci-libs/pcl/pcl-1.11.0.ebuild @@ -20,7 +20,7 @@ else S="${WORKDIR}/${PN}-${P}" fi -HOMEPAGE="http://pointclouds.org/" +HOMEPAGE="https://pointclouds.org/" DESCRIPTION="2D/3D image and point cloud processing" LICENSE="BSD" SLOT="0/1.11" diff --git a/sci-libs/pcl/pcl-1.9.1.ebuild b/sci-libs/pcl/pcl-1.9.1.ebuild index 19c912a12d8c..816217b5e95d 100644 --- a/sci-libs/pcl/pcl-1.9.1.ebuild +++ b/sci-libs/pcl/pcl-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ else S="${WORKDIR}/${PN}-${P}" fi -HOMEPAGE="http://pointclouds.org/" +HOMEPAGE="https://pointclouds.org/" DESCRIPTION="2D/3D image and point cloud processing" LICENSE="BSD" SLOT="0/1.9" diff --git a/sci-libs/pcl/pcl-9999.ebuild b/sci-libs/pcl/pcl-9999.ebuild index 340870c8b8e2..04c17c371e91 100644 --- a/sci-libs/pcl/pcl-9999.ebuild +++ b/sci-libs/pcl/pcl-9999.ebuild @@ -20,7 +20,7 @@ else S="${WORKDIR}/${PN}-${P}" fi -HOMEPAGE="http://pointclouds.org/" +HOMEPAGE="https://pointclouds.org/" DESCRIPTION="2D/3D image and point cloud processing" LICENSE="BSD" SLOT="0/1.11" |