diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-02-22 06:31:55 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-02-22 06:31:55 +0000 |
commit | 8add4c7d1d508ce42fcd4a0c77fbf818b8927e87 (patch) | |
tree | f01996a120d40b0985e7e5ee679ee912940d1155 /sci-libs | |
parent | Version bump (diff) | |
download | historical-8add4c7d1d508ce42fcd4a0c77fbf818b8927e87.tar.gz historical-8add4c7d1d508ce42fcd4a0c77fbf818b8927e87.tar.bz2 historical-8add4c7d1d508ce42fcd4a0c77fbf818b8927e87.zip |
added debug flag at user request
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.2.5.ebuild | 7 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index a32615d58d96..00ee9fa45de7 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.1 2005/02/21 00:09:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.2 2005/02/22 06:31:55 nerdboy Exp $ + + 21 Feb 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.5.ebuild: + added debug flag at user request *gdal-1.2.5 (20 Feb 2005) diff --git a/sci-libs/gdal/Manifest b/sci-libs/gdal/Manifest index a84b37c59000..5f9890ae3db3 100644 --- a/sci-libs/gdal/Manifest +++ b/sci-libs/gdal/Manifest @@ -1,4 +1,4 @@ MD5 dc56f5d75556cdbcd7c4024288ef8fcb metadata.xml 481 -MD5 7acc3fd5426ed381efdd25fe0728bdf4 gdal-1.2.5.ebuild 3079 -MD5 e41dd6ddc479517012f92f7e5080a58f ChangeLog 427 +MD5 a2a9a598efda5c0881c4a8c56f23aaec gdal-1.2.5.ebuild 3137 +MD5 f410550b9efc21b4909661405d46bba8 ChangeLog 531 MD5 82ada11f44c42ddedbfa5426ad7991d2 files/digest-gdal-1.2.5 63 diff --git a/sci-libs/gdal/gdal-1.2.5.ebuild b/sci-libs/gdal/gdal-1.2.5.ebuild index 8199cd88b6a6..27662dd8b119 100644 --- a/sci-libs/gdal/gdal-1.2.5.ebuild +++ b/sci-libs/gdal/gdal-1.2.5.ebuild @@ -1,13 +1,13 @@ # 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.5.ebuild,v 1.1 2005/02/21 00:09:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.5.ebuild,v 1.2 2005/02/22 06:31:55 nerdboy Exp $ inherit eutils libtool gnuconfig distutils # libgrass support is coming soon... # grass? ( >=sci-geosciences/grass-5.0 ) -IUSE="jpeg png gif python postgres mysql ogdi fits" +IUSE="jpeg png gif python postgres mysql ogdi fits debug" DESCRIPTION="GDAL is a translator library for raster geospatial data formats" HOMEPAGE="http://www.remotesensing.org/gdal/index.html" @@ -60,6 +60,9 @@ src_compile() { myconf="--with-gif=no ${myconf}" fi + if useq debug ; then + export CFG=debug + fi # if useq grass ; then # no libgrass in 5.0.3 !!! # myconf="--with-libgrass=/usr/grass5/lib ${myconf}" # else |