From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDXPr-0000ry-Kb for guix-patches@gnu.org; Tue, 01 May 2018 11:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDXPm-0006zw-Ow for guix-patches@gnu.org; Tue, 01 May 2018 11:42:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37925) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDXPm-0006zo-MJ for guix-patches@gnu.org; Tue, 01 May 2018 11:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fDXPm-0005r5-G5 for guix-patches@gnu.org; Tue, 01 May 2018 11:42:02 -0400 Subject: [bug#31333] [PATCH] Add groovy Resent-Message-ID: Received: from eggs.gnu.org ([208.118.235.92]:43773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDXPb-0000eT-3c for guix-patches@gnu.org; Tue, 01 May 2018 11:41:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDXPW-0006r4-9Y for guix-patches@gnu.org; Tue, 01 May 2018 11:41:51 -0400 Received: from lepiller.eu ([89.234.186.109]:46994) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fDXPV-0006pS-TH for guix-patches@gnu.org; Tue, 01 May 2018 11:41:46 -0400 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id ed1c66fd (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Tue, 1 May 2018 15:42:52 +0000 (UTC) Date: Tue, 1 May 2018 17:41:36 +0200 From: Julien Lepiller Message-ID: <20180501174136.1c411b1a@lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 31333@debbugs.gnu.org Hi, this patch series (22 packages) adds groovy. It's a programming language that compiles to the JVM. It's part of getting to maven, since one of its dependencies is written in groovy.