Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm2pgsql/
Date: Sun, 30 Jul 2017 10:04:51
Message-Id: 1501409066.c20ce40a5f000e1855cc30d8393295c4fa05ae79.mgorny@gentoo
1 commit: c20ce40a5f000e1855cc30d8393295c4fa05ae79
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:59:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20ce40a
7
8 sci-geosciences/osm2pgsql: use HTTPS for GitHub and HOMEPAGE
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild | 2 +-
13 sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild
17 index d39268a3f4f..5baceefb803 100644
18 --- a/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild
19 +++ b/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild
20 @@ -6,7 +6,7 @@ EAPI=6
21 inherit cmake-utils
22
23 DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
24 -HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql"
25 +HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql"
26 SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-2"
29
30 diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
31 index 675ca03e0dd..44e16db4804 100644
32 --- a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
33 +++ b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
34 @@ -5,10 +5,10 @@ EAPI=6
35
36 inherit cmake-utils git-r3
37
38 -EGIT_REPO_URI="git://github.com/openstreetmap/osm2pgsql.git"
39 +EGIT_REPO_URI="https://github.com/openstreetmap/${PN}.git"
40
41 DESCRIPTION="Converts OSM planet.osm data to a PostgreSQL/PostGIS database"
42 -HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql"
43 +HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql"
44 SRC_URI=""
45
46 LICENSE="GPL-2"