Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: gdal-1.5.0-r1.ebuild ChangeLog
Date: Thu, 15 May 2008 06:24:10
Message-Id: E1JwWsp-0000kH-Jn@stork.gentoo.org
1 nerdboy 08/05/15 06:24:07
2
3 Modified: gdal-1.5.0-r1.ebuild ChangeLog
4 Log:
5 updated depends for bugs 221687 and 221493
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.3 sci-libs/gdal/gdal-1.5.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: gdal-1.5.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gdal-1.5.0-r1.ebuild 11 Apr 2008 18:16:41 -0000 1.2
22 +++ gdal-1.5.0-r1.ebuild 15 May 2008 06:24:07 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.2 2008/04/11 18:16:41 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.3 2008/05/15 06:24:07 nerdboy Exp $
28
29 WANT_AUTOCONF="2.5"
30 inherit autotools distutils eutils perl-module toolchain-funcs
31 @@ -18,7 +18,7 @@
32 # need to get these arches updated on several libs first
33 #KEYWORDS="~alpha ~hppa"
34
35 -DEPEND=">=sys-libs/zlib-1.1.4
36 +RDEPEND=">=sys-libs/zlib-1.1.4
37 >=media-libs/tiff-3.7.0
38 sci-libs/libgeotiff
39 dev-libs/expat
40 @@ -29,8 +29,7 @@
41 perl? ( dev-lang/perl )
42 python? ( virtual/python
43 dev-python/numpy )
44 - ruby? ( >=dev-lang/ruby-1.8.4.20060226
45 - >=dev-lang/swig-1.3.28 )
46 + ruby? ( >=dev-lang/ruby-1.8.4.20060226 )
47 fits? ( sci-libs/cfitsio )
48 ogdi? ( sci-libs/ogdi )
49 gml? ( >=dev-libs/xerces-c-2.8.0 )
50 @@ -44,7 +43,10 @@
51 mysql? ( virtual/mysql )
52 odbc? ( dev-db/unixODBC )
53 geos? ( >=sci-libs/geos-2.2.1 )
54 - sqlite? ( >=dev-db/sqlite-3 )
55 + sqlite? ( >=dev-db/sqlite-3 )"
56 +
57 +DEPEND="${RDEPEND}
58 + ruby? ( >=dev-lang/swig-1.3.28 )
59 doc? ( app-doc/doxygen )"
60
61 AT_M4DIR="${S}/m4"
62
63
64
65 1.41 sci-libs/gdal/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.41&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.41&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.40&r2=1.41
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
74 retrieving revision 1.40
75 retrieving revision 1.41
76 diff -u -r1.40 -r1.41
77 --- ChangeLog 11 Apr 2008 18:16:41 -0000 1.40
78 +++ ChangeLog 15 May 2008 06:24:07 -0000 1.41
79 @@ -1,6 +1,9 @@
80 # ChangeLog for sci-libs/gdal
81 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.40 2008/04/11 18:16:41 grobian Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.41 2008/05/15 06:24:07 nerdboy Exp $
84 +
85 + 15 May 2008; Steve Arnold <nerdboy@g.o> gdal-1.5.0-r1.ebuild:
86 + updated depends for bugs 221687 and 221493
87
88 11 Apr 2008; Fabian Groffen <grobian@g.o> gdal-1.5.0-r1.ebuild:
89 Correct configure argument for sqlite: it's sqlite3
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list