diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-11-21 19:36:21 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-11-21 19:36:21 +0000 |
commit | 6b2e1c68ec1441a11f1fed730c2781b21630a42e (patch) | |
tree | 075b428403fdb59cd37ab621f2e3b66db4ab50e1 /sci-libs/gdal | |
parent | stable on amd64 (diff) | |
download | historical-6b2e1c68ec1441a11f1fed730c2781b21630a42e.tar.gz historical-6b2e1c68ec1441a11f1fed730c2781b21630a42e.tar.bz2 historical-6b2e1c68ec1441a11f1fed730c2781b21630a42e.zip |
stable on amd64; bug 98593
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.2.6-r4.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 6d438afabc84..018b5402d3f0 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,11 +1,17 @@ # 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.18 2005/11/02 08:48:21 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.19 2005/11/21 19:36:21 blubb Exp $ + + 21 Nov 2005; Simon Stelling <blubb@gentoo.org> gdal-1.2.6-r4.ebuild: + stable on amd64; bug 98593 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) + 31 Oct 2005; Simon Stelling <blubb@gentoo.org> gdal-1.2.6-r4.ebuild: + stable on amd64 + 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: fixed libgif glitch (I shouldn't fix anything "extra" late at night...) diff --git a/sci-libs/gdal/gdal-1.2.6-r4.ebuild b/sci-libs/gdal/gdal-1.2.6-r4.ebuild index eca53b905309..1b64686d82d3 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.5 2005/11/02 08:48:21 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r4.ebuild,v 1.6 2005/11/21 19:36:21 blubb Exp $ inherit eutils libtool gnuconfig distutils @@ -13,7 +13,7 @@ SRC_URI="http://dl.maptools.org/dl/gdal/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" # need to get these arches updated on several libs first #KEYWORDS="~alpha ~hppa ~ppc64" |