Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.10.1.ebuild
Date: Mon, 27 Jan 2014 12:46:53
Message-Id: 20140127124648.AD8632004C@flycatcher.gentoo.org
1 titanofold 14/01/27 12:46:48
2
3 Modified: ChangeLog gdal-1.10.1.ebuild
4 Log:
5 Fix bug 499424: Reinsert MAKEOPTS override
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
8
9 Revision Changes Path
10 1.142 sci-libs/gdal/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.142&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.142&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.141&r2=1.142
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
19 retrieving revision 1.141
20 retrieving revision 1.142
21 diff -u -r1.141 -r1.142
22 --- ChangeLog 27 Jan 2014 00:10:33 -0000 1.141
23 +++ ChangeLog 27 Jan 2014 12:46:48 -0000 1.142
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-libs/gdal
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.141 2014/01/27 00:10:33 titanofold Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.142 2014/01/27 12:46:48 titanofold Exp $
29 +
30 + 27 Jan 2014; Aaron W. Swenson <titanofold@g.o> gdal-1.10.1.ebuild:
31 + Fix bug 499424: Reinsert MAKEOPTS override
32
33 *gdal-1.10.1 (26 Jan 2014)
34
35
36
37
38 1.2 sci-libs/gdal/gdal-1.10.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?r1=1.1&r2=1.2
43
44 Index: gdal-1.10.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gdal-1.10.1.ebuild 27 Jan 2014 00:10:33 -0000 1.1
51 +++ gdal-1.10.1.ebuild 27 Jan 2014 12:46:48 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 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.10.1.ebuild,v 1.1 2014/01/27 00:10:33 titanofold Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.2 2014/01/27 12:46:48 titanofold Exp $
57
58 EAPI=5
59
60 @@ -68,6 +68,7 @@
61 ruby? ( ${SWIG_DEP} )"
62
63 AT_M4DIR="${S}/m4"
64 +MAKEOPTS+="-j1"
65
66 REQUIRED_USE="
67 spatialite? ( sqlite )