summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2005-10-26 01:13:32 +0000
committerSteve Arnold <nerdboy@gentoo.org>2005-10-26 01:13:32 +0000
commit94f9d9bc0ce3417a114a7c4488c5258ddb1724b5 (patch)
tree28679b7da903f1342a06952f221db100cb0cf287 /sci-libs
parentDon't do the prerm deletion of the symlinks because they get removed during s... (diff)
downloadgentoo-2-94f9d9bc0ce3417a114a7c4488c5258ddb1724b5.tar.gz
gentoo-2-94f9d9bc0ce3417a114a7c4488c5258ddb1724b5.tar.bz2
gentoo-2-94f9d9bc0ce3417a114a7c4488c5258ddb1724b5.zip
fixed libgif glitch
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/ChangeLog6
-rw-r--r--sci-libs/gdal/Manifest8
-rw-r--r--sci-libs/gdal/gdal-1.2.6-r4.ebuild4
-rw-r--r--sci-libs/gdal/gdal-1.3.0-r1.ebuild4
-rw-r--r--sci-libs/gdal/gdal-1.3.1.ebuild4
5 files changed, 15 insertions, 11 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index 01ab796828ed..86321bc801b5 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.16 2005/10/25 07:22:14 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.17 2005/10/26 01:13:32 nerdboy Exp $
+
+ 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...)
*gdal-1.3.1 (25 Oct 2005)
diff --git a/sci-libs/gdal/Manifest b/sci-libs/gdal/Manifest
index 185687c13c29..d36db19b528c 100644
--- a/sci-libs/gdal/Manifest
+++ b/sci-libs/gdal/Manifest
@@ -1,11 +1,11 @@
-MD5 601ddc82fffee8ab887f9c425301fa92 ChangeLog 3316
+MD5 8620239d5acb39de9b5fca58b9ca896d ChangeLog 3505
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 de494ee8cda7e5549aaa80c5603d0be1 gdal-1.2.6-r4.ebuild 4032
-MD5 55418fc9f561714e888d036b4e69f16b gdal-1.3.0-r1.ebuild 4085
-MD5 076b1460f49797042090833c39384189 gdal-1.3.1.ebuild 4297
+MD5 c819f974af219b143b9c93d7e96fc809 gdal-1.2.6-r4.ebuild 4030
+MD5 9211a1f872f5c9ec4b944beed26b288c gdal-1.3.0-r1.ebuild 4083
+MD5 4a6bf8a910bac66ace7f34c9fcca20fe gdal-1.3.1.ebuild 4298
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 5df373437d61..0696d21a1604 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.3 2005/10/25 07:22:14 nerdboy Exp $
+# $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 $
inherit eutils libtool gnuconfig distutils
@@ -21,7 +21,7 @@ DEPEND=">=sys-libs/zlib-1.1.4
>=media-libs/tiff-3.7.0
sci-libs/libgeotiff
jpeg? ( media-libs/jpeg )
- gif? ( media-libs/libungif )
+ gif? ( media-libs/giflib )
png? ( media-libs/libpng )
python? ( dev-lang/python )
fits? ( sci-libs/cfitsio )
diff --git a/sci-libs/gdal/gdal-1.3.0-r1.ebuild b/sci-libs/gdal/gdal-1.3.0-r1.ebuild
index 037028523342..1d127b980ac7 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.3 2005/10/25 07:22:14 nerdboy Exp $
+# $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 $
inherit eutils libtool gnuconfig distutils
@@ -21,7 +21,7 @@ DEPEND=">=sys-libs/zlib-1.1.4
>=media-libs/tiff-3.7.0
sci-libs/libgeotiff
jpeg? ( media-libs/jpeg )
- gif? ( media-libs/libungif )
+ gif? ( media-libs/giflib )
png? ( media-libs/libpng )
python? ( dev-lang/python )
fits? ( sci-libs/cfitsio )
diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild
index 1f4e150857b0..c8c113c6cc89 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.1 2005/10/25 07:22:14 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.2 2005/10/26 01:13:32 nerdboy Exp $
inherit eutils libtool gnuconfig distutils
@@ -21,7 +21,7 @@ DEPEND=">=sys-libs/zlib-1.1.4
>=media-libs/tiff-3.7.0
sci-libs/libgeotiff
jpeg? ( media-libs/jpeg )
- gif? ( media-libs/libungif )
+ gif? ( media-libs/giflib )
png? ( media-libs/libpng )
python? ( dev-lang/python )
fits? ( sci-libs/cfitsio )