From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: Add re2. Date: Tue, 13 Sep 2016 10:44:33 +0300 Message-ID: <87k2egb5we.fsf@gmail.com> References: <87eg5qgp2r.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <20160816175910.GB1260@jasmine> <87r39nzntl.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87bn0rzanb.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <877fah8cgq.fsf@gmail.com> <87k2ehciq4.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjiPs-00018v-2W for guix-devel@gnu.org; Tue, 13 Sep 2016 03:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjiPn-0006xX-7R for guix-devel@gnu.org; Tue, 13 Sep 2016 03:46:03 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:34441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjiPm-0006ny-WE for guix-devel@gnu.org; Tue, 13 Sep 2016 03:45:59 -0400 Received: by mail-lf0-f66.google.com with SMTP id k12so6747306lfb.1 for ; Tue, 13 Sep 2016 00:45:36 -0700 (PDT) In-Reply-To: <87k2ehciq4.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> (Marius Bakke's message of "Mon, 12 Sep 2016 15:09:55 +0100") 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: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke (2016-09-12 15:09 +0100) wrote: > Alex Kost writes: > >> Marius Bakke (2016-08-17 16:18 +0100) wrote: >> >>> ..and here is a patch that moves tre.scm over as well. The code is >>> unchanged apart from license: prefix. >>> >>> From 8e673ebd8c68c3a92fa60b56068339c011607752 Mon Sep 17 00:00:00 2001 >>> From: Marius Bakke >>> Date: Wed, 17 Aug 2016 16:10:15 +0100 >>> Subject: [PATCH 2/2] gnu: tre: Move to regex.scm. >>> >>> * gnu/packages/tre.scm (tre): Move from here ... >>> * gnu/packages/regex.scm (tre): ... to here. >>> * gnu/packages/tre.scm: Delete file. >>> * gnu/local.mk (GNU_SYSTEM_MODULES): Remove tre.scm. >> >> Sorry for the long delay, I've found this patch is my mail heap :-) >> I adjusted the commit message a bit (to avoid duplicating >> "* gnu/packages/tre.scm") and committed it as ac8a642. >> Thanks! > > I think it was delayed, because we now have 'regex.scm' and > 'textutils.scm'. Perhaps those two should be merged :) Perhaps, I don't know; but your patch was fine since it removed a single-package file which is a good thing. Merging "regex" and "textutils" (if it will happen) is a separate thing. -- Alex