Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-18 Thread Thompson, David
build system to use gem archives. Co-Authored-By: Pjotr Prins pjotr.publi...@thebird.nl * guix/build-system/ruby.scm (lower): Remove git dependency. (rubygems-uri): New procedure. * guix/build/ruby-build-system (gitify): Delete. (unpack): Use 'gem unpack' utility. (check): Add docstring

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-18 Thread Thompson, David
On Tue, Aug 18, 2015 at 2:40 AM, Ricardo Wurmus rek...@elephly.net wrote: Thompson, David dthomps...@worcester.edu writes: The major change from the previous version of this patch is that I figured how to unpack the source gem, allow the package build script to make any necessary dynamic

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-18 Thread Ricardo Wurmus
Thompson, David dthomps...@worcester.edu writes: The major change from the previous version of this patch is that I figured how to unpack the source gem, allow the package build script to make any necessary dynamic patches, and then install a repacked gem as opposed to the source gem. I

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-18 Thread Thompson, David
ee027442dd968734831eb372fcf502dcfaad7623 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sun, 26 Jul 2015 22:01:54 -0400 Subject: [PATCH] build: ruby: Rewrite build system to use gem archives. Co-Authored-By: Pjotr Prins pjotr.publi...@thebird.nl * guix/build-system/ruby.scm (lower): Remove git

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-18 Thread Pjotr Prins
On Tue, Aug 18, 2015 at 08:34:44AM -0400, Thompson, David wrote: making packaging better for everyone. So, if we have to disable some test suites to get our Ruby support off the ground, so be it. It is actually not a big deal for gem writers to include their tests (most have them). Amounts to

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-18 Thread Ludovic Courtès
ee027442dd968734831eb372fcf502dcfaad7623 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sun, 26 Jul 2015 22:01:54 -0400 Subject: [PATCH] build: ruby: Rewrite build system to use gem archives. Co-Authored-By: Pjotr Prins pjotr.publi...@thebird.nl * guix/build-system

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-16 Thread Thompson, David
: [PATCH] build: ruby: Rewrite build system to use gem archives. Co-Authored-By: Pjotr Prins pjotr.publi...@thebird.nl * guix/build-system/ruby.scm (lower): Remove git dependency. (rubygems-uri): New procedure. * guix/build/ruby-build-system (gitify, build): Delete. (unpack): Use 'gem unpack

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-08-16 Thread Pjotr Prins
:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sun, 26 Jul 2015 22:01:54 -0400 Subject: [PATCH] build: ruby: Rewrite build system to use gem archives. Co-Authored-By: Pjotr Prins pjotr.publi...@thebird.nl * guix/build-system/ruby.scm (lower): Remove git dependency

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-07-29 Thread Mark H Weaver
Pjotr Prins pjotr.publi...@thebird.nl writes: On Tue, Jul 28, 2015 at 09:09:20AM -0400, David Thompson wrote: See: http://help.rubygems.org/discussions/problems/21223-invalid-content-type-header-when-downloading-gem-archive?unresolve=true Could it be this works in guile 2.0.12?

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-07-29 Thread Pjotr Prins
On Tue, Jul 28, 2015 at 09:09:20AM -0400, David Thompson wrote: See: http://help.rubygems.org/discussions/problems/21223-invalid-content-type-header-when-downloading-gem-archive?unresolve=true Could it be this works in guile 2.0.12?

[PATCH] build: ruby: Rewrite build system to use gem archives.

2015-07-28 Thread David Thompson
?unresolve=true Without further ado, the patch: From 70c827becb2ef3909e817091676425eacb32d381 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sun, 26 Jul 2015 22:01:54 -0400 Subject: [PATCH] build: ruby: Rewrite build system to use gem archives. Co-Authored-By: Pjotr Prins