Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: package.use.stable.mask
Date: Sat, 10 Oct 2009 20:50:00
Message-Id: 4AD0F39D.8060007@gentoo.org
In Reply to: [gentoo-dev] RFC: package.use.stable.mask by "Tomáš Chvátal"
1 Tomáš Chvátal wrote:
2 > Hi,
3 > lately I spoted that quite few packages have optional parts bit unstable (KDE
4 > parts, boinc [i wont stable it until the cuda is, i wont do the work explained
5 > bellow :)], kipi,...).
6 > I really don't like the shebang about doing -r1 and -r50 so we keep 2
7 > revisions where one is stableable and second is not.
8 > So how about having this nice file (topic), it quite self-explainable by the
9 > name.
10 > Also syntax would be same as for package.use.mask and same goes for placement
11
12 Maybe a syntax extension for IUSE would be a little nicer. For example:
13
14 IUSE="unstable? ( foo bar )"
15
16 You could emulate this sort of extension in current EAPIs by simply
17 adding IUSE="unstable" and then using that flag to conditionally
18 disable things in *DEPEND, SRC_URI, and ebuild shell code.
19 --
20 Thanks,
21 Zac

Replies

Subject Author
Re: [gentoo-dev] RFC: package.use.stable.mask "Tomáš Chvátal" <scarabeus@g.o>
Re: [gentoo-dev] RFC: package.use.stable.mask Maciej Mrozowski <reavertm@×××××.com>