diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 09:12:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 09:12:21 +0000 |
commit | 1b5a61b3234fd9b5cc4f54652204d85b631421ad (patch) | |
tree | 6bc1a5bea2f63b08ece93a9b1d1618e1603c0a21 /dev-python/natgrid | |
parent | Restricting python (diff) | |
download | gentoo-2-1b5a61b3234fd9b5cc4f54652204d85b631421ad.tar.gz gentoo-2-1b5a61b3234fd9b5cc4f54652204d85b631421ad.tar.bz2 gentoo-2-1b5a61b3234fd9b5cc4f54652204d85b631421ad.zip |
Restricting python
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/natgrid')
-rw-r--r-- | dev-python/natgrid/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/natgrid/natgrid-0.1.ebuild | 7 | ||||
-rw-r--r-- | dev-python/natgrid/natgrid-0.2.1.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/dev-python/natgrid/ChangeLog b/dev-python/natgrid/ChangeLog index fc059d90ec19..843698188315 100644 --- a/dev-python/natgrid/ChangeLog +++ b/dev-python/natgrid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/natgrid -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/ChangeLog,v 1.4 2011/01/23 17:34:31 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/ChangeLog,v 1.5 2012/02/23 09:12:21 patrick Exp $ + + 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> natgrid-0.1.ebuild, + natgrid-0.2.1.ebuild: + Restricting python *natgrid-0.2.1 (23 Jan 2011) diff --git a/dev-python/natgrid/natgrid-0.1.ebuild b/dev-python/natgrid/natgrid-0.1.ebuild index e9e4b80ba0fe..6f15aef45f03 100644 --- a/dev-python/natgrid/natgrid-0.1.ebuild +++ b/dev-python/natgrid/natgrid-0.1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.1.ebuild,v 1.3 2010/07/23 23:27:30 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.1.ebuild,v 1.4 2012/02/23 09:12:21 patrick Exp $ EAPI="3" -PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit distutils diff --git a/dev-python/natgrid/natgrid-0.2.1.ebuild b/dev-python/natgrid/natgrid-0.2.1.ebuild index fdd150564552..0629f4cab487 100644 --- a/dev-python/natgrid/natgrid-0.2.1.ebuild +++ b/dev-python/natgrid/natgrid-0.2.1.ebuild @@ -1,11 +1,10 @@ -# 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/dev-python/natgrid/natgrid-0.2.1.ebuild,v 1.1 2011/01/23 17:34:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.2.1.ebuild,v 1.2 2012/02/23 09:12:21 patrick Exp $ EAPI="3" -PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit distutils |