diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-08-08 17:25:02 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-08-08 17:25:02 +0000 |
commit | 2d388d9a2aefbc21d1d9e5281e55d39303478583 (patch) | |
tree | ebbed2d2fc0483074b224ce2a223b8f13946a3ba /sci-libs | |
parent | New snapshot. (diff) | |
download | gentoo-2-2d388d9a2aefbc21d1d9e5281e55d39303478583.tar.gz gentoo-2-2d388d9a2aefbc21d1d9e5281e55d39303478583.tar.bz2 gentoo-2-2d388d9a2aefbc21d1d9e5281e55d39303478583.zip |
gdal: remove deprecated patch
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.6.1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 9899083e73e8..0b1d88da1be5 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.62 2009/08/03 03:49:06 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.63 2009/08/08 17:25:02 hanno Exp $ + + 08 Aug 2009; Hanno Boeck <hanno@gentoo.org> gdal-1.6.1.ebuild: + Don't apply mysql_ogr_header patch, already upstream-applied, fixes + #280224. *gdal-1.6.1 (03 Aug 2009) diff --git a/sci-libs/gdal/gdal-1.6.1.ebuild b/sci-libs/gdal/gdal-1.6.1.ebuild index 9cf14807c770..0743550df7e7 100644 --- a/sci-libs/gdal/gdal-1.6.1.ebuild +++ b/sci-libs/gdal/gdal-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.1.ebuild,v 1.1 2009/08/03 03:49:06 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.1.ebuild,v 1.2 2009/08/08 17:25:02 hanno Exp $ WANT_AUTOCONF="2.5" inherit autotools distutils eutils perl-module ruby toolchain-funcs @@ -77,7 +77,6 @@ src_unpack() { "${FILESDIR}"/${PN}-1.5.0-soname.patch \ "${FILESDIR}"/${PN}-1.5.1-python-install.patch \ "${FILESDIR}"/${PN}-1.6.0-swig-fix.patch \ - "${FILESDIR}"/${PN}-1.6.0-mysql_ogr_header.patch \ "${FILESDIR}"/${P}-ruby-make.patch if useq hdf; then |