summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-12-23 16:26:50 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-12-23 16:26:50 +0000
commit142710538b5d53ade95caf005ca30a86ac8f4bae (patch)
tree8dda8a42c628966a7cde6405e73ea4983b75be7f /sci-libs/gdal
parentlocal jasper/jpeg2k use flags replaced by global jpeg2k flag (diff)
downloadhistorical-142710538b5d53ade95caf005ca30a86ac8f4bae.tar.gz
historical-142710538b5d53ade95caf005ca30a86ac8f4bae.tar.bz2
historical-142710538b5d53ade95caf005ca30a86ac8f4bae.zip
coorect previos use flag change
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r--sci-libs/gdal/Manifest6
-rw-r--r--sci-libs/gdal/gdal-1.2.6-r4.ebuild4
-rw-r--r--sci-libs/gdal/gdal-1.3.0-r1.ebuild4
-rw-r--r--sci-libs/gdal/gdal-1.3.1.ebuild4
4 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/gdal/Manifest b/sci-libs/gdal/Manifest
index 8fb9c12ef27a..a811c4c3915a 100644
--- a/sci-libs/gdal/Manifest
+++ b/sci-libs/gdal/Manifest
@@ -6,7 +6,7 @@ MD5 8069b0c62dde416a0c74d1bf73543c9d files/gdal-1.2.6-installpathfix.patch 7786
MD5 3f4304111ffcc48b1784cc03ef64844b files/gdal-1.3.0-installpathfix.patch 7764
MD5 f93770205b88c698e73487038b46a707 files/gdal-1.3.1-installpathfix.patch 6805
MD5 2f3f328abbefa4056b6ee71dfbfce529 files/gdal-gcc4.patch 472
-MD5 4c5062d0dce3a50231f740586381f237 gdal-1.2.6-r4.ebuild 4162
-MD5 8a815a36fa0203fa2fa860dbea1d75bf gdal-1.3.0-r1.ebuild 4215
-MD5 360bc80b2752460a42cd874d9a2e53ce gdal-1.3.1.ebuild 4424
+MD5 78660932a3e75ddc8b16d463dad1ee1c gdal-1.2.6-r4.ebuild 4170
+MD5 178d475b84a4e4689ca050d74243d8a3 gdal-1.3.0-r1.ebuild 4222
+MD5 6700be5426bf0697067f1a0454688f3b gdal-1.3.1.ebuild 4431
MD5 dc56f5d75556cdbcd7c4024288ef8fcb metadata.xml 481
diff --git a/sci-libs/gdal/gdal-1.2.6-r4.ebuild b/sci-libs/gdal/gdal-1.2.6-r4.ebuild
index 5fcdae23118d..d0b9ac44aca9 100644
--- a/sci-libs/gdal/gdal-1.2.6-r4.ebuild
+++ b/sci-libs/gdal/gdal-1.2.6-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.9 2005/12/23 16:21:05 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.10 2005/12/23 16:26:50 carlo Exp $
inherit eutils libtool gnuconfig distutils toolchain-funcs
@@ -70,7 +70,7 @@ src_compile() {
use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \
$(use_with postgres pg) $(use_with fits cfitsio) \
$(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \
- $(use_with sqlite) $(use_with jpeg2k) $(use_with odbc) \
+ $(use_with sqlite) $(use_with jpeg2k jasper) $(use_with odbc) \
$(use_with gml xerces)"
# It can't find this
diff --git a/sci-libs/gdal/gdal-1.3.0-r1.ebuild b/sci-libs/gdal/gdal-1.3.0-r1.ebuild
index 0b8ddd2d9d81..832698a0f20c 100644
--- a/sci-libs/gdal/gdal-1.3.0-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.0-r1.ebuild,v 1.8 2005/12/23 16:21:05 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.0-r1.ebuild,v 1.9 2005/12/23 16:26:50 carlo Exp $
inherit eutils libtool gnuconfig distutils toolchain-funcs
@@ -71,7 +71,7 @@ src_compile() {
use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \
$(use_with postgres pg) $(use_with fits cfitsio) \
$(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \
- $(use_with sqlite) $(use_with jpeg2k) $(use_with odbc) \
+ $(use_with sqlite) $(use_with jpeg2k jasper) $(use_with odbc) \
$(use_with gml xerces) $(use_with hdf5)"
# It can't find this
diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild
index 96c142f6fcdb..33755bacda9f 100644
--- a/sci-libs/gdal/gdal-1.3.1.ebuild
+++ b/sci-libs/gdal/gdal-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.7 2005/12/23 16:21:05 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.8 2005/12/23 16:26:50 carlo Exp $
inherit eutils libtool gnuconfig distutils toolchain-funcs
@@ -69,7 +69,7 @@ src_compile() {
use_conf="$(use_with jpeg) $(use_with png) \
$(use_with postgres pg) $(use_with fits cfitsio) \
$(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \
- $(use_with sqlite) $(use_with jpeg2k) $(use_with odbc) \
+ $(use_with sqlite) $(use_with jpeg2k jasper) $(use_with odbc) \
$(use_with gml xerces) $(use_with hdf5)"
# mysql support temporarily disabled $(use_with mysql)