public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/rpy/files: rpy-1.0.2-rpymodule-R-2.7.patch
@ 2008-05-07  8:33 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-05-07  8:33 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/05/07 08:33:03

  Added:                rpy-1.0.2-rpymodule-R-2.7.patch
  Log:
  Patched for R >= 2.7, thanks dawe for his patch (bug #219522)
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.1                  dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch?rev=1.1&content-type=text/plain

Index: rpy-1.0.2-rpymodule-R-2.7.patch
===================================================================
--- rpy-1.0.2.orig/src/rpymodule.c	2008-04-10 18:49:04.000000000 +0200
+++ rpy-1.0.2/src/rpymodule.c	2008-05-02 14:28:42.000000000 +0200
@@ -1778,7 +1778,11 @@
     R_dot_Last();           
     R_RunExitFinalizers();  
     CleanEd();              
+#if (R_VERSION >= R_Version(2,7,0)) 
+    Rf_KillAllDevices();
+#else
     KillAllDevices();
+#endif
 
 #if (R_VERSION >= R_Version(2,7,0)) 
     R_CleanTempDir();



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/rpy/files: rpy-1.0.2-rpymodule-R-2.7.patch
@ 2008-05-09 13:10 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-05-09 13:10 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/05/09 13:10:35

  Modified:             rpy-1.0.2-rpymodule-R-2.7.patch
  Log:
  Fixed patch for R-2.4.0
  (Portage version: 2.1.5_rc7)

Revision  Changes    Path
1.2                  dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch?r1=1.1&r2=1.2

Index: rpy-1.0.2-rpymodule-R-2.7.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpy-1.0.2-rpymodule-R-2.7.patch	7 May 2008 08:33:02 -0000	1.1
+++ rpy-1.0.2-rpymodule-R-2.7.patch	9 May 2008 13:10:34 -0000	1.2
@@ -10,5 +10,5 @@
      KillAllDevices();
 +#endif
  
- #if (R_VERSION >= R_Version(2,7,0)) 
+ #if (R_VERSION >= R_Version(2,4,0)) 
      R_CleanTempDir();



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-09 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07  8:33 [gentoo-commits] gentoo-x86 commit in dev-python/rpy/files: rpy-1.0.2-rpymodule-R-2.7.patch Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-09 13:10 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox