Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122188 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- gdal-1.3.1.ebuild
0
++ gdal-1.3.1-r1.ebuild
Lines 1-10 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.8 2005/12/23 16:26:50 carlo Exp $
3
# $Header: $
4
4
5
inherit eutils libtool gnuconfig distutils toolchain-funcs
5
inherit eutils libtool gnuconfig distutils toolchain-funcs
6
6
7
IUSE="jpeg png geos gif jpeg2k netcdf hdf hdf5 python postgres \
7
IUSE="ecw jpeg png geos gif jpeg2k netcdf hdf hdf5 python postgres \
8
	odbc sqlite ogdi fits gml doc debug"
8
	odbc sqlite ogdi fits gml doc debug"
9
9
10
DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)"
10
DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)"
Lines 37-42 Link Here
37
	odbc?   ( dev-db/unixODBC )
37
	odbc?   ( dev-db/unixODBC )
38
	geos?   ( sci-libs/geos )
38
	geos?   ( sci-libs/geos )
39
	sqlite? ( >=dev-db/sqlite-3 )
39
	sqlite? ( >=dev-db/sqlite-3 )
40
	ecw? ( sci-libs/libecwj2 )
40
	doc? ( app-doc/doxygen )"
41
	doc? ( app-doc/doxygen )"
41
42
42
src_unpack() {
43
src_unpack() {
Lines 70-76 Link Here
70
	    $(use_with postgres pg) $(use_with fits cfitsio) \
71
	    $(use_with postgres pg) $(use_with fits cfitsio) \
71
	    $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \
72
	    $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \
72
	    $(use_with sqlite) $(use_with jpeg2k jasper) $(use_with odbc) \
73
	    $(use_with sqlite) $(use_with jpeg2k jasper) $(use_with odbc) \
73
	    $(use_with gml xerces) $(use_with hdf5)"
74
	    $(use_with gml xerces) $(use_with hdf5) $(use_with ecw)"
74
	    # mysql support temporarily disabled $(use_with mysql)
75
	    # mysql support temporarily disabled $(use_with mysql)
75
76
76
	# It can't find this
77
	# It can't find this

Return to bug 122188