Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
Date: Thu, 21 Feb 2019 10:29:57
Message-Id: 1550744949.c973de72a8c8512aa8ed947fe4305bb88eb8eeda.asturm@gentoo
1 commit: c973de72a8c8512aa8ed947fe4305bb88eb8eeda
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 19 19:21:45 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 21 10:29:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c973de72
7
8 sci-geosciences/gdal-grass: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11109
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild | 6 +++---
15 sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 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
19 index 0b8f94b0643..b480a2b497b 100644
20 --- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
21 +++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,8 +6,8 @@ EAPI=6
29 inherit eutils
30
31 DESCRIPTION="GDAL plugin to access GRASS data"
32 -HOMEPAGE="http://www.gdal.org/"
33 -SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz"
34 +HOMEPAGE="https://www.gdal.org/"
35 +SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz"
36
37 SLOT="0"
38 LICENSE="MIT"
39
40 diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
41 index 0b8f94b0643..b480a2b497b 100644
42 --- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
43 +++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -6,8 +6,8 @@ EAPI=6
51 inherit eutils
52
53 DESCRIPTION="GDAL plugin to access GRASS data"
54 -HOMEPAGE="http://www.gdal.org/"
55 -SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz"
56 +HOMEPAGE="https://www.gdal.org/"
57 +SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz"
58
59 SLOT="0"
60 LICENSE="MIT"