Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.4.2.ebuild ChangeLog
Date: Fri, 04 Jan 2008 05:24:33
Message-Id: E1JAf2i-0002El-Io@stork.gentoo.org
1 nerdboy 08/01/04 05:24:28
2
3 Modified: gdal-1.4.2.ebuild ChangeLog
4 Log:
5 fixed mysql borkage
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.3 sci-libs/gdal/gdal-1.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild?r1=1.2&r2=1.3
14
15 Index: gdal-1.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gdal-1.4.2.ebuild 4 Jan 2008 04:08:15 -0000 1.2
22 +++ gdal-1.4.2.ebuild 4 Jan 2008 05:24:28 -0000 1.3
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v 1.2 2008/01/04 04:08:15 nerdboy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v 1.3 2008/01/04 05:24:28 nerdboy Exp $
28
29 inherit eutils libtool distutils toolchain-funcs
30
31 -IUSE="jpeg png geos gif jpeg2k netcdf hdf hdf5 python ruby postgres \
32 - odbc sqlite ogdi fits gml doc debug"
33 +IUSE="debug doc fits geos gif gml hdf hdf5 jpeg jpeg2k mysql netcdf \
34 + odbc png ogdi postgres python ruby sqlite"
35
36 DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)"
37 HOMEPAGE="http://www.gdal.org/"
38 @@ -36,6 +36,7 @@
39 hdf? ( sci-libs/hdf )
40 )
41 jpeg2k? ( media-libs/jasper )
42 + mysql? ( virtual/mysql )
43 odbc? ( dev-db/unixODBC )
44 geos? ( >=sci-libs/geos-2.2.1 )
45 sqlite? ( >=dev-db/sqlite-3 )
46 @@ -106,7 +107,7 @@
47 econf ${pkg_conf} ${use_conf} || die "econf failed"
48 # parallel makes fail on the ogr stuff (C++, what can I say?)
49 # also failing with gcc4 in libcsf
50 - make || die "make failed"
51 + emake -j1 || die "make failed"
52 if useq ruby ; then
53 cd "${S}"/swig
54 make build || die "make ruby failed"
55
56
57
58 1.34 sci-libs/gdal/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.34&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.34&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.33&r2=1.34
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
67 retrieving revision 1.33
68 retrieving revision 1.34
69 diff -u -r1.33 -r1.34
70 --- ChangeLog 4 Jan 2008 04:08:15 -0000 1.33
71 +++ ChangeLog 4 Jan 2008 05:24:28 -0000 1.34
72 @@ -1,6 +1,9 @@
73 # ChangeLog for sci-libs/gdal
74 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.33 2008/01/04 04:08:15 nerdboy Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.34 2008/01/04 05:24:28 nerdboy Exp $
77 +
78 + 04 Jan 2008; Steve Arnold <nerdboy@g.o> gdal-1.4.2.ebuild:
79 + fixed mysql borkage; no idea what happened...
80
81 04 Jan 2008; Steve Arnold <nerdboy@g.o>
82 -files/gdal-1.2.6-installpathfix.patch,
83
84
85
86 --
87 gentoo-commits@g.o mailing list