diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-19 20:21:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-21 11:29:09 +0100 |
commit | c973de72a8c8512aa8ed947fe4305bb88eb8eeda (patch) | |
tree | 2eda750587ddd57e4209c00c8a90c21c60c0df47 /sci-geosciences | |
parent | eclass/webapp.eclass: fix install with EAPI=7 (diff) | |
download | gentoo-c973de72a8c8512aa8ed947fe4305bb88eb8eeda.tar.gz gentoo-c973de72a8c8512aa8ed947fe4305bb88eb8eeda.tar.bz2 gentoo-c973de72a8c8512aa8ed947fe4305bb88eb8eeda.zip |
sci-geosciences/gdal-grass: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11109
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild index 0b8f94b06435..b480a2b497b9 100644 --- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild +++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils DESCRIPTION="GDAL plugin to access GRASS data" -HOMEPAGE="http://www.gdal.org/" -SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz" +HOMEPAGE="https://www.gdal.org/" +SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz" SLOT="0" LICENSE="MIT" diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild index 0b8f94b06435..b480a2b497b9 100644 --- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild +++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils DESCRIPTION="GDAL plugin to access GRASS data" -HOMEPAGE="http://www.gdal.org/" -SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz" +HOMEPAGE="https://www.gdal.org/" +SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz" SLOT="0" LICENSE="MIT" |