Re: [PATCH] gnu: Add ruby 1.8.7 package

2015-06-19 Thread Thompson, David
On Tue, Jun 16, 2015 at 11:46 AM, Pjotr Prins wrote: > Anything wrong with this patch? > > On Sun, Jun 14, 2015 at 10:36:40AM +0200, Pjotr Prins wrote: >> From be945cf4d65ab77eb8bd7a462aa0b7d24877ba74 Mon Sep 17 00:00:00 2001 >> From: pjotrp >> Date: Sat, 13 Jun 2015 13:22:10 +0200 >> Subject: [P

Re: [PATCH] gnu: Add ruby 1.8.7 package

2015-06-16 Thread Thompson, David
On Tue, Jun 16, 2015 at 11:46 AM, Pjotr Prins wrote: > Anything wrong with this patch? > > On Sun, Jun 14, 2015 at 10:36:40AM +0200, Pjotr Prins wrote: >> From be945cf4d65ab77eb8bd7a462aa0b7d24877ba74 Mon Sep 17 00:00:00 2001 >> From: pjotrp >> Date: Sat, 13 Jun 2015 13:22:10 +0200 >> Subject: [P

Re: [PATCH] gnu: Add ruby 1.8.7 package

2015-06-16 Thread Pjotr Prins
Anything wrong with this patch? On Sun, Jun 14, 2015 at 10:36:40AM +0200, Pjotr Prins wrote: > From be945cf4d65ab77eb8bd7a462aa0b7d24877ba74 Mon Sep 17 00:00:00 2001 > From: pjotrp > Date: Sat, 13 Jun 2015 13:22:10 +0200 > Subject: [PATCH] gnu: Add ruby 2.1.6 > > * gnu/packages/ruby.scm (ruby-2.

Re: [PATCH] gnu: Add ruby 1.8.7 package

2015-06-14 Thread Pjotr Prins
Attached a patch for adding Ruby 2.1.6. It works for me. This is to try developing and supporting gems that do not necessarily work with (latest) Ruby 2.2.2. It is also useful for the Rails people. We ought to add Ruby 1.9 too, as well as (eventually) Rubinius (LLVM) and JRuby (JVM). It may appea

Re: [PATCH] gnu: Add ruby 1.8.7 package

2014-10-27 Thread Mark H Weaver
Pjotr Prins writes: > * gnu/packages/ruby.scm: (ruby-1.8): New variable. I pushed this with some minor changes to the commit log, and with the unneeded (guix hash) import removed. I also followed it up with another commit making some improvements to the original ruby package. Thanks!

[PATCH] gnu: Add ruby 1.8.7 package

2014-10-26 Thread Pjotr Prins
* gnu/packages/ruby.scm: (ruby-1.8): New variable. fixes --- gnu/packages/ruby.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index ac751f5..d6f86a5 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ru