From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8sP8-0005yk-HU for guix-patches@gnu.org; Wed, 18 Apr 2018 15:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8sP4-0000Jn-Hh for guix-patches@gnu.org; Wed, 18 Apr 2018 15:06:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51689) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8sP4-0000Ji-ER for guix-patches@gnu.org; Wed, 18 Apr 2018 15:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8sP4-0000rT-6y for guix-patches@gnu.org; Wed, 18 Apr 2018 15:06:02 -0400 Subject: [bug#31212] Add apache ivy Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8sOH-0005ls-Fi for guix-patches@gnu.org; Wed, 18 Apr 2018 15:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8sOD-0007yK-Ho for guix-patches@gnu.org; Wed, 18 Apr 2018 15:05:13 -0400 Received: from lepiller.eu ([89.234.186.109]:44524) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f8sOD-0007ve-5y for guix-patches@gnu.org; Wed, 18 Apr 2018 15:05:09 -0400 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id b958db05 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 18 Apr 2018 19:08:12 +0000 (UTC) Date: Wed, 18 Apr 2018 21:04:58 +0200 From: Julien Lepiller Message-ID: <20180418210458.306490ed@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: 31212@debbugs.gnu.org Hi, this small patch series adds apache-ivy and dependencies. They are the next packages required for maven. After that, I have groovy, in 22 packages, then 18 more various java library packages, and finally 25 packages to complete maven. We're almost there!