public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm2pgsql/
Date: Tue, 15 May 2018 09:39:39 +0000 (UTC)	[thread overview]
Message-ID: <1526377059.cc804aafb409561fb0675e91f7a4a18b036c460b.titanofold@gentoo> (raw)

commit:     cc804aafb409561fb0675e91f7a4a18b036c460b
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 09:37:39 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue May 15 09:37:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc804aaf

sci-geosciences/osm2pgsql: Bump to 0.96.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-geosciences/osm2pgsql/Manifest                |  1 +
 sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild | 42 +++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sci-geosciences/osm2pgsql/Manifest b/sci-geosciences/osm2pgsql/Manifest
index 1c489c5633e..f698e617569 100644
--- a/sci-geosciences/osm2pgsql/Manifest
+++ b/sci-geosciences/osm2pgsql/Manifest
@@ -1 +1,2 @@
 DIST osm2pgsql-0.94.0.tar.gz 1203310 BLAKE2B df9af84aab13bfd79763238e89dfc216401be2460be468a2f5467513dfcbd48650d779586f9cefd4100d6404f430a2401326919e9a1c72d86b80c6526881f206 SHA512 eceb5de7679048f51a9ad1be4ecf5b2d26da827b3eb8d6b0e86657603c8bf8a6f8d6f665c8ff8db91070a2966057f2deed5e4a3cc8bfb28e60a6031454e4758e
+DIST osm2pgsql-0.96.0.tar.gz 1219163 BLAKE2B a89e40e74ea52bf46593e48dd1f9047b958b645ce38aeb554c930e2d9efdf4f0bb9b6fd7a9b209342d59ca8a0d3ada3023f14324bf8b02b060d8dfd987763528 SHA512 6c6bb00c17995b9a99975076ad3af35a99678a7780db144f7fdd1f5c856b777883f1b1dac7e1c3ca9a2a490d3774f62c8aa9f8742c955c377c28d5b827657372

diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild
new file mode 100644
index 00000000000..990f5c9422a
--- /dev/null
+++ b/sci-geosciences/osm2pgsql/osm2pgsql-0.96.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+lua"
+
+COMMON_DEPEND="
+	app-arch/bzip2
+	dev-db/postgresql:=
+	dev-libs/expat
+	sci-libs/proj
+	sys-libs/zlib
+	lua? ( dev-lang/lua:= )
+"
+DEPEND="${COMMON_DEPEND}
+	dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+	dev-db/postgis
+"
+
+# Tries to connect to local postgres server and other shenanigans
+RESTRICT="test"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_LUA=$(usex lua)
+		-DBUILD_TESTS=OFF
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2018-05-15  9:39 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-15  9:39 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 21:40 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm2pgsql/ Sven Wegener
2022-02-19 10:54 Sven Wegener
2021-02-27 10:36 Aaron W. Swenson
2021-01-23  4:20 Sam James
2021-01-23  4:09 Sam James
2021-01-04 15:32 Sam James
2020-12-22 18:57 Sam James
2020-12-21 10:35 Aaron W. Swenson
2020-11-23  2:14 Aaron W. Swenson
2020-02-13 21:28 Andreas Sturmlechner
2020-02-13 21:28 Andreas Sturmlechner
2020-02-13 12:46 Agostino Sarubbo
2020-02-13 12:03 Agostino Sarubbo
2020-02-12 23:24 Andreas Sturmlechner
2017-12-29 19:02 Mikle Kolyada
2017-10-14 22:44 Aaron Swenson
2017-10-14 22:27 Aaron Swenson
2017-07-30 10:04 Michał Górny
2017-04-23 13:52 Aaron Swenson
2017-04-23 13:49 Aaron Swenson
2017-04-11 17:38 Sven Wegener
2017-03-02 21:13 Andreas Sturmlechner
2017-02-10 10:27 Amy Liffey
2016-03-27 12:02 Sam Jorna
2016-01-12 20:10 Amy Winston
2015-12-19 17:15 Sven Wegener
2015-12-19 17:15 Sven Wegener
2015-12-19 17:15 Sven Wegener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526377059.cc804aafb409561fb0675e91f7a4a18b036c460b.titanofold@gentoo \
    --to=titanofold@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox