From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em49u-0001Me-Q3 for guix-patches@gnu.org; Wed, 14 Feb 2018 16:00:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em49q-0007Ib-Rh for guix-patches@gnu.org; Wed, 14 Feb 2018 16:00:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35394) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1em49q-0007IJ-N0 for guix-patches@gnu.org; Wed, 14 Feb 2018 16:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1em49q-00013L-Do for guix-patches@gnu.org; Wed, 14 Feb 2018 16:00:02 -0500 Subject: [bug#30417] [PATCH 11/11] gnu: Add java-plexus-sec-dispatcher. Resent-Message-ID: Date: Wed, 14 Feb 2018 21:59:19 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180214215919.401a5537@alma-ubu> In-Reply-To: <20180210230438.26794-11-julien@lepiller.eu> References: <20180210234811.40ddec07@lepiller.eu> <20180210230438.26794-11-julien@lepiller.eu> 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: Julien Lepiller Cc: 30417@debbugs.gnu.org On Sun, 11 Feb 2018 00:04:38 +0100 Julien Lepiller wrote: > * gnu/packages/java.scm (java-plexus-sec-dispatcher): New variable. > --- > gnu/packages/java.scm | 88 > +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, > 88 insertions(+) >=20 > diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm > index 758665df9..bd3fc7e70 100644 > --- a/gnu/packages/java.scm > +++ b/gnu/packages/java.scm > @@ -2757,6 +2757,94 @@ compilers.") > (description "This package contains the Javac Compiler support > for Plexus Compiler component."))) > =20 > +(define-public java-plexus-sec-dispatcher > + (package > + (name "java-plexus-sec-dispatcher") [...] > + (home-page "http://spice.sonatype.org/plexus-sec-dispatcher/") > + (synopsis "Plexus Security Dispatcher Component") > + (description "This package is the Plexus Security Dispatcher > Component. +This component descrypts a string passed to it") Spelling: s/descrypts/decrypts/ Add a full-stop "." at the end of the last sentence. Otherwise, LGTM. Bj=C3=B6rn