From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: [PATCH v2 0/2] Add qtox. Date: Wed, 21 Sep 2016 23:58:27 -0400 Message-ID: <20160922035829.18825-1-ajpatter@uwaterloo.ca> References: <20160914193014.24224-1-ajpatter@uwaterloo.ca> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmv9r-0006CR-LV for guix-devel@gnu.org; Wed, 21 Sep 2016 23:58:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmv9p-0004tp-9H for guix-devel@gnu.org; Wed, 21 Sep 2016 23:58:47 -0400 Received: from mailservices.uwaterloo.ca ([129.97.128.141]:35907 helo=minos.uwaterloo.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmv9p-0004sY-3o for guix-devel@gnu.org; Wed, 21 Sep 2016 23:58:45 -0400 Received: from jalisou.gateway.2wire.net (bas1-jockvale05-3096537436.dsl.bell.ca [184.145.105.92]) (authenticated bits=0) by minos.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id u8M3wVYG029684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 21 Sep 2016 23:58:37 -0400 In-Reply-To: <20160914193014.24224-1-ajpatter@uwaterloo.ca> 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: guix-devel@gnu.org Here's the updated patch set, which improves the license and description fields for sqlcipher. While I was at it I discovered that there were tests made specifically for that package, so I enabled them. They haven't been updated for the current release however, so I downgraded to the previous one. I also swapped the order of qtox's custom phases for legibility and rebased on to master. -- Andy