From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: Add Red Eclipse. Date: Tue, 03 May 2016 22:08:52 +0300 Message-ID: <87bn4n9cxn.fsf@gmail.com> References: <20160423022054.16f7aeb7@openmailbox.org> <571B21C8.3050100@gmx.net> <20160423074645.545cb512@openmailbox.org> <87eg9sd5zq.fsf@gmail.com> <20160502103837.GA4942@solar> <20160503121022.71dde468@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axfhF-0004KJ-RS for guix-devel@gnu.org; Tue, 03 May 2016 15:09:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axfh4-000199-0Y for guix-devel@gnu.org; Tue, 03 May 2016 15:09:20 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:33086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axfh2-0000uC-M8 for guix-devel@gnu.org; Tue, 03 May 2016 15:09:13 -0400 Received: by mail-lf0-x244.google.com with SMTP id p64so3360944lfg.0 for ; Tue, 03 May 2016 12:08:57 -0700 (PDT) In-Reply-To: <20160503121022.71dde468@openmailbox.org> (Kei Yamashita's message of "Tue, 3 May 2016 12:10:22 -0400") 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: Kei Yamashita Cc: guix-devel@gnu.org > From 1a78f4bb97d2697a3e202a21c3d222b30c136ac4 Mon Sep 17 00:00:00 2001 > From: Kei Yamashita > Date: Tue, 3 May 2016 12:04:38 -0400 > Subject: [PATCH] gnu: Rename redeclipse package to match naming specification. > > * gnu/packages/games.scm (redeclipse): Rename to... > (red-eclipse): ...this. > --- > gnu/packages/games.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index 34998ce..52a7f9b 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -2133,7 +2133,7 @@ http://lavachat.symlynx.com/unix/") > ("weapons" "1ghn6nfcnd5lyl8dnj22csldvf9hrb32wjzpab4sjjz3iyv0zmr3") > ("wicked" "0q9badvg6ix5rhl05s83kw2v6a49jpnbkqk4ls89qahaddfagi8g")))) > (package > - (name "redeclipse") > + (name "red-eclipse") > (version "1.5.3") > (source (origin > (method url-fetch) Only the package name is renamed here. I think it would be more consistent to rename the variable as well. -- Alex