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/mgltools-stride/
Date: Fri, 27 Apr 2012 12:42:12
Message-Id: 1335530322.01f8b58b47cbd6362a2a01ac80b83bb083f74a95.jlec@gentoo
1 commit: 01f8b58b47cbd6362a2a01ac80b83bb083f74a95
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 12:38:42 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 12:38:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=01f8b58b
7
8 sci-chemistry/mgltools-stride: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/mgltools-stride/ChangeLog | 3 +++
14 .../mgltools-stride-1.5.4-r1.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/mgltools-stride/ChangeLog b/sci-chemistry/mgltools-stride/ChangeLog
18 index c0382e4..b49c2ea 100644
19 --- a/sci-chemistry/mgltools-stride/ChangeLog
20 +++ b/sci-chemistry/mgltools-stride/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 27 Apr 2012; Justin Lecher <jlec@g.o> mgltools-stride-1.5.4-r1.ebuild:
26 + Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS
27 +
28 07 Mar 2012; Justin Lecher <jlec@g.o> metadata.xml:
29 Removed maintainer, as herd is enough
30
31
32 diff --git a/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild b/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild
33 index 9465b85..fc561a5 100644
34 --- a/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild
35 +++ b/sci-chemistry/mgltools-stride/mgltools-stride-1.5.4-r1.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2010 Gentoo Foundation
38 +# Copyright 1999-2012 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: $
41
42 @@ -26,7 +26,7 @@ RDEPEND="dev-python/numpy"
43 DEPEND="${RDEPEND}
44 dev-lang/swig"
45
46 -RESTRICT_PYTHON_ABIS="3.*"
47 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
48 S="${WORKDIR}"/${MY_P}
49
50 src_unpack() {