diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-10-13 06:46:23 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-10-13 06:46:23 +0000 |
commit | 69178763c03e878d775b433791fca5b44e433ddb (patch) | |
tree | 9c10dc996b4be2aef5bed3985df8b926a4e18fed /sci-libs/gdal | |
parent | ebuild cleanup and change for bug #106877 (diff) | |
download | gentoo-2-69178763c03e878d775b433791fca5b44e433ddb.tar.gz gentoo-2-69178763c03e878d775b433791fca5b44e433ddb.tar.bz2 gentoo-2-69178763c03e878d775b433791fca5b44e433ddb.zip |
updated grass dep for latest grass
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.2.6-r4.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.3.0-r1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 76b589fdf4ff..d798c69f59ec 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2005/10/08 21:43:02 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.15 2005/10/13 06:46:23 nerdboy Exp $ + + 13 Oct 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild, + gdal-1.3.0-r1.ebuild: + updated grass dep for latest grass (more or less fixes bug 106287) *gdal-1.3.0-r1 (08 Oct 2005) *gdal-1.2.6-r4 (08 Oct 2005) diff --git a/sci-libs/gdal/gdal-1.2.6-r4.ebuild b/sci-libs/gdal/gdal-1.2.6-r4.ebuild index a70d05efaf03..e10a6262f69a 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.1 2005/10/08 21:43:02 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.2 2005/10/13 06:46:23 nerdboy Exp $ inherit eutils libtool gnuconfig distutils @@ -38,7 +38,7 @@ DEPEND=">=sys-libs/zlib-1.1.4 jasper? ( media-libs/jasper ) odbc? ( dev-db/unixODBC ) geos? ( sci-libs/geos ) - grass? ( ~sci-geosciences/grass-6.0.0 ) + grass? ( >=sci-geosciences/grass-6.0.0 ) sqlite? ( dev-db/sqlite ) doc? ( app-doc/doxygen )" @@ -73,7 +73,7 @@ src_compile() { # It can't find this if useq ogdi ; then - use_conf="--with-ogdi=/usr/lib ${use_conf}" + use_conf="--with-ogdi=/usr/${get_libdir} ${use_conf}" fi if useq gif ; then diff --git a/sci-libs/gdal/gdal-1.3.0-r1.ebuild b/sci-libs/gdal/gdal-1.3.0-r1.ebuild index 87e69288280d..f7b2462404b8 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.1 2005/10/08 21:43:02 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.0-r1.ebuild,v 1.2 2005/10/13 06:46:23 nerdboy Exp $ inherit eutils libtool gnuconfig distutils @@ -39,7 +39,7 @@ DEPEND=">=sys-libs/zlib-1.1.4 jasper? ( media-libs/jasper ) odbc? ( dev-db/unixODBC ) geos? ( sci-libs/geos ) - grass? ( ~sci-geosciences/grass-6.0.0 ) + grass? ( >=sci-geosciences/grass-6.0.0 ) sqlite? ( dev-db/sqlite ) doc? ( app-doc/doxygen )" @@ -74,7 +74,7 @@ src_compile() { # It can't find this if useq ogdi ; then - use_conf="--with-ogdi=/usr/lib ${use_conf}" + use_conf="--with-ogdi=/usr/${get_libdir} ${use_conf}" fi if useq gif ; then |