From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add chess and xboard. Date: Sun, 13 Jul 2014 15:28:48 +0200 Message-ID: <87a98de6b3.fsf@gnu.org> References: <1405187021-28696-1-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6Jpp-0005z9-4G for guix-devel@gnu.org; Sun, 13 Jul 2014 09:29:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6Jpj-0000N2-NF for guix-devel@gnu.org; Sun, 13 Jul 2014 09:28:57 -0400 In-Reply-To: <1405187021-28696-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Sat, 12 Jul 2014 19:43:41 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > * gnu/packages/games.scm (xboard, chess): New variables. LGTM. > + > + > +(define-public chess [...] > + (license gpl3+))) > + > + > +(define-public xboard In general skip just one line between two consecutive entries. If there=E2=80=99s a logical separation that doesn=E2=80=99t warrant a module,= use a form feed (^L). Ludo=E2=80=99.