Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] running ebuild in src tree
Date: Wed, 11 Mar 2015 18:34:13
Message-Id: 55008A9F.1060705@gentoo.org
In Reply to: [gentoo-portage-dev] running ebuild in src tree by Joakim Tjernlund
1 On 03/11/2015 09:03 AM, Joakim Tjernlund wrote:
2 > When developing code it would be really nice if one could run your ebuild
3 > on that src tree as is(no fetch, unpack etc.)
4
5 The existing convention is to create an ebuild with version 9999 and use
6 one of the live vcs eclasses such as git-r3 to pull the live sources in
7 the src_unpack function. In a future EAPI, we plan to add some features
8 related to this [1].
9
10 > Then one can compile, install, build a binary pkg etc. just for test. That way you shorten your
11 > development/test cycle, get to
12 > partially test your brand new ebuild, don't have write
13 > custom build scripts etc.
14 >
15 > Any thoughts on this?
16 >
17 > Jocke
18 >
19
20 [1] https://bugs.gentoo.org/show_bug.cgi?id=182028
21 --
22 Thanks,
23 Zac

Replies

Subject Author
Re: [gentoo-portage-dev] running ebuild in src tree Joakim Tjernlund <joakim.tjernlund@×××××××××.se>