From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B3A71381F3 for ; Sun, 7 Jul 2013 18:35:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8939FE09B7; Sun, 7 Jul 2013 18:35:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EDFBE09AE for ; Sun, 7 Jul 2013 18:35:33 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id C12BC33E749 for ; Sun, 7 Jul 2013 18:35:32 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id f4so8111754iea.25 for ; Sun, 07 Jul 2013 11:35:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JYgPp064fTSFzaOHO9TRu6nUDwQ1YVXyhMVBwDrGJBc=; b=SVBm5uwtiYtwwPi7bNfEqZmJ+k3pSxX1JiyAfjtMD/RHHOD2zRfVdDctjDoHmZt3Mr rbCkQO4dvE9rDv/w7pTKhwJGXG0sVXy61iR/PPZ8NFzO6Zsy9ROPJcgLviLGGNJV2QH9 JhtEVSevgaUDm7TmlT/neDJPUKVN7PCVPtGAaButKjbFnUBGHndAfFw8rTGwhiFtTiii 0sdV8llA6h6GwaNuOT4xaJ51kEjgVqUVfO6cTaF573j/AhiiXs05SGus+sx2rjH8wRSc dNTnxCq/+CBgeTY/10hcQU11qZurJyy5lCLJK0bYNg+yAlxY3GiSbMQVYadIlmSEhZ7I v/QA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.50.16.76 with SMTP id e12mr7423984igd.47.1373222131227; Sun, 07 Jul 2013 11:35:31 -0700 (PDT) Received: by 10.64.18.227 with HTTP; Sun, 7 Jul 2013 11:35:31 -0700 (PDT) In-Reply-To: <20953.43874.717115.522927@a1i15.kph.uni-mainz.de> References: <20953.43874.717115.522927@a1i15.kph.uni-mainz.de> Date: Sun, 7 Jul 2013 14:35:31 -0400 Message-ID: Subject: Re: [gentoo-dev] Update for bzr.eclass From: Mike Gilbert To: Gentoo Dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 779e7d2a-c03f-418a-9e1b-fa12c9982614 X-Archives-Hash: 2cdda8e67e3343e36bb27db95cb77396 On Sun, Jul 7, 2013 at 1:54 PM, Ulrich Mueller wrote: > Hi all, > Find below a small update for bzr.eclass. > > Sometimes it is convenient to unpack the sources in a location > different from ${WORKDIR}/${P}. The patch makes this configurable via > a new EBZR_UNPACK_DIR variable. The default location doesn't change, > so there should be no issues with backwards compatibility. > git-2.eclass has a similar variable called EGIT_SOURCEDIR. Maybe you could reuse the same convention? Out of curiosity, I checked mercurial and subversion eclasses; they don't provide a variable, but do allow you to call the fetch function manually with a parameter to override the destination.