From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RzUia-0007zC-DG for garchives@archives.gentoo.org; Mon, 20 Feb 2012 14:59:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E0BBE0CF7; Mon, 20 Feb 2012 14:59:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52DF0E0CF7 for ; Mon, 20 Feb 2012 14:59:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B73431B4006 for ; Mon, 20 Feb 2012 14:59:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id 8B48720034; Mon, 20 Feb 2012 14:59:47 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: rhpl-0.219.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rhpl-0.219.ebuild ChangeLog X-VCS-Directories: dev-python/rhpl X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Message-Id: <20120220145947.8B48720034@flycatcher.gentoo.org> Date: Mon, 20 Feb 2012 14:59:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 50b7d28a-8788-4075-be9e-c055077f1bd9 X-Archives-Hash: 3c384f466b6101f8dd8533c9577254c4 patrick 12/02/20 14:59:47 Modified: rhpl-0.219.ebuild ChangeLog Log: Restricting pypy #404027 =20 (Portage version: 2.2.0_alpha87/cvs/Linux x86_64) Revision Changes Path 1.2 dev-python/rhpl/rhpl-0.219.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/rh= pl-0.219.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/rh= pl-0.219.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/rh= pl-0.219.ebuild?r1=3D1.1&r2=3D1.2 Index: rhpl-0.219.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.219.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rhpl-0.219.ebuild 31 May 2010 19:11:06 -0000 1.1 +++ rhpl-0.219.ebuild 20 Feb 2012 14:59:47 -0000 1.2 @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.219.ebuild,v 1= .1 2010/05/31 19:11:06 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.219.ebuild,v 1= .2 2012/02/20 14:59:47 patrick Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2" SUPPORT_PYTHON_ABIS=3D"1" -RESTRICT_PYTHON_ABIS=3D"3.*" +RESTRICT_PYTHON_ABIS=3D"3.* 2.7-pypy-*" =20 inherit multilib python rpm toolchain-funcs =20 1.17 dev-python/rhpl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/Ch= angeLog?rev=3D1.17&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/Ch= angeLog?rev=3D1.17&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/Ch= angeLog?r1=3D1.16&r2=3D1.17 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 31 May 2010 19:11:06 -0000 1.16 +++ ChangeLog 20 Feb 2012 14:59:47 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rhpl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.16 2010= /05/31 19:11:06 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.17 2012= /02/20 14:59:47 patrick Exp $ + + 20 Feb 2012; Patrick Lauer rhpl-0.219.ebuild: + Restricting pypy #404027 =20 *rhpl-0.219 (31 May 2010) =20