hasufell 14/04/07 21:56:44
Modified: ChangeLog babelfish-0.5.1.ebuild
babelfish-9999.ebuild
Log:
add pypy2_0 support wrt #507072
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
BDEED020)
Revision Changes Path
1.3 dev-python/babelfish/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 29 Jan 2014 15:23:31 -0000 1.2
+++ ChangeLog 7 Apr 2014 21:56:44 -0000 1.3
@@ -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 <[email protected]> babelfish-0.5.1.ebuild,
+ babelfish-9999.ebuild:
+ add pypy2_0 support wrt #507072
*babelfish-0.5.1 (29 Jan 2014)
1.2 dev-python/babelfish/babelfish-0.5.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?r1=1.1&r2=1.2
Index: babelfish-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- babelfish-0.5.1.ebuild 29 Jan 2014 15:23:31 -0000 1.1
+++ babelfish-0.5.1.ebuild 7 Apr 2014 21:56:44 -0000 1.2
@@ -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
1.3 dev-python/babelfish/babelfish-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?r1=1.2&r2=1.3
Index: babelfish-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- babelfish-9999.ebuild 29 Jan 2014 15:23:31 -0000 1.2
+++ babelfish-9999.ebuild 7 Apr 2014 21:56:44 -0000 1.3
@@ -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