Gentoo Archives: gentoo-dev

From: Ryan Hill <dirtyepic@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Global USE flags (Was: mplayer global use flag)
Date: Sat, 04 Nov 2006 01:44:32
Message-Id: eigqnv$jb2$1@sea.gmane.org
In Reply to: Re: [gentoo-dev] Re: Global USE flags (Was: mplayer global use flag) by Caleb Cushing
1 Caleb Cushing wrote:
2
3 > maybe it would be a lot of work. to even develop the tools. but it
4 > would be nice if a global use flag could have a detailed option.
5
6 this has been discussed a few times before. i think there's even a bug
7 for it (don't remember the #).
8
9 > example.
10 >
11 > euse -i mplayer [+ C ] mplayer - Enable mplayer support for playback
12 > or encoding
13 >
14 > is what we currently get.
15 >
16 > add a -d option for --descriptive euse -id mplayer could show
17 > something like [+ C ] mplayer - Enable mplayer support for playback
18 > or encoding media-video/kmplayer - adds the ability to play back
19 > media using the mplayer engine
20
21 euse already does this actually. ;)
22
23 $ grep "^doc" /usr/portage/gentoo-x86/profiles/use.desc
24 doc - Adds extra documentation (API, Javadoc, etc)
25
26 $ grep ":doc" /usr/portage/gentoo-x86/profiles/use.local.desc
27 dummy-cat/fakepkg:doc - This is a package specific USE description.
28
29 $ euse -i doc
30 global use flags (searching: doc)
31 ************************************************************
32 [- ] doc - Adds extra documentation (API, Javadoc, etc)
33
34 local use flags (searching: doc)
35 ************************************************************
36 [- ] doc (dummy-cat/fakepkg): This is a package specific USE description.
37
38
39 i keep meaning to look at how other USE-type utils handle it.
40
41 --
42 by design, by neglect
43 dirtyepic@g.o for a fact or just for effect
44 9B81 6C9F E791 83BB 3AB3 5B2D E625 A073 8379 37E8 (0x837937E8)

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] Re: Global USE flags (Was: mplayer global use flag) Thomas de Grenier de Latour <degrenier@×××××××××××.fr>