From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] Add Subversion. Date: Fri, 25 Jan 2013 21:54:05 +0100 Message-ID: <87a9rxhtle.fsf@gnu.org> References: <1359142972-32585-1-git-send-email-tipecaml@gmail.com> <1359142972-32585-5-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyqHt-0001b4-UF for bug-guix@gnu.org; Fri, 25 Jan 2013 15:54:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyqHn-0005aU-OQ for bug-guix@gnu.org; Fri, 25 Jan 2013 15:54:13 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:42134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyqHn-0005aJ-IF for bug-guix@gnu.org; Fri, 25 Jan 2013 15:54:07 -0500 In-Reply-To: <1359142972-32585-5-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Fri, 25 Jan 2013 20:42:52 +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: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > * gnu/packages/subversion.scm: New file. > * Makefile.am (MODULES): Add it. Applied. > + #:use-module (guix licenses) Here I added #:select to avoid the name clash for =E2=80=98zlib=E2=80=99. > + (uri (string-append > + "http://mirrors.ircam.fr/pub/apache/subversion/subver= sion-" > + version ".tar.bz2")) In commit 47f9db4, I added a list of Apache mirrors, and then cc957c3 changes those packages to use mirror://apache instead. Thanks! Ludo=E2=80=99.