From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey32d-0002NT-9S for guix-patches@gnu.org; Mon, 19 Mar 2018 18:14:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ey32Y-0008A6-Bp for guix-patches@gnu.org; Mon, 19 Mar 2018 18:14:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ey32Y-00089o-7K for guix-patches@gnu.org; Mon, 19 Mar 2018 18:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ey32X-0005F7-Sk for guix-patches@gnu.org; Mon, 19 Mar 2018 18:14:01 -0400 Subject: [bug#30845] [PATCH 01/82] gnu: Add java-jline-2. Resent-Message-ID: Date: Mon, 19 Mar 2018 23:13:04 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180319231304.04296848@alma-ubu> In-Reply-To: <20180318130530.1654-1-julien@lepiller.eu> References: <20180318134211.38163cd6@lepiller.eu> <20180318130530.1654-1-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/5wVefLQ7guO+8ZOdMsDle6B"; protocol="application/pgp-signature" 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: Julien Lepiller Cc: 30845@debbugs.gnu.org --Sig_/5wVefLQ7guO+8ZOdMsDle6B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 18 Mar 2018 14:05:21 +0100 Julien Lepiller wrote: > * gnu/packages/java.scm (java-jline-2): New variable. > --- > gnu/packages/java.scm | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) >=20 > diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm > index 5771366f6..1ae1d68e9 100644 > --- a/gnu/packages/java.scm > +++ b/gnu/packages/java.scm > @@ -9262,6 +9262,39 @@ similar in functionality to BSD editline and > GNU readline but with additional features that bring it on par with > the Z shell line editor.") (license license:bsd-3))) > =20 > +(define-public java-jline-2 > + (package > + (inherit java-jline) > + (version "2.14.5") LGTM Bj=C3=B6rn --Sig_/5wVefLQ7guO+8ZOdMsDle6B Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlqwNfAACgkQvyhstlk+X/3hewCeIOrPUbue70TjCKeDZcFxrSDk yVQAn1ZQzOOUNz8OR7nphKeXLK3Uxq35 =KOK+ -----END PGP SIGNATURE----- --Sig_/5wVefLQ7guO+8ZOdMsDle6B--