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-libs/msms/
Date: Fri, 27 Apr 2012 11:42:57
Message-Id: 1335526880.3cf7a5965b6c7ca343d392116967b060aae04f64.jlec@gentoo
1 commit: 3cf7a5965b6c7ca343d392116967b060aae04f64
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 11:41:20 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 11:41:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3cf7a596
7
8 sci-libs/msms: RESTRICT pypy
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-libs/msms/ChangeLog | 4 ++++
14 sci-libs/msms/msms-1.5.4-r1.ebuild | 4 +++-
15 sci-libs/msms/msms-1.5.6_rc2.ebuild | 2 +-
16 3 files changed, 8 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/msms/ChangeLog b/sci-libs/msms/ChangeLog
19 index cfd8300..1622441 100644
20 --- a/sci-libs/msms/ChangeLog
21 +++ b/sci-libs/msms/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 27 Apr 2012; Justin Lecher <jlec@g.o> msms-1.5.4-r1.ebuild,
27 + msms-1.5.6_rc2.ebuild:
28 + RESTRICT pypy
29 +
30 *msms-1.5.6_rc2 (08 Jan 2012)
31
32 08 Jan 2012; Justin Lecher <jlec@g.o> +msms-1.5.6_rc2.ebuild,
33
34 diff --git a/sci-libs/msms/msms-1.5.4-r1.ebuild b/sci-libs/msms/msms-1.5.4-r1.ebuild
35 index 4b551c2..ccbf5d9 100644
36 --- a/sci-libs/msms/msms-1.5.4-r1.ebuild
37 +++ b/sci-libs/msms/msms-1.5.4-r1.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2010 Gentoo Foundation
40 +# Copyright 1999-2012 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 @@ -6,6 +6,8 @@ EAPI="3"
45
46 PYTHON_DEPEND="2"
47 SUPPORT_PYTHON_ABIS="1"
48 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
49 +
50 inherit distutils eutils
51
52 MY_PN="mslib"
53
54 diff --git a/sci-libs/msms/msms-1.5.6_rc2.ebuild b/sci-libs/msms/msms-1.5.6_rc2.ebuild
55 index 88f4d04..a6e6a6d 100644
56 --- a/sci-libs/msms/msms-1.5.6_rc2.ebuild
57 +++ b/sci-libs/msms/msms-1.5.6_rc2.ebuild
58 @@ -6,7 +6,7 @@ EAPI="3"
59
60 PYTHON_DEPEND="2"
61 SUPPORT_PYTHON_ABIS="1"
62 -RESTRICT_PYTHON_ABIS="3.*"
63 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
64
65 inherit distutils eutils