Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/readosm/
Date: Mon, 01 Mar 2021 23:37:30
Message-Id: 1614641736.6b85e035020740ae66d786447aac6985d364bff4.sam@gentoo
1 commit: 6b85e035020740ae66d786447aac6985d364bff4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 23:29:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 23:35:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b85e035
7
8 sci-geosciences/readosm: fix HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild b/sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild
16 index 84172b24967..0e6c0fee19a 100644
17 --- a/sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild
18 +++ b/sci-geosciences/readosm/readosm-1.0.0e-r1.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 DESCRIPTION="Library to extract valid data from an Open Street Map input file"
27 -HOMEPAGE="https://www.gaia-gis.it/spatialite"
28 +HOMEPAGE="https://www.gaia-gis.it/fossil/readosm"
29 SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
30
31 LICENSE="MPL-1.1"