Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/idlsave/
Date: Tue, 03 May 2011 20:01:42
Message-Id: 98f551477e36123d0190e94adaeb3071fdebfd63.jlec@gentoo
1 commit: 98f551477e36123d0190e94adaeb3071fdebfd63
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 19:46:38 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 19:46:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=98f55147
7
8 Version Bump, notified by euscan
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 dev-python/idlsave/ChangeLog | 8 +++++++-
14 dev-python/idlsave/idlsave-0.9.5.ebuild | 5 ++---
15 .../{idlsave-0.9.5.ebuild => idlsave-0.9.7.ebuild} | 5 ++---
16 3 files changed, 11 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/idlsave/ChangeLog b/dev-python/idlsave/ChangeLog
19 index 94316d2..962a062 100644
20 --- a/dev-python/idlsave/ChangeLog
21 +++ b/dev-python/idlsave/ChangeLog
22 @@ -1,7 +1,13 @@
23 # ChangeLog for dev-python/idlsave
24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*idlsave-0.9.7 (03 May 2011)
29 +
30 + 03 May 2011; Justin Lecher <jlec@g.o> idlsave-0.9.5.ebuild,
31 + +idlsave-0.9.7.ebuild:
32 + Version Bump, notified by euscan
33 +
34 19 Jul 2010; Sébastien Fabbro <bicatali@g.o> idlsave-0.9.5.ebuild:
35 Fixed use flags and license
36
37
38 diff --git a/dev-python/idlsave/idlsave-0.9.5.ebuild b/dev-python/idlsave/idlsave-0.9.5.ebuild
39 index 9b368b9..5922648 100644
40 --- a/dev-python/idlsave/idlsave-0.9.5.ebuild
41 +++ b/dev-python/idlsave/idlsave-0.9.5.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 @@ -6,6 +6,7 @@ EAPI=3
49
50 PYTHON_DEPEND="2"
51 SUPPORT_PYTHON_ABIS="1"
52 +RESTRICT_PYTHON_ABIS="3.*"
53
54 inherit distutils eutils
55
56 @@ -24,8 +25,6 @@ LICENSE="GPL-3"
57 DEPEND="dev-python/numpy"
58 RDEPEND="${DEPEND}"
59
60 -RESTRICT_PYTHON_ABIS="3.*"
61 -
62 S="${WORKDIR}/${MYP}"
63
64 DOCS="CHANGES"
65
66 diff --git a/dev-python/idlsave/idlsave-0.9.5.ebuild b/dev-python/idlsave/idlsave-0.9.7.ebuild
67 similarity index 92%
68 copy from dev-python/idlsave/idlsave-0.9.5.ebuild
69 copy to dev-python/idlsave/idlsave-0.9.7.ebuild
70 index 9b368b9..5922648 100644
71 --- a/dev-python/idlsave/idlsave-0.9.5.ebuild
72 +++ b/dev-python/idlsave/idlsave-0.9.7.ebuild
73 @@ -1,4 +1,4 @@
74 -# Copyright 1999-2010 Gentoo Foundation
75 +# Copyright 1999-2011 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: $
78
79 @@ -6,6 +6,7 @@ EAPI=3
80
81 PYTHON_DEPEND="2"
82 SUPPORT_PYTHON_ABIS="1"
83 +RESTRICT_PYTHON_ABIS="3.*"
84
85 inherit distutils eutils
86
87 @@ -24,8 +25,6 @@ LICENSE="GPL-3"
88 DEPEND="dev-python/numpy"
89 RDEPEND="${DEPEND}"
90
91 -RESTRICT_PYTHON_ABIS="3.*"
92 -
93 S="${WORKDIR}/${MYP}"
94
95 DOCS="CHANGES"