Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.8.1-r1.ebuild ChangeLog gdal-1.8.1.ebuild
Date: Thu, 24 May 2012 19:11:43
Message-Id: 20120524191133.9B9682004B@flycatcher.gentoo.org
1 scarabeus 12/05/24 19:11:33
2
3 Modified: gdal-1.8.1-r1.ebuild ChangeLog
4 Removed: gdal-1.8.1.ebuild
5 Log:
6 Apply patch when building with ruby enabled. Fixes bug#402443. Patch by Dennis Schridde. Remove older stuff.
7
8 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-libs/gdal/gdal-1.8.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: gdal-1.8.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- gdal-1.8.1-r1.ebuild 26 Apr 2012 15:28:13 -0000 1.2
24 +++ gdal-1.8.1-r1.ebuild 24 May 2012 19:11:33 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild,v 1.2 2012/04/26 15:28:13 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild,v 1.3 2012/05/24 19:11:33 scarabeus Exp $
30
31 EAPI=3
32
33 @@ -93,6 +93,9 @@
34 # Update for zlib header changes (see bug #383569)
35 epatch "${FILESDIR}"/${P}-zlib_header_fix.patch
36
37 + # Fix ldflags when building with ruby
38 + sed -e '/^LDFLAGS/s/-Xcompiler//' -i swig/ruby/RubyMakefile.mk || die
39 +
40 # autoheader fail
41 eaclocal
42 eautoconf
43
44
45
46 1.123 sci-libs/gdal/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.123&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.123&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.122&r2=1.123
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
55 retrieving revision 1.122
56 retrieving revision 1.123
57 diff -u -r1.122 -r1.123
58 --- ChangeLog 19 May 2012 19:27:55 -0000 1.122
59 +++ ChangeLog 24 May 2012 19:11:33 -0000 1.123
60 @@ -1,6 +1,11 @@
61 # ChangeLog for sci-libs/gdal
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.122 2012/05/19 19:27:55 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.123 2012/05/24 19:11:33 scarabeus Exp $
65 +
66 + 24 May 2012; Tomáš Chvátal <scarabeus@g.o> -files/gdal-png-1.5.patch,
67 + -gdal-1.8.1.ebuild, gdal-1.8.1-r1.ebuild:
68 + Apply patch when building with ruby enabled. Fixes bug#402443. Patch by Dennis
69 + Schridde. Remove older stuff.
70
71 19 May 2012; Samuli Suominen <ssuominen@g.o> gdal-1.6.3-r1.ebuild:
72 Fix building with sys-libs/zlib >= 1.2.5.1-r1 (OF) wrt #413835, Comment #1