Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.11.1-r1.ebuild ChangeLog
Date: Fri, 28 Nov 2014 15:06:39
Message-Id: 20141128150633.599CFB17C@oystercatcher.gentoo.org
1 pacho 14/11/28 15:06:33
2
3 Modified: gdal-1.11.1-r1.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 sci-libs/gdal/gdal-1.11.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: gdal-1.11.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gdal-1.11.1-r1.ebuild 17 Nov 2014 23:22:48 -0000 1.2
23 +++ gdal-1.11.1-r1.ebuild 28 Nov 2014 15:06:33 -0000 1.3
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild,v 1.2 2014/11/17 23:22:48 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild,v 1.3 2014/11/28 15:06:33 pacho Exp $
29
30 EAPI=5
31
32 WANT_AUTOCONF="2.5"
33
34 GENTOO_DEPEND_ON_PERL="no"
35 -PYTHON_COMPAT=( python2_{5..7} python3_{1..3} )
36 +PYTHON_COMPAT=( python2_{5..7} python3_{1..4} )
37 DISTUTILS_OPTIONAL=1
38
39 inherit autotools eutils libtool perl-module distutils-r1 python-r1 toolchain-funcs java-pkg-opt-2
40
41
42
43 1.154 sci-libs/gdal/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.154&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.154&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.153&r2=1.154
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
52 retrieving revision 1.153
53 retrieving revision 1.154
54 diff -u -r1.153 -r1.154
55 --- ChangeLog 17 Nov 2014 23:22:48 -0000 1.153
56 +++ ChangeLog 28 Nov 2014 15:06:33 -0000 1.154
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-libs/gdal
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.153 2014/11/17 23:22:48 dilfridge Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.154 2014/11/28 15:06:33 pacho Exp $
62 +
63 + 28 Nov 2014; Pacho Ramos <pacho@g.o> gdal-1.11.1-r1.ebuild:
64 + Support python 3.4
65
66 17 Nov 2014; Andreas K. Huettel <dilfridge@g.o> gdal-1.9.2.ebuild,
67 gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild: