From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA920138CC5 for ; Wed, 25 Mar 2015 07:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29CF3E07A3; Wed, 25 Mar 2015 07:41:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2D62E07A3 for ; Wed, 25 Mar 2015 07:41:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A3B1340914 for ; Wed, 25 Mar 2015 07:41:41 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 807) id 53C7E147D2; Wed, 25 Mar 2015 07:41:35 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/osm2pgsql: osm2pgsql-0.87.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: osm2pgsql-0.87.0.ebuild ChangeLog X-VCS-Directories: sci-geosciences/osm2pgsql X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150325074136.53C7E147D2@oystercatcher.gentoo.org> Date: Wed, 25 Mar 2015 07:41:35 +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: 76645875-21e6-420f-a74f-648587afa28e X-Archives-Hash: 54c35e718dffcc4badc5d04a02a8793e patrick 15/03/25 07:41:35 Modified: ChangeLog Added: osm2pgsql-0.87.0.ebuild Log: Bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.17 sci-geosciences/osm2pgsql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 28 Dec 2014 16:50:47 -0000 1.16 +++ ChangeLog 25 Mar 2015 07:41:35 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/osm2pgsql -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.16 2014/12/28 16:50:47 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.17 2015/03/25 07:41:35 patrick Exp $ + +*osm2pgsql-0.87.0 (25 Mar 2015) + + 25 Mar 2015; Patrick Lauer +osm2pgsql-0.87.0.ebuild: + Bump 28 Dec 2014; Aaron W. Swenson osm2pgsql-0.84.0.ebuild, osm2pgsql-0.86.0.ebuild, osm2pgsql-99999999.ebuild: 1.1 sci-geosciences/osm2pgsql/osm2pgsql-0.87.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.87.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.87.0.ebuild?rev=1.1&content-type=text/plain Index: osm2pgsql-0.87.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.87.0.ebuild,v 1.1 2015/03/25 07:41:35 patrick Exp $ EAPI=5 # Tries to connect to local postgres server and other shenanigans RESTRICT="test" inherit autotools DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db" HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql" SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+lua +pbf" DEPEND=" app-arch/bzip2 dev-db/postgresql dev-libs/libxml2:2 dev-libs/boost sci-libs/geos sci-libs/proj sys-libs/zlib lua? ( dev-lang/lua ) pbf? ( dev-libs/protobuf-c ) " RDEPEND="${DEPEND}" src_prepare() { eautoreconf }