diff options
author | 2019-05-24 21:12:28 +0200 | |
---|---|---|
committer | 2019-05-24 21:25:48 +0200 | |
commit | 135a6a254c6d021540c611a94c5304f91573c02e (patch) | |
tree | f5fb77cb36f92b6b5ea1638049557b0e1f48e944 /sci-libs/gdal | |
parent | sci-geosciences/liblas: Drop 1.8.1-r1 (diff) | |
download | gentoo-135a6a254c6d021540c611a94c5304f91573c02e.tar.gz gentoo-135a6a254c6d021540c611a94c5304f91573c02e.tar.bz2 gentoo-135a6a254c6d021540c611a94c5304f91573c02e.zip |
sci-libs/gdal: Fix HOMEPAGE
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-2.4.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-2.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-2.4.0.ebuild b/sci-libs/gdal/gdal-2.4.0.ebuild index 32a0cbe2453b..999f213aac70 100644 --- a/sci-libs/gdal/gdal-2.4.0.ebuild +++ b/sci-libs/gdal/gdal-2.4.0.ebuild @@ -10,7 +10,7 @@ DISTUTILS_OPTIONAL=1 inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2 DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)" -HOMEPAGE="https://www.gdal.org/" +HOMEPAGE="https://gdal.org/" SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz" SLOT="0/2.3" diff --git a/sci-libs/gdal/gdal-2.4.1.ebuild b/sci-libs/gdal/gdal-2.4.1.ebuild index f9522e1e0a55..fb2a51638469 100644 --- a/sci-libs/gdal/gdal-2.4.1.ebuild +++ b/sci-libs/gdal/gdal-2.4.1.ebuild @@ -10,7 +10,7 @@ DISTUTILS_OPTIONAL=1 inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2 DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)" -HOMEPAGE="https://www.gdal.org/" +HOMEPAGE="https://gdal.org/" SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz" SLOT="0/2.3" |