Gentoo Archives: gentoo-dev

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Unused ebuild built_with_use cleanup
Date: Thu, 08 Oct 2009 22:23:20
Message-Id: 4ACE6622.3010602@gentoo.org
In Reply to: Re: [gentoo-dev] Unused ebuild built_with_use cleanup by Jeremy Olexa
1 Jeremy Olexa wrote:
2 > On Thu, Oct 8, 2009 at 4:34 PM, Petteri Räty <betelgeuse@g.o> wrote:
3 >> Stelian Ionescu wrote:
4 >>> On Tue, 2009-09-29 at 16:32 +0300, Petteri Räty wrote:
5 >>>> I wrote a script to check which ebuilds use built_with_use and have
6 >>>> keywords in never versions making the ebuild unused. This means that
7 >>>> neither arch or ~arch users are likely to install the ebuild. The script
8 >>>> and the list of ebuilds is attached. I plan on removing all these
9 >>>> ebuilds two weeks from now unless a reason is given why not to. If you
10 >>>> see an ebuild on the list that should be kept, please migrate it to EAPI
11 >>>> 2. If you need assistance in migrating, I can help. With these gone
12 >>>> built_with_use usage will be down to about 600:
13 >>> built_with_use shouldn't be removed until EAPI=3 gets approved because
14 >>> currently there's no good way to emulate "--missing true|false|die"
15 >>> yes, I can use something like this in sbcl:
16 >>> || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 )
17 >>> but not all its use cases may be this simple
18 >>>
19 >> Even this is wrong because:
20 >>
21 >> betelgeuse@pena ~ $ portageq metadata / ebuild sys-libs/glibc-2.2.5-r10 IUSE
22 >> nls
23 >>
24 >> For most packages old versions are not kept around so just doing
25 >>> =cat/foo-X.Y[use] is fine and EAPI 3 is not needed. I haven't come
26 >> across a case that couldn't be done with EAPI 2 yet. Granted the atoms
27 >> can be a bit cleaner with EAPI 3 but considering how much zmedico slacks
28 >> in implementing it, it's best to do migrating now with EAPI 2 than EAPI
29 >
30 > Comments like these are not acceptable. Zac works his tail off on
31 > portage. Please refrain from such comments in the future.
32 > -Jeremy
33 >
34
35 He has said himself that he is not especially interested in implementing
36 EAPI 3 so slack at least to me seems like a good term.
37
38 Regards,
39 Petteri

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] Unused ebuild built_with_use cleanup Patrick Lauer <patrick@g.o>