From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D48C5139694 for ; Sun, 30 Jul 2017 10:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6365B1FC2BF; Sun, 30 Jul 2017 10:04:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 447E31FC2BE for ; Sun, 30 Jul 2017 10:04:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 797E3341A44 for ; Sun, 30 Jul 2017 10:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACEAB74D4 for ; Sun, 30 Jul 2017 10:04:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501409066.c20ce40a5f000e1855cc30d8393295c4fa05ae79.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm2pgsql/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild X-VCS-Directories: sci-geosciences/osm2pgsql/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c20ce40a5f000e1855cc30d8393295c4fa05ae79 X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:04:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73331ef8-7e1b-4572-a4e0-aac398a0b88e X-Archives-Hash: 1c726e2276bab0dd61dd0b5f152418d3 commit: c20ce40a5f000e1855cc30d8393295c4fa05ae79 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:59:09 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 10:04:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20ce40a sci-geosciences/osm2pgsql: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild | 2 +- sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild index d39268a3f4f..5baceefb803 100644 --- a/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild +++ b/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db" -HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql" +HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql" SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild index 675ca03e0dd..44e16db4804 100644 --- a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild +++ b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild @@ -5,10 +5,10 @@ EAPI=6 inherit cmake-utils git-r3 -EGIT_REPO_URI="git://github.com/openstreetmap/osm2pgsql.git" +EGIT_REPO_URI="https://github.com/openstreetmap/${PN}.git" DESCRIPTION="Converts OSM planet.osm data to a PostgreSQL/PostGIS database" -HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql" +HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql" SRC_URI="" LICENSE="GPL-2"