public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Steve Arnold (nerdboy)" <nerdboy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.6.3-r1.ebuild
Date: Mon, 17 May 2010 03:34:26 +0000 (UTC)	[thread overview]
Message-ID: <20100517033426.A973A2C5E5@corvid.gentoo.org> (raw)

nerdboy     10/05/17 03:34:26

  Modified:             ChangeLog gdal-1.6.3-r1.ebuild
  Log:
  Updated hdf4 and netcdf handling per request (see bug 315659).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.81                 sci-libs/gdal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	30 Apr 2010 08:18:41 -0000	1.80
+++ ChangeLog	17 May 2010 03:34:26 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/gdal
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.80 2010/04/30 08:18:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.81 2010/05/17 03:34:26 nerdboy Exp $
+
+  17 May 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.3-r1.ebuild:
+  Updated hdf4 and netcdf handling per request (see bug 315659).
 
   30 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.1-r1.ebuild:
   Fix linking. Per bug #314047.



1.5                  sci-libs/gdal/gdal-1.6.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild?r1=1.4&r2=1.5

Index: gdal-1.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gdal-1.6.3-r1.ebuild	17 Apr 2010 18:10:47 -0000	1.4
+++ gdal-1.6.3-r1.ebuild	17 May 2010 03:34:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.4 2010/04/17 18:10:47 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.5 2010/05/17 03:34:26 nerdboy Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.5"
@@ -83,12 +83,6 @@
 	[[ ${CHOST} == *-darwin* ]] \
 		&& epatch "${FILESDIR}"/${PN}-1.5.0-install_name.patch \
 		|| epatch "${FILESDIR}"/${PN}-1.5.0-soname.patch
-
-	if useq hdf && useq netcdf; then
-		ewarn "Netcdf and HDF4 are incompatible due to certain tools in"
-		ewarn "common; HDF5 is now the preferred choice for HDF data."
-		die "Please disable either the hdf or netcdf use flag."
-	fi
 }
 
 src_configure() {
@@ -99,13 +93,23 @@
 	pkg_conf="${pkg_conf} --enable-shared=yes --with-pic \
 		--with-libgrass=no --without-libtool --with-expat=${EPREFIX}/usr"
 
+	if useq hdf && useq netcdf; then
+		ewarn "Netcdf and HDF4 are incompatible due to certain tools in"
+		ewarn "common; HDF5 is now the preferred choice for HDF data."
+		ewarn "Disabling hdf4 in favor of NetCDF..."
+		use_conf="--with-netcdf --with-hdf4=no"
+	elif useq hdf && ! useq netcdf; then
+		use_conf="--with-netcdf=no --with-hdf4"
+	else
+		$(use_with netcdf)
+	fi
+
 	use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \
+	    $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \
 	    $(use_with postgres pg) $(use_with python) $(use_with ruby) \
 	    $(use_with threads) $(use_with fits cfitsio) $(use_with perl) \
-	    $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \
-	    $(use_with sqlite sqlite3 ="${EPREFIX}"/usr) $(use_with jpeg2k jasper) $(use_with odbc) \
-	    $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \
-	    $(use_enable debug)"
+	    $(use_with sqlite sqlite3 ="${EPREFIX}"/usr) $(use_with geos) \
+	    $(use_with jpeg2k jasper) $(use_with odbc) $(use_enable debug)"
 
 	# It can't find this
 	if useq ogdi ; then






             reply	other threads:[~2010-05-17  3:34 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-17  3:34 Steve Arnold (nerdboy) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-19 19:27 [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.6.3-r1.ebuild Samuli Suominen (ssuominen)
2011-10-08 10:32 Samuli Suominen (ssuominen)
2011-07-08 10:19 Samuli Suominen (ssuominen)
2011-04-05  5:35 Ulrich Mueller (ulm)
2010-12-01  8:09 Thomas Kahle (tomka)
2010-11-05 18:35 Mark Loeser (halcy0n)
2010-07-18 20:08 Steve Arnold (nerdboy)
2010-07-11 17:30 Raul Porcel (armin76)
2010-06-27 14:24 Gysbert Wassenaar (nixnut)
2010-06-21 17:03 Markus Meier (maekke)
2010-05-30 17:29 Markos Chandras (hwoarang)
2010-04-17 18:10 Steve Arnold (nerdboy)
2010-03-09 13:24 Fabian Groffen (grobian)
2010-03-07 19:32 Justin Lecher (jlec)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100517033426.A973A2C5E5@corvid.gentoo.org \
    --to=nerdboy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox