Gentoo Archives: gentoo-dev

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] New eclass for x11 packages
Date: Mon, 22 Feb 2010 16:31:10
Message-Id: 4B82A7E0.4070501@gentoo.org
In Reply to: Re: [gentoo-dev] [RFC] New eclass for x11 packages by "Tomáš Chvátal"
1 Tomáš Chvátal wrote:
2 > Dne 22.2.2010 11:50, Michael Haubenwallner napsal(a):
3 >> PS: Just a suggestion what an ebuild could do in this case:
4 >> src_prepare() {
5 >> xorg-2_src_prepare --force-eautoreconf
6 >> }
7 > SNAPSHOT="yes" xorg-2_src_prepare
8 >
9 > ^ this does not fit your needs? It does exactly what you want :]
10
11 Uhh, this doesn't look like the "clean" way and depends on
12 exakt knowledge how xorg-2_src_prepare works - shouldn't
13 eclasses provide something like an "intuitive API" to some
14 degree, especially if they are "new"?
15
16 However - I'll continue looking into the eclass impl details...
17
18 /haubi/
19 --
20 Michael Haubenwallner
21 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-dev] [RFC] New eclass for x11 packages "Tomáš Chvátal" <scarabeus@g.o>