From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: Add re2. Date: Mon, 12 Sep 2016 16:38:45 +0300 Message-ID: <877fah8cgq.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjRSl-00084G-M9 for guix-devel@gnu.org; Mon, 12 Sep 2016 09:39:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjRSe-0005mW-UB for guix-devel@gnu.org; Mon, 12 Sep 2016 09:39:54 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:35492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjRSe-0005mG-MD for guix-devel@gnu.org; Mon, 12 Sep 2016 09:39:48 -0400 Received: by mail-lf0-f67.google.com with SMTP id s64so5889449lfs.2 for ; Mon, 12 Sep 2016 06:39:48 -0700 (PDT) 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-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! -- Alex