summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-04-07 21:56:44 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-04-07 21:56:44 +0000
commit0be429bbc144c8a85daae59f60ef6300a0d63ea6 (patch)
tree9c9e2793fc5ff7a4cd365817bae31161d6b34eeb /dev-python/babelfish
parentUpdate PYTHON_COMPAT in the live ebuild. (diff)
downloadgentoo-2-0be429bbc144c8a85daae59f60ef6300a0d63ea6.tar.gz
gentoo-2-0be429bbc144c8a85daae59f60ef6300a0d63ea6.tar.bz2
gentoo-2-0be429bbc144c8a85daae59f60ef6300a0d63ea6.zip
add pypy2_0 support wrt #507072
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'dev-python/babelfish')
-rw-r--r--dev-python/babelfish/ChangeLog6
-rw-r--r--dev-python/babelfish/babelfish-0.5.1.ebuild4
-rw-r--r--dev-python/babelfish/babelfish-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/babelfish/ChangeLog b/dev-python/babelfish/ChangeLog
index dc9bada48180..a14150df4e68 100644
--- a/dev-python/babelfish/ChangeLog
+++ b/dev-python/babelfish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/babelfish
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.2 2014/01/29 15:23:31 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.3 2014/04/07 21:56:44 hasufell Exp $
+
+ 07 Apr 2014; Julian Ospald <hasufell@gentoo.org> babelfish-0.5.1.ebuild,
+ babelfish-9999.ebuild:
+ add pypy2_0 support wrt #507072
*babelfish-0.5.1 (29 Jan 2014)
diff --git a/dev-python/babelfish/babelfish-0.5.1.ebuild b/dev-python/babelfish/babelfish-0.5.1.ebuild
index 11157e218725..8e30082c4cbe 100644
--- a/dev-python/babelfish/babelfish-0.5.1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.1 2014/01/29 15:23:31 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.2 2014/04/07 21:56:44 hasufell Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index 59a9646e8b71..4ce44ea96b3d 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.2 2014/01/29 15:23:31 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.3 2014/04/07 21:56:44 hasufell Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
inherit distutils-r1 git-r3