diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-11-02 08:48:21 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-11-02 08:48:21 +0000 |
commit | b9d6bb5de11ef1a09f8de774823d35c377a60294 (patch) | |
tree | fabe5e2890c48fadd410616c989b25418c8dbf5d /sci-libs | |
parent | Version bump. (diff) | |
download | historical-b9d6bb5de11ef1a09f8de774823d35c377a60294.tar.gz historical-b9d6bb5de11ef1a09f8de774823d35c377a60294.tar.bz2 historical-b9d6bb5de11ef1a09f8de774823d35c377a60294.zip |
fixed typos that caused bug 111164
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/gdal/Manifest | 8 | ||||
-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 |
5 files changed, 18 insertions, 14 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/Manifest b/sci-libs/gdal/Manifest index 7a9f247e1768..4fd86dd0071d 100644 --- a/sci-libs/gdal/Manifest +++ b/sci-libs/gdal/Manifest @@ -1,11 +1,11 @@ -MD5 0641a08c312935dee339b4f119b1bd38 ChangeLog 3505 +MD5 0706a1dc720f42b8d3aa89a0369a0c55 ChangeLog 3685 MD5 4d15ffbcc89c38a4e5a7bbbe698207a1 files/digest-gdal-1.2.6-r4 63 MD5 d4bd0e3f81da140c24f49c6e6513b9f6 files/digest-gdal-1.3.0-r1 63 MD5 388a23e8269dd2033b621fbd5e33ca94 files/digest-gdal-1.3.1 63 MD5 8069b0c62dde416a0c74d1bf73543c9d files/gdal-1.2.6-installpathfix.patch 7786 MD5 3f4304111ffcc48b1784cc03ef64844b files/gdal-1.3.0-installpathfix.patch 7764 MD5 f93770205b88c698e73487038b46a707 files/gdal-1.3.1-installpathfix.patch 6805 -MD5 d55e56389bc1da03849da7318b46cfb3 gdal-1.2.6-r4.ebuild 4030 -MD5 07c35b1c68d378821393a730df9110ac gdal-1.3.0-r1.ebuild 4083 -MD5 6a71c4e6a952e666c8df39f6a14833a9 gdal-1.3.1.ebuild 4295 +MD5 76225b505983d4213c079d70a4837a83 gdal-1.2.6-r4.ebuild 4030 +MD5 48feb2bdb87ccd992ef37445d0985d67 gdal-1.3.0-r1.ebuild 4083 +MD5 26bef54a0646a3b46f6af72ea52d5de8 gdal-1.3.1.ebuild 4295 MD5 dc56f5d75556cdbcd7c4024288ef8fcb metadata.xml 481 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}" |