From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em3qY-0005yH-9T for guix-patches@gnu.org; Wed, 14 Feb 2018 15:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em3qU-00041d-6G for guix-patches@gnu.org; Wed, 14 Feb 2018 15:40:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35370) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1em3qU-00041F-2L for guix-patches@gnu.org; Wed, 14 Feb 2018 15:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1em3qT-0000ar-Qr for guix-patches@gnu.org; Wed, 14 Feb 2018 15:40:01 -0500 Subject: [bug#30417] [PATCH 09/11] gnu: Add java-modello-test. Resent-Message-ID: Date: Wed, 14 Feb 2018 21:39:11 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180214213911.04192896@alma-ubu> In-Reply-To: <20180210230438.26794-9-julien@lepiller.eu> References: <20180210234811.40ddec07@lepiller.eu> <20180210230438.26794-9-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:36 +0100 Julien Lepiller wrote: > gnu/packages/java.scm (java-modello-test): New variable. All comments for java-modello-plugins-java hold here too. Especially synopsis/description should be different here, as this is a testing package like junit is. Bj=C3=B6rn