Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cosmolopy: cosmolopy-0.1.102.ebuild
Date: Thu, 05 May 2011 15:57:39
Message-Id: 20110505155728.7A35C20054@flycatcher.gentoo.org
1 arfrever 11/05/05 15:57:28
2
3 Modified: cosmolopy-0.1.102.ebuild
4 Log:
5 Restrict Jython ABIs.
6
7 (Portage version: 2.2.0_alpha30_p50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/cosmolopy/cosmolopy-0.1.102.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild?r1=1.1&r2=1.2
15
16 Index: cosmolopy-0.1.102.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cosmolopy-0.1.102.ebuild 3 May 2011 22:12:43 -0000 1.1
23 +++ cosmolopy-0.1.102.ebuild 5 May 2011 15:57:28 -0000 1.2
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild,v 1.1 2011/05/03 22:12:43 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild,v 1.2 2011/05/05 15:57:28 arfrever Exp $
29
30 EAPI=2
31
32 PYTHON_DEPEND="2"
33 SUPPORT_PYTHON_ABIS="1"
34 +RESTRICT_PYTHON_ABIS="3.* *-jython"
35
36 inherit distutils
37
38 @@ -26,7 +27,6 @@
39 doc? ( dev-python/epydoc )"
40 RDEPEND="sci-libs/scipy"
41
42 -RESTRICT_PYTHON_ABIS="3.*"
43
44 S=${WORKDIR}/${MY_P}