From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 498DB1387FD for ; Mon, 7 Apr 2014 21:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4D42E0CB7; Mon, 7 Apr 2014 21:56:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 417B9E0CB7 for ; Mon, 7 Apr 2014 21:56:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F72D33FDF6 for ; Mon, 7 Apr 2014 21:56:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2322) id 939202004B; Mon, 7 Apr 2014 21:56:44 +0000 (UTC) From: "Julian Ospald (hasufell)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hasufell@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/babelfish: ChangeLog babelfish-0.5.1.ebuild babelfish-9999.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog babelfish-0.5.1.ebuild babelfish-9999.ebuild X-VCS-Directories: dev-python/babelfish X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140407215644.939202004B@flycatcher.gentoo.org> Date: Mon, 7 Apr 2014 21:56:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 182b8929-1fcd-4fbc-9ceb-fd1d74faefa3 X-Archives-Hash: f8536a4e3b74bad1b92ad447d4827988 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 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