From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: Add Red Eclipse. Date: Thu, 28 Apr 2016 18:52:04 +0300 Message-ID: <87bn4tloij.fsf@gmail.com> References: <20160423022054.16f7aeb7@openmailbox.org> <571B21C8.3050100@gmx.net> <20160423074645.545cb512@openmailbox.org> <87eg9sd5zq.fsf@gmail.com> <87k2jj45aq.fsf@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]:49035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avoEX-0007EA-Mq for guix-devel@gnu.org; Thu, 28 Apr 2016 11:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avoES-0005is-OA for guix-devel@gnu.org; Thu, 28 Apr 2016 11:52:05 -0400 In-Reply-To: <87k2jj45aq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 27 Apr 2016 14:14:37 +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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-04-27 15:14 +0300) wrote: >>> + "Red Eclipse is an open-source arena shooter, created from the = Cube2 > > s/open-source// Oops, I didn't notice this, thanks! >>> + ;; License information available in detail at the following link: >>> + ;; http://redeclipse.net/wiki/License >>> + (license (list license:expat >>> + license:zlib >>> + license:cc-by-sa3.0 >>> + license:cc-by3.0 >>> + license:cc0))))) > > Would be worth mentioning that it=E2=80=99s a combination of all these li= censes, > IIUC. > > Looks like we=E2=80=99re there modulo this and the minor indentation issu= e? > > Would you like to apply it with these changes, Alex? Adjusted and applied. Thanks again, Kei! I forgot to mention that if a build phase succeeds, it should return #t (although anything but #f also works), so I added #t to the ends of the phases. --=20 Alex