summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2013-04-12 07:47:02 +0000
committerSven Wegener <swegener@gentoo.org>2013-04-12 07:47:02 +0000
commit7362b30aea576a902e30d896b6435f8d1b851bdb (patch)
tree2589b2009e845fb778da8923a9d2e06f788bf218 /sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
parent2.1.11.62 version bump. This fixes a repoman bug which randomly triggered (diff)
downloadgentoo-2-7362b30aea576a902e30d896b6435f8d1b851bdb.tar.gz
gentoo-2-7362b30aea576a902e30d896b6435f8d1b851bdb.tar.bz2
gentoo-2-7362b30aea576a902e30d896b6435f8d1b851bdb.zip
Move live ebuild from subversion to git, bug #464820 by rubik's cube and Jeroen Roovers.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild')
-rw-r--r--sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
index 9cfc7c2814ea..65b0cfed4c01 100644
--- a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
+++ b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild,v 1.7 2012/05/24 16:26:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild,v 1.8 2013/04/12 07:47:02 swegener Exp $
EAPI=4
-inherit autotools subversion
+inherit autotools git-2
-ESVN_REPO_URI="http://svn.openstreetmap.org/applications/utils/export/${PN}/"
-ESVN_PROJECT="${PN}"
+EGIT_REPO_URI="git://github.com/openstreetmap/osm2pgsql.git"
+EGIT_BOOTSTRAP="eautoreconf"
DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql"
@@ -16,7 +16,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="+pbf"
DEPEND="
app-arch/bzip2
@@ -25,12 +25,8 @@ DEPEND="
sci-libs/proj
sys-libs/zlib
dev-db/postgresql-base
+ pbf? ( dev-libs/protobuf-c )
"
RDEPEND="${DEPEND}"
DOCS=( README 900913.sql )
-
-src_prepare() {
- esvn_clean
- eautoreconf
-}