From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 3/6] gnu: gnome-documents Date: Sat, 9 Apr 2016 23:05:09 -0400 Message-ID: <20160410030509.GA31555@jasmine> References: <87twjpghn7.fsf@gnu.org> <8c9fa1cade7304d10cac7f48d5f0ff6d@openmailbox.org> <20160406220555.GA8974@jasmine> <9b737dc1d1761c8b65bbe1babe16eee2@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ap5gN-0006og-AQ for guix-devel@gnu.org; Sat, 09 Apr 2016 23:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ap5gK-000767-3f for guix-devel@gnu.org; Sat, 09 Apr 2016 23:05:03 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ap5gJ-00075G-Ux for guix-devel@gnu.org; Sat, 09 Apr 2016 23:05:00 -0400 Content-Disposition: inline In-Reply-To: <9b737dc1d1761c8b65bbe1babe16eee2@openmailbox.org> 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: rennes@openmailbox.org Cc: guix-devel@gnu.org On Sat, Apr 09, 2016 at 09:46:34PM -0500, rennes@openmailbox.org wrote: > On 2016-04-06 17:05, Leo Famulari wrote: > >On Wed, Mar 30, 2016 at 07:33:17PM -0600, rennes@openmailbox.org wrote: > >>* gnu/packages/gnome.scm (liboauth): New variable. > > > >This package looks good, but I think it should either go into an > >existing package module, or into a new module called oauth.scm. > > > >Either way, check commit f75bbb028 for an example of how to document > >this properly in the commit message, and make sure to include the full > >copyright statement in the file. > > > >Can you send an updated patch? > > > >Also, can you give an update on the status of the gnome-documents patch > >series? What remains to be done? > > > >> > >>--- > > Hi Leo, > > How can i see the commit? >From within the Guix git repository, you can use `git log f75bbb028`. Alternatively, it can be viewed on the web here: git.savannah.gnu.org/cgit/guix.git/commit/?id=f75bbb028 Thanks for working on these patches!