aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-27 13:41:20 +0200
committerJustin Lecher <jlec@gentoo.org>2012-04-27 13:41:20 +0200
commit3cf7a5965b6c7ca343d392116967b060aae04f64 (patch)
tree157906e1729f2d851132d651507619e688bb82e5
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci; github.c... (diff)
downloadsci-3cf7a5965b6c7ca343d392116967b060aae04f64.tar.gz
sci-3cf7a5965b6c7ca343d392116967b060aae04f64.tar.bz2
sci-3cf7a5965b6c7ca343d392116967b060aae04f64.zip
sci-libs/msms: RESTRICT pypy
(Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r--sci-libs/msms/ChangeLog4
-rw-r--r--sci-libs/msms/Manifest4
-rw-r--r--sci-libs/msms/msms-1.5.4-r1.ebuild4
-rw-r--r--sci-libs/msms/msms-1.5.6_rc2.ebuild2
4 files changed, 10 insertions, 4 deletions
diff --git a/sci-libs/msms/ChangeLog b/sci-libs/msms/ChangeLog
index cfd830098..1622441f4 100644
--- a/sci-libs/msms/ChangeLog
+++ b/sci-libs/msms/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Apr 2012; Justin Lecher <jlec@gentoo.org> msms-1.5.4-r1.ebuild,
+ msms-1.5.6_rc2.ebuild:
+ RESTRICT pypy
+
*msms-1.5.6_rc2 (08 Jan 2012)
08 Jan 2012; Justin Lecher <jlec@gentoo.org> +msms-1.5.6_rc2.ebuild,
diff --git a/sci-libs/msms/Manifest b/sci-libs/msms/Manifest
index b9a40a41c..70b53d4f3 100644
--- a/sci-libs/msms/Manifest
+++ b/sci-libs/msms/Manifest
@@ -1,2 +1,2 @@
-DIST mgltools_source_1.5.4.tar.gz 25503517 RMD160 250e3d8fc9db2703c3f4ac1842286e272fd31bb8 SHA1 b88c40175c8299d1d4d264c2c6659fbb6ab8d581 SHA256 1ea3da342b4d49d7a92dcb5d6da1d805e71652fd70ba7a5653335990629c80f0
-DIST mgltools_source_1.5.6rc2.tar.gz 40248519 RMD160 4a07eb367c5e7e198dfbe5ce8853c5b6294707bc SHA1 ef349afb917be57ec947a93fc2119c59df97585e SHA256 a783ca8ed4a44c6fcc6e31f8f54c91dd87f39a0521368717b49a354958ef0d49
+DIST mgltools_source_1.5.4.tar.gz 25503517 SHA256 1ea3da342b4d49d7a92dcb5d6da1d805e71652fd70ba7a5653335990629c80f0 SHA512 e3372776674f5cf31d61627a52be938b6309392137e55250d4ba57f7d6112874ab4647faeb3c90db3b567590c67aa54e452e0f09fc1da547b1a4baccbe1e83d0 WHIRLPOOL c4a80d5b80eac042b533ff5dd815353e868233ea385a74374bc57709e89150227234a2f2af6c477d0efa1a3e1c17cedfd5a15eb6a950e49f09ef960613d15726
+DIST mgltools_source_1.5.6rc2.tar.gz 40248519 SHA256 a783ca8ed4a44c6fcc6e31f8f54c91dd87f39a0521368717b49a354958ef0d49 SHA512 c1df3d87d218a2a10e376136ad545f8e578b05fc5c617844be713242714d6dd85c094d03928e1b7cfee5e59f47dc996a199d4aee16bede5c83bd5c204e9af315 WHIRLPOOL 62e0448a13d87694d45756ddc5443034e3287938f4f0c4c42036583f92505a52d5add89d13f2855fc087c00705c8bf239cfdbdefbeac709d3ebd535009074ab8
diff --git a/sci-libs/msms/msms-1.5.4-r1.ebuild b/sci-libs/msms/msms-1.5.4-r1.ebuild
index 4b551c2c6..ccbf5d931 100644
--- a/sci-libs/msms/msms-1.5.4-r1.ebuild
+++ b/sci-libs/msms/msms-1.5.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,6 +6,8 @@ EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
+
inherit distutils eutils
MY_PN="mslib"
diff --git a/sci-libs/msms/msms-1.5.6_rc2.ebuild b/sci-libs/msms/msms-1.5.6_rc2.ebuild
index 88f4d049c..a6e6a6dc0 100644
--- a/sci-libs/msms/msms-1.5.6_rc2.ebuild
+++ b/sci-libs/msms/msms-1.5.6_rc2.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
inherit distutils eutils