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 22:51:05
Message-Id: 20140127225058.4E2532004C@flycatcher.gentoo.org
1 titanofold 14/01/27 22:50:58
2
3 Modified: ChangeLog gdal-1.10.1.ebuild
4 Log:
5 Fix bug 499448: REQUIRED_USE on threads with ecwj2k
6 Fix bug 499454: Add a leading space to MAKEOPTS
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
9
10 Revision Changes Path
11 1.143 sci-libs/gdal/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.143&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.143&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.142&r2=1.143
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
20 retrieving revision 1.142
21 retrieving revision 1.143
22 diff -u -r1.142 -r1.143
23 --- ChangeLog 27 Jan 2014 12:46:48 -0000 1.142
24 +++ ChangeLog 27 Jan 2014 22:50:58 -0000 1.143
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-libs/gdal
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.142 2014/01/27 12:46:48 titanofold Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.143 2014/01/27 22:50:58 titanofold Exp $
30 +
31 + 27 Jan 2014; Aaron W. Swenson <titanofold@g.o> gdal-1.10.1.ebuild:
32 + Fix bug 499448: REQUIRED_USE on threads with ecwj2k
33 + Fix bug 499454: Add a leading space to MAKEOPTS
34 +
35
36 27 Jan 2014; Aaron W. Swenson <titanofold@g.o> gdal-1.10.1.ebuild:
37 Fix bug 499424: Reinsert MAKEOPTS override
38
39
40
41 1.3 sci-libs/gdal/gdal-1.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild?r1=1.2&r2=1.3
46
47 Index: gdal-1.10.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- gdal-1.10.1.ebuild 27 Jan 2014 12:46:48 -0000 1.2
54 +++ gdal-1.10.1.ebuild 27 Jan 2014 22:50:58 -0000 1.3
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.2 2014/01/27 12:46:48 titanofold Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.3 2014/01/27 22:50:58 titanofold Exp $
60
61 EAPI=5
62
63 @@ -68,9 +68,10 @@
64 ruby? ( ${SWIG_DEP} )"
65
66 AT_M4DIR="${S}/m4"
67 -MAKEOPTS+="-j1"
68 +MAKEOPTS+=" -j1"
69
70 REQUIRED_USE="
71 + ecwj2k? ( threads )
72 spatialite? ( sqlite )
73 mdb? ( java )
74 "