Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol/
Date: Sun, 04 Mar 2012 08:41:18
Message-Id: 1330850329.f3664b2d435663982051cbb873d1a573f4421f78.jlec@gentoo
1 commit: f3664b2d435663982051cbb873d1a573f4421f78
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 4 08:38:49 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 4 08:38:49 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f3664b2d
7
8 Block pypy usage
9
10 (Portage version: 2.2.0_alpha89/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/pymol/ChangeLog | 3 +++
14 sci-chemistry/pymol/pymol-9999.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog
18 index 0f6860d..3aee674 100644
19 --- a/sci-chemistry/pymol/ChangeLog
20 +++ b/sci-chemistry/pymol/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 04 Mar 2012; Justin Lecher <jlec@g.o> pymol-9999.ebuild:
26 + Block pypy usage
27 +
28 19 Feb 2012; Justin Lecher <jlec@g.o> pymol-9999.ebuild,
29 files/pymol-9999-prefix.patch, files/pymol-9999-web.patch:
30 Fix for current HEAD, correct desktop entry generation
31
32 diff --git a/sci-chemistry/pymol/pymol-9999.ebuild b/sci-chemistry/pymol/pymol-9999.ebuild
33 index 1671842..8e83dda 100644
34 --- a/sci-chemistry/pymol/pymol-9999.ebuild
35 +++ b/sci-chemistry/pymol/pymol-9999.ebuild
36 @@ -6,7 +6,7 @@ EAPI=4
37
38 PYTHON_DEPEND="2:2.7"
39 SUPPORT_PYTHON_ABIS="1"
40 -RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
41 +RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.* *-jython 2.7-pypy-*"
42 PYTHON_USE_WITH="tk"
43 PYTHON_MODNAME="${PN} chempy pmg_tk pmg_wx"