Re: [gentoo-dev] vcs-snapshot.eclass: add a way to specify the extraction path

2015-07-30 Thread Michał Górny
Dnia 2015-07-30, o godz. 10:57:46 William Hubbs napisał(a): > All, > > I'm finding in working on Go ebuilds, that we are propegating a > src_unpack function that is very similar to the one in vcs-snapshot. > > This patch adds an EXTRACT_PATH variable to the vcs-snapshot eclass > which, if set,

Re: [gentoo-dev] vcs-snapshot.eclass: add a way to specify the extraction path

2015-07-30 Thread Mike Gilbert
On Thu, Jul 30, 2015 at 11:57 AM, William Hubbs wrote: > All, > > I'm finding in working on Go ebuilds, that we are propegating a > src_unpack function that is very similar to the one in vcs-snapshot. > > This patch adds an EXTRACT_PATH variable to the vcs-snapshot eclass > which, if set, puts the

[gentoo-dev] vcs-snapshot.eclass: add a way to specify the extraction path

2015-07-30 Thread William Hubbs
All, I'm finding in working on Go ebuilds, that we are propegating a src_unpack function that is very similar to the one in vcs-snapshot. This patch adds an EXTRACT_PATH variable to the vcs-snapshot eclass which, if set, puts the extracted archives in the specified directory under ${S}. If it i