Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] vcs-snapshot.eclass: add a way to specify the extraction path
Date: Thu, 30 Jul 2015 15:57:59
Message-Id: 20150730155746.GA1327@linux1.gaikai.biz
1 All,
2
3 I'm finding in working on Go ebuilds, that we are propegating a
4 src_unpack function that is very similar to the one in vcs-snapshot.
5
6 This patch adds an EXTRACT_PATH variable to the vcs-snapshot eclass
7 which, if set, puts the extracted archives in the specified directory under ${S}.
8
9 If it is not set, nothing should happen.
10
11 This could be used by other types of ebuilds later, but for now it would
12 be used by Go ebuilds.
13
14 Thoughts?
15
16 William

Attachments

File name MIME type
vcs-snapshot.eclass.patch text/x-diff
signature.asc application/pgp-signature

Replies