diff options
author | 2005-11-02 08:48:21 +0000 | |
---|---|---|
committer | 2005-11-02 08:48:21 +0000 | |
commit | 281a012aac4c30e267d3488ff4cebccbcb0f0cb5 (patch) | |
tree | e5f4a736a1dac15bb5b5941eb99255846322d1d3 /sci-libs/gdal | |
parent | Version bump. (diff) | |
download | gentoo-2-281a012aac4c30e267d3488ff4cebccbcb0f0cb5.tar.gz gentoo-2-281a012aac4c30e267d3488ff4cebccbcb0f0cb5.tar.bz2 gentoo-2-281a012aac4c30e267d3488ff4cebccbcb0f0cb5.zip |
fixed typos that caused bug 111164
(Portage version: 2.0.53_rc6)
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 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.3.1.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 86321bc801b5..6d438afabc84 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.17 2005/10/26 01:13:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.18 2005/11/02 08:48:21 nerdboy Exp $ + + 02 Nov 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild, + gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild: + fixed typos that caused bug 111164 (I should listen to myself) 26 Oct 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild, gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild: diff --git a/sci-libs/gdal/gdal-1.2.6-r4.ebuild b/sci-libs/gdal/gdal-1.2.6-r4.ebuild index 0696d21a1604..eca53b905309 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.4 2005/10/26 01:13:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.5 2005/11/02 08:48:21 nerdboy Exp $ inherit eutils libtool gnuconfig distutils @@ -72,7 +72,7 @@ src_compile() { # It can't find this if useq ogdi ; then - use_conf="--with-ogdi=/usr/${get_libdir} ${use_conf}" + use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" fi if useq gif ; then @@ -86,7 +86,7 @@ src_compile() { fi if useq python ; then - use_conf="--with-pymoddir=/usr/${get_libdir}/python${PYVER}/site-packages \ + use_conf="--with-pymoddir=/usr/$(get_libdir)/python${PYVER}/site-packages \ ${use_conf}" else use_conf="--with-python=no ${use_conf}" diff --git a/sci-libs/gdal/gdal-1.3.0-r1.ebuild b/sci-libs/gdal/gdal-1.3.0-r1.ebuild index 1d127b980ac7..0911fcf79493 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.4 2005/10/26 01:13:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.0-r1.ebuild,v 1.5 2005/11/02 08:48:21 nerdboy Exp $ inherit eutils libtool gnuconfig distutils @@ -73,7 +73,7 @@ src_compile() { # It can't find this if useq ogdi ; then - use_conf="--with-ogdi=/usr/${get_libdir} ${use_conf}" + use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" fi if useq gif ; then @@ -87,7 +87,7 @@ src_compile() { fi if useq python ; then - use_conf="--with-pymoddir=/usr/${get_libdir}/python${PYVER}/site-packages \ + use_conf="--with-pymoddir=/usr/$(get_libdir)/python${PYVER}/site-packages \ ${use_conf}" else use_conf="--with-python=no ${use_conf}" diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild index c8c113c6cc89..92c76b396c48 100644 --- a/sci-libs/gdal/gdal-1.3.1.ebuild +++ b/sci-libs/gdal/gdal-1.3.1.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.1.ebuild,v 1.2 2005/10/26 01:13:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.3 2005/11/02 08:48:21 nerdboy Exp $ inherit eutils libtool gnuconfig distutils @@ -72,7 +72,7 @@ src_compile() { # It can't find this if useq ogdi ; then - use_conf="--with-ogdi=/usr/${get_libdir} ${use_conf}" + use_conf="--with-ogdi=/usr/$(get_libdir) ${use_conf}" fi # if useq mysql ; then @@ -90,7 +90,7 @@ src_compile() { fi if useq python ; then - use_conf="--with-pymoddir=/usr/${get_libdir}/python${PYVER}/site-packages \ + use_conf="--with-pymoddir=/usr/$(get_libdir)/python${PYVER}/site-packages \ ${use_conf}" else use_conf="--with-python=no ${use_conf}" |