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: ChangeLog gdal-1.8.0.ebuild
Date: Tue, 25 Jan 2011 18:37:14
Message-Id: 20110125183703.5F74020054@flycatcher.gentoo.org
1 scarabeus 11/01/25 18:37:03
2
3 Modified: ChangeLog gdal-1.8.0.ebuild
4 Log:
5 New gdal should support python3.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.105 sci-libs/gdal/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.105&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.105&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.104&r2=1.105
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
19 retrieving revision 1.104
20 retrieving revision 1.105
21 diff -u -r1.104 -r1.105
22 --- ChangeLog 25 Jan 2011 18:34:08 -0000 1.104
23 +++ ChangeLog 25 Jan 2011 18:37:03 -0000 1.105
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-libs/gdal
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.104 2011/01/25 18:34:08 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.105 2011/01/25 18:37:03 scarabeus Exp $
29 +
30 + 25 Jan 2011; Tomáš Chvátal <scarabeus@g.o> gdal-1.8.0.ebuild:
31 + New gdal should support python3.
32
33 *gdal-1.8.0 (25 Jan 2011)
34 *gdal-1.7.3 (25 Jan 2011)
35
36
37
38 1.2 sci-libs/gdal/gdal-1.8.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.8.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.8.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gdal/gdal-1.8.0.ebuild?r1=1.1&r2=1.2
43
44 Index: gdal-1.8.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gdal-1.8.0.ebuild 25 Jan 2011 18:34:08 -0000 1.1
51 +++ gdal-1.8.0.ebuild 25 Jan 2011 18:37:03 -0000 1.2
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2011 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.8.0.ebuild,v 1.1 2011/01/25 18:34:08 scarabeus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.0.ebuild,v 1.2 2011/01/25 18:37:03 scarabeus Exp $
57
58 EAPI="2"
59
60 WANT_AUTOCONF="2.5"
61 RUBY_OPTIONAL="yes"
62 USE_RUBY="ruby18"
63 -PYTHON_DEPEND="python? 2"
64 +PYTHON_DEPEND="python? *:2.6"
65
66 inherit autotools eutils perl-module python ruby-ng toolchain-funcs
67
68 @@ -62,11 +62,6 @@
69 AT_M4DIR="${S}/m4"
70 MAKEOPTS+=" -j1"
71
72 -pkg_setup() {
73 - # only py2 is supported
74 - python_set_active_version 2
75 -}
76 -
77 src_unpack() {
78 # prevent ruby-ng.eclass from messing with the src path
79 default