From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] build: ruby: Add support for tarball and directory sources. Date: Mon, 14 Sep 2015 08:23:16 -0400 Message-ID: References: <87fv2pmx5v.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87twqxv2xl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbSn3-0002QP-AD for guix-devel@gnu.org; Mon, 14 Sep 2015 08:23:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbSmz-0005PX-0U for guix-devel@gnu.org; Mon, 14 Sep 2015 08:23:21 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:34085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbSmy-0005PK-Tt for guix-devel@gnu.org; Mon, 14 Sep 2015 08:23:16 -0400 Received: by ykdg206 with SMTP id g206so150244353ykd.1 for ; Mon, 14 Sep 2015 05:23:16 -0700 (PDT) In-Reply-To: <87twqxv2xl.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Mon, Sep 14, 2015 at 4:08 AM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> From 612a4a692375f241934de03d24064dbef1c7294c Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Mon, 7 Sep 2015 22:58:05 -0400 >> Subject: [PATCH] build: ruby: Add support for tarball and directory sour= ces. >> >> Previously, the Ruby build system only knew how to work with gem archive= s, >> which made it difficult to build unreleased gems from a Git repository o= r >> released gems in tarball form. >> >> * gnu/build/ruby-build-system.scm (gnu:unpack, gem-archive?): New proced= ures. >> (unpack): Use GNU build system unpack phase for non-gem sources. >> (build): Rebuild the gemspec iff the source is a gem archive. > > I trust you for all things Ruby, but it looks good. > > Should the manual mention that both Gems and raw checkouts are handled? Yes, I'll mention it and push. Thanks! - Dave