diff options
author | 2012-02-25 02:47:03 +0000 | |
---|---|---|
committer | 2012-02-25 02:47:03 +0000 | |
commit | a833a882f2f1261b64f025c283f486eeafb917fc (patch) | |
tree | 06aba7c4ca37444eefbecb27ecb4d0891e4f88f1 /sci-astronomy | |
parent | Restricting pypy (diff) | |
download | gentoo-2-a833a882f2f1261b64f025c283f486eeafb917fc.tar.gz gentoo-2-a833a882f2f1261b64f025c283f486eeafb917fc.tar.bz2 gentoo-2-a833a882f2f1261b64f025c283f486eeafb917fc.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pyephem/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild | 6 | ||||
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-astronomy/pyephem/ChangeLog b/sci-astronomy/pyephem/ChangeLog index 140311d5c80c..6c5db27bfe40 100644 --- a/sci-astronomy/pyephem/ChangeLog +++ b/sci-astronomy/pyephem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/pyephem -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.15 2011/11/26 06:10:06 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.16 2012/02/25 02:47:03 patrick Exp $ + + 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyephem-3.7.4.1.ebuild, + pyephem-3.7.5.1.ebuild: + Restricting pypy and jython *pyephem-3.7.5.1 (26 Nov 2011) diff --git a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild index 5852caeb5919..6b8311bd22bc 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.4 2011/08/21 21:58:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.5 2012/02/25 02:47:03 patrick Exp $ EAPI="2" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*" DISTUTILS_SRC_TEST="setup.py" inherit distutils eutils @@ -20,7 +21,6 @@ IUSE="doc test" RDEPEND="" DEPEND="doc? ( dev-python/sphinx ) test? ( dev-python/setuptools )" -RESTRICT_PYTHON_ABIS="2.4 3.*" src_prepare() { # don't install rst files diff --git a/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild index 10fc59c0b823..7ff6bcbc5f38 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild,v 1.1 2011/11/26 06:10:06 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.5.1.ebuild,v 1.2 2012/02/25 02:47:03 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*" inherit distutils eutils @@ -18,7 +19,6 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" RDEPEND="" DEPEND="doc? ( dev-python/sphinx )" -RESTRICT_PYTHON_ABIS="2.4 3.*" src_prepare() { # don't install rst files |