From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [PATCH 0/3] Add man-db and libpipeline Date: Sun, 06 Apr 2014 20:43:08 -0400 Message-ID: <877g72ezqb.fsf@labrys.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]:35854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWxei-0005ck-UD for guix-devel@gnu.org; Sun, 06 Apr 2014 20:43:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWxea-0006FW-NS for guix-devel@gnu.org; Sun, 06 Apr 2014 20:43:20 -0400 Received: from na3sys009aog122.obsmtp.com ([74.125.149.147]:54312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWxea-0006FL-Fv for guix-devel@gnu.org; Sun, 06 Apr 2014 20:43:12 -0400 Received: by mail-qc0-f170.google.com with SMTP id x13so5762948qcv.15 for ; Sun, 06 Apr 2014 17:43:10 -0700 (PDT) Received: from labrys (209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com. [209.6.40.86]) by mx.google.com with ESMTPSA id s111sm20955175qge.19.2014.04.06.17.43.08 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 06 Apr 2014 17:43:09 -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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org The following patchset adds a package for man-db, a package for its prerequisite libpipeline, and moves the help2man package recipe into the new (gnu packages man) module. - Dave