Gentoo Archives: gentoo-dev

From: Fabian Groffen <grobian@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Please review: prefix.eclass
Date: Fri, 27 Mar 2009 11:59:20
Message-Id: 20090327115918.GR15265@gentoo.org
1 Hi,
2
3 This eclass facilitates in some of the needs of the Gentoo Prefix
4 project. For now it provides the 'eprefixify' function, which is
5 often used in Gentoo Prefix ebuilds to incorporate the used offset
6 prefix into files.
7
8 Next to this, the eclass sets the EPREFIX to the empty string, if unset.
9 Ideally we would have liked to set EROOT and ED, based on ROOT and D,
10 but since the latter variables need not to be available when the eclass
11 is sourced, EROOT and ED (which both consist of the E-less variable +
12 EPREFIX) might get set wrongly.
13
14 This eclass brings Gentoo Prefix ebuilds one step closer to gentoo-x86
15 ebuilds.
16
17 Please review.
18
19
20 --
21 Fabian Groffen
22 Gentoo on a different level

Attachments

File name MIME type
prefix.eclass text/plain

Replies

Subject Author
Re: [gentoo-dev] Please review: prefix.eclass Ulrich Mueller <ulm@g.o>
Re: [gentoo-dev] Please review: prefix.eclass Donnie Berkholz <dberkholz@g.o>