Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.7.1-r1.ebuild
Date: Thu, 01 Jul 2010 14:43:10
Message-Id: 20100701144306.70C922C621@corvid.gentoo.org
1 ssuominen 10/07/01 14:43:06
2
3 Modified: ChangeLog gdal-1.7.1-r1.ebuild
4 Log:
5 Remove broken sed that's trying to drop -Wl,-O1 from gdal-config wrt #320237.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.88 sci-libs/gdal/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.88&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.88&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.87&r2=1.88
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
18 retrieving revision 1.87
19 retrieving revision 1.88
20 diff -u -r1.87 -r1.88
21 --- ChangeLog 27 Jun 2010 14:24:27 -0000 1.87
22 +++ ChangeLog 1 Jul 2010 14:43:06 -0000 1.88
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-libs/gdal
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.87 2010/06/27 14:24:27 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.88 2010/07/01 14:43:06 ssuominen Exp $
28 +
29 + 01 Jul 2010; Samuli Suominen <ssuominen@g.o> gdal-1.7.1-r1.ebuild:
30 + Remove broken sed that's trying to drop -Wl,-O1 from gdal-config wrt
31 + #320237.
32
33 27 Jun 2010; <nixnut@g.o> gdal-1.6.3-r1.ebuild:
34 ppc stable #315659
35
36
37
38 1.6 sci-libs/gdal/gdal-1.7.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.7.1-r1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.7.1-r1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.7.1-r1.ebuild?r1=1.5&r2=1.6
43
44 Index: gdal-1.7.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.1-r1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- gdal-1.7.1-r1.ebuild 17 Jun 2010 21:06:34 -0000 1.5
51 +++ gdal-1.7.1-r1.ebuild 1 Jul 2010 14:43:06 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.1-r1.ebuild,v 1.5 2010/06/17 21:06:34 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.1-r1.ebuild,v 1.6 2010/07/01 14:43:06 ssuominen Exp $
57
58 EAPI="3"
59
60 @@ -142,7 +142,6 @@
61
62 # mysql-config puts this in (and boy is it a PITA to get it out)
63 sed \
64 - -i -e "s;-Wl,-O1;;" \
65 -i -e "s| -rdynamic | |" \
66 GDALmake.opt || die "sed LIBS failed"