From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 1/3] gnu: Add Catch. Date: Sun, 29 Mar 2015 14:05:37 -0500 Message-ID: <20150329140537.19051161@PocketWee> References: <1427491480-27319-1-git-send-email-bavier@member.fsf.org> <1427491480-27319-2-git-send-email-bavier@member.fsf.org> <877ftzykn9.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]:37038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcIWV-0006ER-OK for guix-devel@gnu.org; Sun, 29 Mar 2015 15:05:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcIWQ-0008Da-KF for guix-devel@gnu.org; Sun, 29 Mar 2015 15:05:27 -0400 Received: from mail.centurylink.net ([205.219.233.9]:10230 helo=smtp.centurylink.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcIWQ-0008DL-FT for guix-devel@gnu.org; Sun, 29 Mar 2015 15:05:22 -0400 In-Reply-To: <877ftzykn9.fsf@gnu.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: guix-devel@gnu.org On Sun, 29 Mar 2015 15:54:02 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Eric Bavier skribis: >=20 > > * gnu/packages/check.scm (catch-framework): New variable. >=20 > [...] >=20 > > + (version "1.0.53") ;Sub-minor is the build number > > + (source (origin > > + (method git-fetch) > > + (uri (git-reference > > + (url "https://github.com/philsquared/Catch") > > + ;; Semi-arbitrary. Contains mostly documentation = fixes > > + ;; since build 53. > > + (commit "b9ec8a1"))) >=20 > I guess there=E2=80=99s no 1.0.53 tarball? No. It seems they do not create release tarballs. Their documentation basically says to download the header file from the git repo. `~Eric