From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18033: Add support for 'search-path-specifications' referring to files Date: Sat, 27 Dec 2014 23:57:26 +0100 Message-ID: <87d274g0q1.fsf@gnu.org> References: <1405449096-29230-1-git-send-email-jmd@gnu.org> <1405449096-29230-5-git-send-email-jmd@gnu.org> <87r41ml4nu.fsf@gnu.org> <20140715214338.GB16482@jocasta.intra> <87mwc9irnj.fsf@gnu.org> <20140716100854.GB21262@jocasta.intra> <87k37dh05v.fsf_-_@gnu.org> <8761cxib9q.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y50JD-0008Qj-V2 for bug-guix@gnu.org; Sat, 27 Dec 2014 17:58:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y50J8-00047v-Vy for bug-guix@gnu.org; Sat, 27 Dec 2014 17:58:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:49905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y50J8-00047r-SI for bug-guix@gnu.org; Sat, 27 Dec 2014 17:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Y50J8-0001JC-OE for bug-guix@gnu.org; Sat, 27 Dec 2014 17:58:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <8761cxib9q.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 27 Dec 2014 12:26:41 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18033-done@debbugs.gnu.org Cc: John Darrington Commit af07095 extends =E2=80=98search-path-specification=E2=80=99 with a = =E2=80=98file-type=E2=80=99 field, which can be 'regular. Then, commit 7b21fe5 adds a =E2=80=98file-pattern=E2=80=99 field, to look f= or files matching a pattern recursively. Lastly, commit 2a8d440 uses these features for libxml2 and $XML_CATALOG_FILES. Comments welcome! Ludo=E2=80=99.