diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.2.6-r4.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.3.0-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.3.1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.3.2.ebuild | 7 |
5 files changed, 18 insertions, 18 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 758821b4d5fd..866dfd7c8bc5 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gdal -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.30 2006/11/23 20:40:32 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.31 2007/01/05 09:08:46 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> gdal-1.2.6-r4.ebuild, + gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild, gdal-1.3.2.ebuild: + Remove gnuconfig_update usage, leave it to econf. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> gdal-1.2.6-r4.ebuild, gdal-1.3.0-r1.ebuild: diff --git a/sci-libs/gdal/gdal-1.2.6-r4.ebuild b/sci-libs/gdal/gdal-1.2.6-r4.ebuild index c333d199d015..72125404738b 100644 --- a/sci-libs/gdal/gdal-1.2.6-r4.ebuild +++ b/sci-libs/gdal/gdal-1.2.6-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.12 2006/11/23 20:40:32 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.13 2007/01/05 09:08:46 flameeyes Exp $ -inherit eutils libtool gnuconfig distutils toolchain-funcs +inherit eutils libtool distutils toolchain-funcs IUSE="jpeg png geos gif jpeg2k netcdf hdf python postgres mysql sqlite \ odbc ogdi fits gml doc debug" @@ -49,7 +49,6 @@ src_unpack() { epatch ${FILESDIR}/${PN}-gcc4.patch || die "gcc4 patch failed" fi elibtoolize --patch-only - gnuconfig_update if useq netcdf && useq hdf; then einfo "Checking is HDF4 compiled with szip..." if built_with_use sci-libs/hdf szip ; then diff --git a/sci-libs/gdal/gdal-1.3.0-r1.ebuild b/sci-libs/gdal/gdal-1.3.0-r1.ebuild index da236ec68635..38e483c841cb 100644 --- a/sci-libs/gdal/gdal-1.3.0-r1.ebuild +++ b/sci-libs/gdal/gdal-1.3.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.12 2006/11/23 20:40:32 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.0-r1.ebuild,v 1.13 2007/01/05 09:08:46 flameeyes Exp $ -inherit eutils libtool gnuconfig distutils toolchain-funcs +inherit eutils libtool distutils toolchain-funcs IUSE="jpeg png geos gif jpeg2k netcdf hdf hdf5 python postgres mysql \ odbc sqlite ogdi fits gml doc debug" @@ -50,7 +50,6 @@ src_unpack() { epatch ${FILESDIR}/${PN}-gcc4.patch || die "gcc4 patch failed" fi elibtoolize --patch-only - gnuconfig_update if useq netcdf && useq hdf; then einfo "Checking is HDF4 compiled with szip..." if built_with_use sci-libs/hdf szip ; then diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild index 329d78f33e1c..e706b47224aa 100644 --- a/sci-libs/gdal/gdal-1.3.1.ebuild +++ b/sci-libs/gdal/gdal-1.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.13 2006/11/07 22:33:03 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.14 2007/01/05 09:08:46 flameeyes Exp $ -inherit eutils libtool gnuconfig distutils toolchain-funcs +inherit eutils libtool distutils toolchain-funcs IUSE="jpeg png geos gif jpeg2k netcdf hdf hdf5 python postgres \ odbc sqlite ogdi fits gml doc debug" @@ -47,7 +47,6 @@ src_unpack() { epatch ${FILESDIR}/${PN}-gcc4.patch || die "gcc4 patch failed" fi elibtoolize --patch-only - gnuconfig_update if useq netcdf && useq hdf; then einfo "Checking is HDF4 compiled with szip..." if built_with_use sci-libs/hdf szip ; then diff --git a/sci-libs/gdal/gdal-1.3.2.ebuild b/sci-libs/gdal/gdal-1.3.2.ebuild index d59ffae9fc4e..f6db21d1aac7 100644 --- a/sci-libs/gdal/gdal-1.3.2.ebuild +++ b/sci-libs/gdal/gdal-1.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.3 2006/06/09 19:22:52 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.4 2007/01/05 09:08:46 flameeyes Exp $ -inherit eutils libtool gnuconfig distutils toolchain-funcs +inherit eutils libtool distutils toolchain-funcs IUSE="jpeg png geos gif jpeg2k netcdf hdf hdf5 python ruby postgres \ odbc sqlite ogdi fits gml doc debug" @@ -50,7 +50,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-gcc4-stl.patch || die "epatch failed" fi elibtoolize --patch-only - gnuconfig_update if useq netcdf && useq hdf; then einfo "Checking is HDF4 compiled with szip..." if built_with_use sci-libs/hdf szip ; then |