Re: [gentoo-dev] Update for bzr.eclass

2013-07-07 Thread Ulrich Mueller
> On Sun, 7 Jul 2013, Mike Gilbert wrote: > git-2.eclass has a similar variable called EGIT_SOURCEDIR. Maybe you > could reuse the same convention? In fact, I had considered this, but I think that EBZR_SOURCEDIR isn't a good name because it's not distinctive. For example, EBZR_STORE_DIR conta

Re: [gentoo-dev] Update for bzr.eclass

2013-07-07 Thread Mike Gilbert
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 locat

[gentoo-dev] Update for bzr.eclass

2013-07-07 Thread Ulrich Mueller
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 co