From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37243) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNwwy-0001E2-Qw for guix-patches@gnu.org; Fri, 25 Oct 2019 06:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNwwv-0007ij-JQ for guix-patches@gnu.org; Fri, 25 Oct 2019 06:36:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56764) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNwws-0007hd-UI for guix-patches@gnu.org; Fri, 25 Oct 2019 06:36:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNwws-0004sU-RQ for guix-patches@gnu.org; Fri, 25 Oct 2019 06:36:02 -0400 Subject: bug#37581: [PATCH] gnu: Add ruby-wayback-machine-downloader. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <878sq3wi04.fsf@GlaDOS.home> Date: Fri, 25 Oct 2019 12:35:41 +0200 In-Reply-To: <878sq3wi04.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Wed, 02 Oct 2019 12:37:15 +0200") Message-ID: <87h83xru2q.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Diego Nicola Barbato Cc: 37581-done@debbugs.gnu.org Hi Diego, Diego Nicola Barbato skribis: > The following patch adds a Ruby program for downloading archived > websites from archive.org. The gem contains no tests and while there > are tests on the github repository, those do require network access. > That's why I left the source as returned by the importer. OK. >>>From 1f28318ef8e7c11ff15f09778420567b7dc80e49 Mon Sep 17 00:00:00 2001 > From: Diego Nicola Barbato > Date: Tue, 1 Oct 2019 16:06:57 +0200 > Subject: [PATCH] gnu: Add ruby-wayback-machine-downloader. > > * gnu/packages/ruby.scm (ruby-wayback-machine-downloader): New variable. Applied. Thank you, and sorry for the delay! Ludo=E2=80=99.