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 1RzhBC-0000uT-4h for garchives@archives.gentoo.org; Tue, 21 Feb 2012 04:18:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95D65E0D66; Tue, 21 Feb 2012 04:18:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5736EE0D66 for ; Tue, 21 Feb 2012 04:18:10 +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 BDFEA1B4001 for ; Tue, 21 Feb 2012 04:18:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id 946542004B; Tue, 21 Feb 2012 04:18:08 +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/pyprotocols: pyprotocols-1.0_pre2306.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pyprotocols-1.0_pre2306.ebuild ChangeLog X-VCS-Directories: dev-python/pyprotocols X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Message-Id: <20120221041808.946542004B@flycatcher.gentoo.org> Date: Tue, 21 Feb 2012 04:18:08 +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: c6c374f2-8544-4384-85a8-373520871aae X-Archives-Hash: 604bb11a1f7b10255478034b51072cc8 patrick 12/02/21 04:18:08 Modified: pyprotocols-1.0_pre2306.ebuild ChangeLog Log: Restricting pypy =20 (Portage version: 2.2.0_alpha88/cvs/Linux x86_64) Revision Changes Path 1.12 dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuil= d file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyproto= cols/pyprotocols-1.0_pre2306.ebuild?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyproto= cols/pyprotocols-1.0_pre2306.ebuild?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyproto= cols/pyprotocols-1.0_pre2306.ebuild?r1=3D1.11&r2=3D1.12 Index: pyprotocols-1.0_pre2306.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/pyprotocols/pyprotocols-1.0_= pre2306.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pyprotocols-1.0_pre2306.ebuild 31 Oct 2011 21:36:51 -0000 1.11 +++ pyprotocols-1.0_pre2306.ebuild 21 Feb 2012 04:18:08 -0000 1.12 @@ -1,11 +1,11 @@ -# 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-python/pyprotocols/pyprotocols-1.= 0_pre2306.ebuild,v 1.11 2011/10/31 21:36:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.= 0_pre2306.ebuild,v 1.12 2012/02/21 04:18:08 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-*" DISTUTILS_SRC_TEST=3D"setup.py" =20 inherit distutils 1.25 dev-python/pyprotocols/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyproto= cols/ChangeLog?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyproto= cols/ChangeLog?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyproto= cols/ChangeLog?r1=3D1.24&r2=3D1.25 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/pyprotocols/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 31 Oct 2011 21:36:51 -0000 1.24 +++ ChangeLog 21 Feb 2012 04:18:08 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyprotocols -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.= 24 2011/10/31 21:36:51 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.= 25 2012/02/21 04:18:08 patrick Exp $ + + 21 Feb 2012; Patrick Lauer + pyprotocols-1.0_pre2306.ebuild: + Restricting pypy =20 31 Oct 2011; Markos Chandras pyprotocols-1.0_pre2306.ebuild: