Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] What features should be included in EAPI 2?
Date: Wed, 13 Aug 2008 12:04:00
Message-Id: 20080813130329.0fe55b90@googlemail.com
In Reply to: [gentoo-dev] [RFC] What features should be included in EAPI 2? by Zac Medico
1 On Wed, 13 Aug 2008 01:18:33 -0700
2 Zac Medico <zmedico@g.o> wrote:
3 > * The old src_compile phase function is split into separate
4 > src_configure and src_compile fuctions.
5
6 If you're doing new phases... Exheres has been using src_prepare, after
7 src_unpack, to avoid having lots of things of the form:
8
9 src_unpack() {
10 default
11 patch blah
12 eautoreconf
13 }
14
15 --
16 Ciaran McCreesh

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [RFC] What features should be included in EAPI 2? Zac Medico <zmedico@g.o>
[gentoo-dev] Re: [RFC] What features should be included in EAPI 2? Steve Long <slong@××××××××××××××××××.uk>