summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-03-15 04:17:20 +0000
committerMike Gilbert <floppym@gentoo.org>2012-03-15 04:17:20 +0000
commitdf3baf6b0b04aa727198eb24f952803f5b29d926 (patch)
treeae91951b5368bcf48ffd6694f3e64b1f866860b6 /dev-vcs/subversion
parentgames-arcade/ultrastar-ng is gone (diff)
downloadgentoo-2-df3baf6b0b04aa727198eb24f952803f5b29d926.tar.gz
gentoo-2-df3baf6b0b04aa727198eb24f952803f5b29d926.tar.bz2
gentoo-2-df3baf6b0b04aa727198eb24f952803f5b29d926.zip
Restrict pypy.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r--dev-vcs/subversion/ChangeLog7
-rw-r--r--dev-vcs/subversion/subversion-1.6.17-r7.ebuild4
-rw-r--r--dev-vcs/subversion/subversion-1.7.0.ebuild6
-rw-r--r--dev-vcs/subversion/subversion-1.7.1.ebuild6
-rw-r--r--dev-vcs/subversion/subversion-1.7.2.ebuild4
-rw-r--r--dev-vcs/subversion/subversion-1.7.4.ebuild4
6 files changed, 18 insertions, 13 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog
index 78cec4e063ac..7417cd0594a4 100644
--- a/dev-vcs/subversion/ChangeLog
+++ b/dev-vcs/subversion/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/subversion
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.72 2012/03/11 15:37:26 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.73 2012/03/15 04:17:20 floppym Exp $
+
+ 15 Mar 2012; Mike Gilbert <floppym@gentoo.org> subversion-1.6.17-r7.ebuild,
+ subversion-1.7.0.ebuild, subversion-1.7.1.ebuild, subversion-1.7.2.ebuild,
+ subversion-1.7.4.ebuild:
+ Restrict pypy.
*subversion-1.7.4 (11 Mar 2012)
diff --git a/dev-vcs/subversion/subversion-1.6.17-r7.ebuild b/dev-vcs/subversion/subversion-1.6.17-r7.ebuild
index 00a85c6e0c1d..7d70a7963d53 100644
--- a/dev-vcs/subversion/subversion-1.6.17-r7.ebuild
+++ b/dev-vcs/subversion/subversion-1.6.17-r7.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.8 2012/02/11 17:37:58 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.9 2012/03/15 04:17:20 floppym Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
WANT_AUTOMAKE="none"
MY_P="${P/_/-}"
diff --git a/dev-vcs/subversion/subversion-1.7.0.ebuild b/dev-vcs/subversion/subversion-1.7.0.ebuild
index 172f2a6e7084..d6320ae38919 100644
--- a/dev-vcs/subversion/subversion-1.7.0.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.0.ebuild
@@ -1,10 +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-vcs/subversion/subversion-1.7.0.ebuild,v 1.1 2011/10/12 19:21:54 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.0.ebuild,v 1.2 2012/03/15 04:17:20 floppym Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
WANT_AUTOMAKE="none"
MY_P="${P/_/-}"
diff --git a/dev-vcs/subversion/subversion-1.7.1.ebuild b/dev-vcs/subversion/subversion-1.7.1.ebuild
index 37fdecd47a69..298310d8a97d 100644
--- a/dev-vcs/subversion/subversion-1.7.1.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.1.ebuild
@@ -1,10 +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-vcs/subversion/subversion-1.7.1.ebuild,v 1.2 2011/11/30 14:28:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.1.ebuild,v 1.3 2012/03/15 04:17:20 floppym Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
WANT_AUTOMAKE="none"
MY_P="${P/_/-}"
diff --git a/dev-vcs/subversion/subversion-1.7.2.ebuild b/dev-vcs/subversion/subversion-1.7.2.ebuild
index ba1ca3e8bd4c..113d10d09ee4 100644
--- a/dev-vcs/subversion/subversion-1.7.2.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild,v 1.2 2012/03/02 21:24:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild,v 1.3 2012/03/15 04:17:20 floppym Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
WANT_AUTOMAKE="none"
MY_P="${P/_/-}"
diff --git a/dev-vcs/subversion/subversion-1.7.4.ebuild b/dev-vcs/subversion/subversion-1.7.4.ebuild
index 930bfcc5679d..40ae742f7728 100644
--- a/dev-vcs/subversion/subversion-1.7.4.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild,v 1.1 2012/03/11 15:37:26 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild,v 1.2 2012/03/15 04:17:20 floppym Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
WANT_AUTOMAKE="none"
MY_P="${P/_/-}"