diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2013-06-24 23:48:21 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2013-06-24 23:48:21 +0000 |
commit | 888c2ebb1019ecf7edfbb7e921151abc9b79748a (patch) | |
tree | d79134d037fed9637e63400bd9f77310abf5d393 /sci-libs/gdal | |
parent | drop perl-module_src_compile (diff) | |
download | gentoo-2-888c2ebb1019ecf7edfbb7e921151abc9b79748a.tar.gz gentoo-2-888c2ebb1019ecf7edfbb7e921151abc9b79748a.tar.bz2 gentoo-2-888c2ebb1019ecf7edfbb7e921151abc9b79748a.zip |
Actually apply the changes from bug 468592. Thanks Jean-Claude Repetto.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.10.0-r1.ebuild (renamed from sci-libs/gdal/gdal-1.10.0.ebuild) | 12 |
2 files changed, 14 insertions, 6 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index ab9e671b126a..b7c5bef6ed1c 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.139 2013/06/24 11:09:35 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.140 2013/06/24 23:48:21 titanofold Exp $ + +*gdal-1.10.0-r1 (24 Jun 2013) + + 24 Jun 2013; Aaron W. Swenson <titanofold@gentoo.org> -gdal-1.10.0.ebuild, + +gdal-1.10.0-r1.ebuild: + Actually apply the changes from bug 468592. Thanks Jean-Claude Repetto. *gdal-1.10.0 (24 Jun 2013) diff --git a/sci-libs/gdal/gdal-1.10.0.ebuild b/sci-libs/gdal/gdal-1.10.0-r1.ebuild index dd5bb2336188..2389c4e15a0f 100644 --- a/sci-libs/gdal/gdal-1.10.0.ebuild +++ b/sci-libs/gdal/gdal-1.10.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.0.ebuild,v 1.1 2013/06/24 11:09:35 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.0-r1.ebuild,v 1.1 2013/06/24 23:48:21 titanofold Exp $ EAPI=5 @@ -99,9 +99,6 @@ src_prepare() { && epatch "${FILESDIR}"/${PN}-1.5.0-install_name.patch \ || epatch "${FILESDIR}"/${PN}-1.5.0-soname.patch - # Update for zlib header changes (see bug #383569) - epatch "${FILESDIR}"/${PN}-1.8.1-zlib_header_fix.patch - # Fix spatialite/sqlite include issue sed -i \ -e 's:spatialite/sqlite3.h:sqlite3.h:g' \ @@ -181,7 +178,6 @@ src_configure() { --with-libz="${EPREFIX}/usr/" \ --with-ogr \ --with-grib \ - --with-vfk \ --with-libtiff \ --with-geotiff \ $(use_enable debug) \ @@ -290,6 +286,12 @@ src_install() { insinto /usr/share/${PN}/samples doins swig/python/samples/* fi + + pushd man/man1 > /dev/null + for i in * ; do + newman ${i} ${i} + done + popd > /dev/null } pkg_postinst() { |