Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/osm2pgsql: osm2pgsql-20100413.ebuild ChangeLog osm2pgsql-99999999.ebuild osm2pgsql-20090707.ebuild
Date: Tue, 27 Apr 2010 09:22:28
Message-Id: 20100427092220.039BD2C04C@corvid.gentoo.org
1 scarabeus 10/04/27 09:22:19
2
3 Modified: ChangeLog
4 Added: osm2pgsql-20100413.ebuild osm2pgsql-99999999.ebuild
5 Removed: osm2pgsql-20090707.ebuild
6 Log:
7 Version bump. Remove ebuild with old api version. Add live ebuild.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-geosciences/osm2pgsql/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 8 Jul 2009 12:55:19 -0000 1.1
24 +++ ChangeLog 27 Apr 2010 09:22:19 -0000 1.2
25 @@ -1,6 +1,14 @@
26 # ChangeLog for sci-geosciences/osm2pgsql
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.1 2009/07/08 12:55:19 tupone Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.2 2010/04/27 09:22:19 scarabeus Exp $
31 +
32 +*osm2pgsql-99999999 (27 Apr 2010)
33 +*osm2pgsql-20100413 (27 Apr 2010)
34 +
35 + 27 Apr 2010; Tomáš Chvátal <scarabeus@g.o>
36 + -osm2pgsql-20090707.ebuild, +osm2pgsql-20100413.ebuild,
37 + +osm2pgsql-99999999.ebuild:
38 + Version bump. Remove ebuild with old api version. Add live ebuild.
39
40 *osm2pgsql-20090707 (08 Jul 2009)
41
42
43
44
45 1.1 sci-geosciences/osm2pgsql/osm2pgsql-20100413.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-20100413.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-20100413.ebuild?rev=1.1&content-type=text/plain
49
50 Index: osm2pgsql-20100413.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-20100413.ebuild,v 1.1 2010/04/27 09:22:19 scarabeus Exp $
55
56 EAPI="3"
57
58 inherit eutils autotools
59
60 DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
61 HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql"
62 SRC_URI="http://gentoo.ccss.cz/${P}svn.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="
70 app-arch/bzip2
71 dev-db/postgis
72 dev-libs/libxml2
73 sci-libs/geos
74 sci-libs/proj
75 sys-libs/zlib
76 virtual/postgresql-base
77 "
78 RDEPEND="${DEPEND}"
79
80 src_prepare() {
81 eautoreconf
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "install failed"
86
87 dodoc README.txt || die "dodoc failed"
88 }
89
90
91
92 1.1 sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild?rev=1.1&content-type=text/plain
96
97 Index: osm2pgsql-99999999.ebuild
98 ===================================================================
99 # Copyright 1999-2010 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild,v 1.1 2010/04/27 09:22:19 scarabeus Exp $
102
103 EAPI="3"
104
105 inherit eutils autotools subversion
106
107 ESVN_REPO_URI="http://svn.openstreetmap.org/applications/utils/export/${PN}/"
108 ESVN_PROJECT="${PN}"
109
110 DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
111 HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql"
112 SRC_URI=""
113
114 LICENSE="GPL-2"
115 SLOT="0"
116 KEYWORDS=""
117 IUSE=""
118
119 DEPEND="
120 app-arch/bzip2
121 dev-db/postgis
122 dev-libs/libxml2
123 sci-libs/geos
124 sci-libs/proj
125 sys-libs/zlib
126 virtual/postgresql-base
127 "
128 RDEPEND="${DEPEND}"
129
130 src_prepare() {
131 esvn_clean
132 eautoreconf
133 }
134
135 src_install() {
136 emake DESTDIR="${D}" install || die "install failed"
137
138 dodoc README.txt || die "dodoc failed"
139 }