From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzOR2-00024H-Ti for guix-patches@gnu.org; Mon, 10 Sep 2018 11:49:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzOQw-0003MV-L4 for guix-patches@gnu.org; Mon, 10 Sep 2018 11:49:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59624) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzOQw-0003ML-Dx for guix-patches@gnu.org; Mon, 10 Sep 2018 11:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fzOQw-0000sQ-2k for guix-patches@gnu.org; Mon, 10 Sep 2018 11:49:02 -0400 Subject: [bug#32286] [PATCH] gnu: rename file ldc.scm to dlang.scm in preparation of adding the GNU D compiler packages Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180727034806.vbjuiawcpyelohm5@thebird.nl> <20180909161611.15898-1-pjotr.public12@thebird.nl> Date: Mon, 10 Sep 2018 17:48:19 +0200 In-Reply-To: <20180909161611.15898-1-pjotr.public12@thebird.nl> (Pjotr Prins's message of "Sun, 9 Sep 2018 18:16:11 +0200") Message-ID: <878t49e4l8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Pjotr Prins Cc: 32286-done@debbugs.gnu.org Pjotr Prins skribis: > From: Pjotr Prins > > --- > gnu/local.mk | 4 +- > gnu/packages/dlang.scm | 338 +++++++++++++++++++++++++++++++++++++++++++++++++ > gnu/packages/ldc.scm | 338 ------------------------------------------------- Applied, thanks! Ludo'.