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 <[email protected]> +osm2pgsql-0.87.0.ebuild: + Bump 28 Dec 2014; Aaron W. Swenson <[email protected]> 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 }
