summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/gnuplot-py/ChangeLog7
-rw-r--r--dev-python/gnuplot-py/gnuplot-py-1.8.ebuild6
-rw-r--r--dev-python/hcluster/ChangeLog7
-rw-r--r--dev-python/hcluster/hcluster-0.2.0.ebuild6
-rw-r--r--dev-python/natgrid/ChangeLog8
-rw-r--r--dev-python/natgrid/natgrid-0.1.ebuild7
-rw-r--r--dev-python/natgrid/natgrid-0.2.1.ebuild7
7 files changed, 28 insertions, 20 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog
index b7311c482af5..3ababd3fa028 100644
--- a/dev-python/gnuplot-py/ChangeLog
+++ b/dev-python/gnuplot-py/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gnuplot-py
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.42 2010/11/08 18:31:18 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.43 2012/02/23 09:15:51 patrick Exp $
+
+ 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> gnuplot-py-1.8.ebuild:
+ Restricting python
08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
gnuplot-py-1.8.ebuild:
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild
index aa4b1c3edfeb..e10a8a5ff99c 100644
--- a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild
+++ b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild
@@ -1,11 +1,11 @@
-# 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/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.11 2010/11/08 18:31:18 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.12 2012/02/23 09:15:51 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils eutils
diff --git a/dev-python/hcluster/ChangeLog b/dev-python/hcluster/ChangeLog
index 03775ac025a1..727164053875 100644
--- a/dev-python/hcluster/ChangeLog
+++ b/dev-python/hcluster/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/hcluster
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.3 2010/07/22 16:32:46 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.4 2012/02/23 09:08:34 patrick Exp $
+
+ 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> hcluster-0.2.0.ebuild:
+ Restricting python
22 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
hcluster-0.2.0.ebuild:
diff --git a/dev-python/hcluster/hcluster-0.2.0.ebuild b/dev-python/hcluster/hcluster-0.2.0.ebuild
index b5b60cd555df..6f30b22ae47f 100644
--- a/dev-python/hcluster/hcluster-0.2.0.ebuild
+++ b/dev-python/hcluster/hcluster-0.2.0.ebuild
@@ -1,11 +1,11 @@
-# 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/hcluster/hcluster-0.2.0.ebuild,v 1.2 2010/07/22 16:32:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild,v 1.3 2012/02/23 09:08:34 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils
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