From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Update entr to 3.6 Date: Tue, 30 Aug 2016 15:24:45 -0400 Message-ID: <20160830192445.GC7311@jasmine> References: <87y43qf648.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beoeY-0003OA-0v for guix-devel@gnu.org; Tue, 30 Aug 2016 15:24:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beoeS-0003C6-Qq for guix-devel@gnu.org; Tue, 30 Aug 2016 15:24:56 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:33688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beoeR-0003Bi-KY for guix-devel@gnu.org; Tue, 30 Aug 2016 15:24:52 -0400 Content-Disposition: inline In-Reply-To: <87y43qf648.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> 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: Matthew Jordan Cc: guix-devel On Sun, Aug 21, 2016 at 12:18:15PM -0400, Matthew Jordan wrote: > Good Day, > > This patch moves entr to the shellutils file. And updates the version. > > From 4cae2720568bab62785bd48ae0536a49eafabb81 Mon Sep 17 00:00:00 2001 > From: "Matthew O'N.S Jordan" > Date: Sat, 20 Aug 2016 11:32:25 -0400 > Subject: [PATCH] gnu: Modify entr > > * gnu/packages/shellutils.scm (entr): Updated package version. > * gnu/packages/entr.scm (entr): Removed file. > --- > gnu/local.mk | 1 - > gnu/packages/entr.scm | 66 --------------------------------------------- > gnu/packages/shellutils.scm | 43 +++++++++++++++++++++++++++++ I took the update part of this patch and applied it alone. Moving packages around has some drawbacks. Notably, users will have to adjust their module imports anywhere they use the affected packages. Also, these changes tend to create annoying merge conflicts between the master branch and any *-updates branches we may be using. Thanks for paying attention to this package!