summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-26 05:56:16 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-26 05:56:16 +0000
commitce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3 (patch)
treea008114c1e298fa0d3aa68e05d1a3645a387c83c /dev-vcs/bzr
parentRemove old. (diff)
downloadgentoo-2-ce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3.tar.gz
gentoo-2-ce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3.tar.bz2
gentoo-2-ce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3.zip
Restricting pypy
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/bzr')
-rw-r--r--dev-vcs/bzr/ChangeLog6
-rw-r--r--dev-vcs/bzr/bzr-2.2.2-r1.ebuild6
-rw-r--r--dev-vcs/bzr/bzr-2.4.0.ebuild6
-rw-r--r--dev-vcs/bzr/bzr-2.4.1.ebuild4
-rw-r--r--dev-vcs/bzr/bzr-2.4.2.ebuild6
5 files changed, 16 insertions, 12 deletions
diff --git a/dev-vcs/bzr/ChangeLog b/dev-vcs/bzr/ChangeLog
index 69ab3308a61e..52841965f7e4 100644
--- a/dev-vcs/bzr/ChangeLog
+++ b/dev-vcs/bzr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/bzr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.50 2012/02/22 08:43:22 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.51 2012/02/26 05:56:16 patrick Exp $
+
+ 26 Feb 2012; Patrick Lauer <patrick@gentoo.org> bzr-2.2.2-r1.ebuild,
+ bzr-2.4.0.ebuild, bzr-2.4.1.ebuild, bzr-2.4.2.ebuild:
+ Restricting pypy
22 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
Remove python herd.
diff --git a/dev-vcs/bzr/bzr-2.2.2-r1.ebuild b/dev-vcs/bzr/bzr-2.2.2-r1.ebuild
index 6e8c555f0491..4ffd58f57dd4 100644
--- a/dev-vcs/bzr/bzr-2.2.2-r1.ebuild
+++ b/dev-vcs/bzr/bzr-2.2.2-r1.ebuild
@@ -1,11 +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/dev-vcs/bzr/bzr-2.2.2-r1.ebuild,v 1.10 2011/08/30 19:20:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.2.2-r1.ebuild,v 1.11 2012/02/26 05:56:16 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
inherit bash-completion distutils elisp-common eutils versionator
diff --git a/dev-vcs/bzr/bzr-2.4.0.ebuild b/dev-vcs/bzr/bzr-2.4.0.ebuild
index 4d366f0f65eb..a665d66bc4c9 100644
--- a/dev-vcs/bzr/bzr-2.4.0.ebuild
+++ b/dev-vcs/bzr/bzr-2.4.0.ebuild
@@ -1,11 +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/dev-vcs/bzr/bzr-2.4.0.ebuild,v 1.4 2011/09/01 08:31:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.0.ebuild,v 1.5 2012/02/26 05:56:16 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.[45] 3.*"
+RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*"
inherit bash-completion distutils elisp-common eutils versionator
diff --git a/dev-vcs/bzr/bzr-2.4.1.ebuild b/dev-vcs/bzr/bzr-2.4.1.ebuild
index c4e3800d324e..89b292a64ebb 100644
--- a/dev-vcs/bzr/bzr-2.4.1.ebuild
+++ b/dev-vcs/bzr/bzr-2.4.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.1.ebuild,v 1.10 2012/02/19 12:33:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.1.ebuild,v 1.11 2012/02/26 05:56:16 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.[45] 3.*"
+RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*"
inherit bash-completion distutils elisp-common eutils versionator
diff --git a/dev-vcs/bzr/bzr-2.4.2.ebuild b/dev-vcs/bzr/bzr-2.4.2.ebuild
index 13a18c59ed29..663d927a76b0 100644
--- a/dev-vcs/bzr/bzr-2.4.2.ebuild
+++ b/dev-vcs/bzr/bzr-2.4.2.ebuild
@@ -1,11 +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/dev-vcs/bzr/bzr-2.4.2.ebuild,v 1.4 2011/12/28 14:29:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.2.ebuild,v 1.5 2012/02/26 05:56:16 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.[45] 3.*"
+RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*"
inherit bash-completion-r1 distutils eutils versionator