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 1O6R6S-0005cl-8V for garchives@archives.gentoo.org; Mon, 26 Apr 2010 16:24:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB49E081C; Mon, 26 Apr 2010 16:24:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B0A63E081C for ; Mon, 26 Apr 2010 16:24:10 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 51DE21B4021 for ; Mon, 26 Apr 2010 16:24:10 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2162) id EA9C02C04C; Mon, 26 Apr 2010 16:24:08 +0000 (UTC) From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rpy/files: rpy-1.0.2-R210.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: rpy-1.0.2-R210.patch X-VCS-Directories: dev-python/rpy/files X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: <20100426162408.EA9C02C04C@corvid.gentoo.org> Date: Mon, 26 Apr 2010 16:24: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: c3a0de3d-967c-4a4d-9974-935c66da2655 X-Archives-Hash: e2bbcc1320dcdb472cd854ec58956728 bicatali 10/04/26 16:24:08 Modified: rpy-1.0.2-R210.patch Log: Fixed the patch for cvs tags (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.2 dev-python/rpy/files/rpy-1.0.2-R210.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/fil= es/rpy-1.0.2-R210.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/fil= es/rpy-1.0.2-R210.patch?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/fil= es/rpy-1.0.2-R210.patch?r1=3D1.1&r2=3D1.2 Index: rpy-1.0.2-R210.patch =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/rpy/files/rpy-1.0.2-R210.pat= ch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpy-1.0.2-R210.patch 15 Apr 2010 21:58:10 -0000 1.1 +++ rpy-1.0.2-R210.patch 26 Apr 2010 16:24:08 -0000 1.2 @@ -306,33 +306,8 @@ +fit =3D r.predict(NNModel,XG) +print fit + ---- rpy-1.0.2/PKG-INFO 2008-04-10 17:54:36.000000000 +0100 -+++ rpy-1.0.4.orig/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 -@@ -1,13 +0,0 @@ --Metadata-Version: 1.0 --Name: rpy --Version: 1.0.2 --Summary: Python interface to the R language --Home-page: http://rpy.sourceforge.net --Author: Gregory R. Warnes --Author-email: warnes@bst.rochester.edu --License: GPL --Description: RPy provides a robust Python interface to the R -- programming language. It can manage all kinds of R objects and= can -- execute arbitrary R functions. All the errors from the R langua= ge are -- converted to Python exceptions. --Platform: UNKNOWN --- rpy-1.0.2.orig/rpy.py 2008-01-02 17:57:09.000000000 +0000 +++ rpy-1.0.2/rpy.py 2010-04-15 17:44:06.000000000 +0100 -@@ -16,7 +16,7 @@ - # - # High level module for managing the lookup of R objects. - # --# $Id: rpy-1.0.2-R210.patch,v 1.1 2010/04/15 21:58:10 bicatali Exp $ -+# $Id: rpy-1.0.2-R210.patch,v 1.1 2010/04/15 21:58:10 bicatali Exp $ - # - # - from __future__ import nested_scopes @@ -139,6 +139,7 @@ =20 # Version