diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:28:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:28:36 +0000 |
commit | b3eea6f4bae9fb0c2691d8d9566776f6e6b254e5 (patch) | |
tree | 09d0ff555271c4e930bdbad3467d586a9eb129de /dev-python/pygobject | |
parent | Fixing pypy restricts to actually work (diff) | |
download | gentoo-2-b3eea6f4bae9fb0c2691d8d9566776f6e6b254e5.tar.gz gentoo-2-b3eea6f4bae9fb0c2691d8d9566776f6e6b254e5.tar.bz2 gentoo-2-b3eea6f4bae9fb0c2691d8d9566776f6e6b254e5.zip |
Fixing pypy restricts to actually work
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.26.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r50.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r51.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.3.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.0.4.ebuild | 4 |
8 files changed, 25 insertions, 19 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index f11fc718bac5..761be3b6a5d4 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.144 2012/02/09 09:30:45 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.145 2012/02/20 14:28:36 patrick Exp $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> pygobject-2.26.0-r1.ebuild, + pygobject-2.28.6-r50.ebuild, pygobject-2.28.6-r51.ebuild, + pygobject-2.28.6.ebuild, pygobject-3.0.2.ebuild, pygobject-3.0.3.ebuild, + pygobject-3.0.4.ebuild: + Fixing pypy restricts to actually work *pygobject-3.0.4 (09 Feb 2012) diff --git a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild b/dev-python/pygobject/pygobject-2.26.0-r1.ebuild index 5409b82b71ee..a755e9d2afb4 100644 --- a/dev-python/pygobject/pygobject-2.26.0-r1.ebuild +++ b/dev-python/pygobject/pygobject-2.26.0-r1.ebuild @@ -1,12 +1,12 @@ -# 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/pygobject/pygobject-2.26.0-r1.ebuild,v 1.18 2011/12/31 21:57:44 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.19 2012/02/20 14:28:36 patrick Exp $ EAPI="2" GCONF_DEBUG="no" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.5" -RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-**" PYTHON_USE_WITH="threads=" inherit alternatives autotools gnome2 python virtualx diff --git a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild index 7c3bf1522776..7c88e16e02e8 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild @@ -1,6 +1,6 @@ -# 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/pygobject/pygobject-2.28.6-r50.ebuild,v 1.6 2011/12/31 18:47:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.7 2012/02/20 14:28:36 patrick Exp $ EAPI="3" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ SUPPORT_PYTHON_ABIS="1" # PYTHON_DEPEND="2:2.6 3:3.1" # RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython" PYTHON_DEPEND="2:2.6" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-**" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx diff --git a/dev-python/pygobject/pygobject-2.28.6-r51.ebuild b/dev-python/pygobject/pygobject-2.28.6-r51.ebuild index eb83e015695b..cb49028059de 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r51.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v 1.8 2012/01/18 20:29:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r51.ebuild,v 1.9 2012/02/20 14:28:36 patrick Exp $ EAPI="3" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ SUPPORT_PYTHON_ABIS="1" # PYTHON_DEPEND="2:2.6 3:3.1" # RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython" PYTHON_DEPEND="2:2.6" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-**" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx diff --git a/dev-python/pygobject/pygobject-2.28.6.ebuild b/dev-python/pygobject/pygobject-2.28.6.ebuild index 6a36f5a44f1c..0845e6a60353 100644 --- a/dev-python/pygobject/pygobject-2.28.6.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6.ebuild @@ -1,6 +1,6 @@ -# 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/pygobject/pygobject-2.28.6.ebuild,v 1.12 2011/12/31 18:47:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6.ebuild,v 1.13 2012/02/20 14:28:36 patrick Exp $ EAPI="3" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ SUPPORT_PYTHON_ABIS="1" # PYTHON_DEPEND="2:2.6 3:3.1" # RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython" PYTHON_DEPEND="2:2.6" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-**" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx diff --git a/dev-python/pygobject/pygobject-3.0.2.ebuild b/dev-python/pygobject/pygobject-3.0.2.ebuild index d7648a468242..57edbf5f2a67 100644 --- a/dev-python/pygobject/pygobject-3.0.2.ebuild +++ b/dev-python/pygobject/pygobject-3.0.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.10 2012/01/18 20:28:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.11 2012/02/20 14:28:36 patrick Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.6 3:3.1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython 2.7-pypy-**" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx diff --git a/dev-python/pygobject/pygobject-3.0.3.ebuild b/dev-python/pygobject/pygobject-3.0.3.ebuild index bd5356330bc2..4fd583b989cf 100644 --- a/dev-python/pygobject/pygobject-3.0.3.ebuild +++ b/dev-python/pygobject/pygobject-3.0.3.ebuild @@ -1,13 +1,13 @@ -# 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/pygobject/pygobject-3.0.3.ebuild,v 1.4 2011/12/31 18:47:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.3.ebuild,v 1.5 2012/02/20 14:28:36 patrick Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.6 3:3.1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython 2.7-pypy-**" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx diff --git a/dev-python/pygobject/pygobject-3.0.4.ebuild b/dev-python/pygobject/pygobject-3.0.4.ebuild index 28736f641bc2..329110305400 100644 --- a/dev-python/pygobject/pygobject-3.0.4.ebuild +++ b/dev-python/pygobject/pygobject-3.0.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v 1.1 2012/02/09 09:30:45 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v 1.2 2012/02/20 14:28:36 patrick Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.6 3:3.1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython 2.7-pypy-**" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx |