public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.7.2.ebuild
Date: Sat, 31 Jul 2010 13:35:37 +0000 (UTC)	[thread overview]
Message-ID: <20100731133537.61EEB2CE15@corvid.gentoo.org> (raw)

scarabeus    10/07/31 13:35:37

  Modified:             ChangeLog gdal-1.7.2.ebuild
  Log:
  Upate to fix linking failitures. Tiff is harddep so dont useflag it.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.93                 sci-libs/gdal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	30 Jul 2010 12:27:51 -0000	1.92
+++ ChangeLog	31 Jul 2010 13:35:36 -0000	1.93
@@ -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.92 2010/07/30 12:27:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.93 2010/07/31 13:35:36 scarabeus Exp $
+
+  31 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.2.ebuild:
+  Upate to fix linking failitures. Tiff is harddep so dont useflag it.
 
 *gdal-1.7.2 (30 Jul 2010)
 



1.2                  sci-libs/gdal/gdal-1.7.2.ebuild

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

Index: gdal-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdal-1.7.2.ebuild	30 Jul 2010 12:27:51 -0000	1.1
+++ gdal-1.7.2.ebuild	31 Jul 2010 13:35:36 -0000	1.2
@@ -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.7.2.ebuild,v 1.1 2010/07/30 12:27:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.2.ebuild,v 1.2 2010/07/31 13:35:36 scarabeus Exp $
 
 EAPI="3"
 
@@ -18,10 +18,12 @@
 LICENSE="MIT"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-linux ~x86-macos"
 
-IUSE="curl debug doc ecwj2k fits geos gif gml hdf5 jpeg jpeg2k mysql netcdf odbc ogdi pam perl png postgres python ruby sqlite tiff threads"
+IUSE="curl debug doc ecwj2k fits geos gif gml hdf5 jpeg jpeg2k mysql netcdf odbc ogdi pam perl png postgres python ruby sqlite threads"
 
 RDEPEND="
 	dev-libs/expat
+	>=media-libs/tiff-4.0.0_beta6
+	sci-libs/libgeotiff
 	sys-libs/zlib
 	curl? ( net-misc/curl )
 	ecwj2k? ( sci-libs/libecwj2 )
@@ -48,10 +50,6 @@
 	python? ( dev-python/numpy )
 	ruby? ( >=dev-lang/ruby-1.8.4.20060226 )
 	sqlite? ( >=dev-db/sqlite-3 )
-	tiff? (
-		>=media-libs/tiff-4.0.0_beta6
-		sci-libs/libgeotiff
-	)
 "
 
 DEPEND="${RDEPEND}
@@ -96,6 +94,7 @@
 	# bsb - legal issues
 	# oracle - disabled, i dont have and can't test
 	# ingres - same story as oracle oci
+	# tiff is a hard dep
 	econf \
 		--enable-shared \
 		--disable-static \
@@ -117,10 +116,13 @@
 		--without-epsilon \
 		--without-idb \
 		--without-sde \
+		--without-libtool \
 		--with-libz="${EPREFIX}/usr/" \
 		--with-ogr \
 		--with-grib \
 		--with-vfk \
+		--with-libtiff \
+		--with-geotiff \
 		$(use_enable debug) \
 		$(use_with postgres pg) \
 		$(use_with fits cfitsio) \
@@ -128,8 +130,6 @@
 		$(use_with png) \
 		$(use_with jpeg) \
 		$(use_with jpeg pcidsk) \
-		$(use_with tiff libtiff) \
-		$(use_with tiff geotiff) \
 		$(use_with gif) \
 		$(use_with ogdi ogdi "${EPREFIX}"/usr) \
 		$(use_with hdf5) \






             reply	other threads:[~2010-07-31 14:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-31 13:35 Tomas Chvatal (scarabeus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-31 19:28 [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.7.2.ebuild Tomas Chvatal (scarabeus)
2010-08-08 17:12 Tomas Chvatal (scarabeus)
2010-08-11  6:23 Fabian Groffen (grobian)

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=20100731133537.61EEB2CE15@corvid.gentoo.org \
    --to=scarabeus@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