Gentoo Archives: gentoo-commits

From: Tim Cera <timcera@×××××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_cdms/
Date: Mon, 21 Nov 2011 23:03:22
Message-Id: 911db118134cf95f3d87616da03b8969d9f5ca00.timcera@gentoo
1 commit: 911db118134cf95f3d87616da03b8969d9f5ca00
2 Author: timcera <tim <AT> cerazone <DOT> net>
3 AuthorDate: Mon Nov 21 23:02:27 2011 +0000
4 Commit: Tim Cera <timcera <AT> earthlink <DOT> net>
5 CommitDate: Mon Nov 21 23:02:27 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=911db118
7
8 sci-geosciences/pydap_handlers_cdms: Version bump.
9
10 ---
11 sci-geosciences/pydap_handlers_cdms/ChangeLog | 8 +++++++-
12 ...1.ebuild => pydap_handlers_cdms-0.2.0.1.ebuild} | 4 ++--
13 2 files changed, 9 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-geosciences/pydap_handlers_cdms/ChangeLog b/sci-geosciences/pydap_handlers_cdms/ChangeLog
16 index 7349951..fa73833 100644
17 --- a/sci-geosciences/pydap_handlers_cdms/ChangeLog
18 +++ b/sci-geosciences/pydap_handlers_cdms/ChangeLog
19 @@ -1,7 +1,13 @@
20 # ChangeLog for sci-geosciences/pydap_handlers_cdms
21 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
22 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*pydap_handlers_cdms-0.2.0.1 (21 Nov 2011)
26 +
27 + 21 Nov 2011; Tim Cera <timcera@×××××××××.net>
28 + -pydap_handlers_cdms-0.1.1.ebuild, +pydap_handlers_cdms-0.2.0.1.ebuild:
29 + Version bump.
30 +
31 29 Jun 2010; Justin Lecher <jlec@g.o>
32 pydap_handlers_cdms-0.1.1.ebuild:
33 Python ABI fixes
34
35 diff --git a/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.1.1.ebuild b/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild
36 similarity index 88%
37 rename from sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.1.1.ebuild
38 rename to sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild
39 index dd4bed8..2dffe92 100644
40 --- a/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.1.1.ebuild
41 +++ b/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2010 Gentoo Foundation
44 +# Copyright 1999-2011 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47
48 @@ -24,7 +24,7 @@ IUSE=""
49
50 DEPEND=">=dev-python/setuptools-0.6_rc3"
51 RDEPEND=">=sci-geosciences/pydap-3.0_rc10
52 - >=sci-geosciences/cdat-lite-5.2
53 + >=sci-geosciences/cdat-lite-6.0_alpha
54 >=dev-python/arrayterator-1.0.1"
55
56 S="$WORKDIR/$MY_P"