Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] multilib clean up
Date: Mon, 07 Mar 2011 10:25:30
Message-Id: AANLkTim=gsAt6YCX9wk_1cg9acY3TYbbun693xzEhvC7@mail.gmail.com
1 i plan on punting these (hardly used) functions from the
2 multilib.eclass (once the handful of open bugs are closed):
3 get_ml_incdir
4 prep_ml_includes
5 create_ml_includes
6 create_ml_includes-absolute
7 create_ml_includes-tidy_path
8 create_ml_includes-listdirs
9 create_ml_includes-makedestdirs
10 create_ml_includes-allfiles
11 create_ml_includes-sym_for_dir
12 further, the CDEFINE_xxx multilib vars will go with them
13
14 for the most part, these were really only used by the glibc ebuilds.
15 for the ones that dont support multilib natively (and necessitated
16 these funcs in the first place), i'll simply punt the ebuilds. this
17 will probably be just the glibc-2.5 ebuilds for now.
18
19 also, i'll be converting the glibc ebuilds do always invoke the
20 multilib_env helper functions. this will allow us to drop the
21 {C,LD}FLAGS_xxx and friends from profiles since glibc was the main
22 consumer. i imagine this inadvertently break some other packages, so
23 if people want to test this on their own systems before i make the
24 commit, that'd be cool. the plan would be for said breakage will go
25 through bugzilla to get the ebuild updated rather than reverting the
26 profile.
27 -mike

Replies

Subject Author
Re: [gentoo-dev] multilib clean up Thomas Sachau <tommy@g.o>
[gentoo-dev] Re: multilib clean up Mike Frysinger <vapier@g.o>
[gentoo-dev] Re: multilib clean up Mike Frysinger <vapier@g.o>
[gentoo-dev] Re: multilib clean up Mike Frysinger <vapier@g.o>