I want to emerge a certain package, let's say x11-base/xorg-drivers,
so I try first "emerge --pretend xorg-drivers" and find it has ~50
various use-flags (some set, some unset). Where can I find their
description? For example "vmmouse", what is this USE flag good for?
Is it something for vmware?
I checked /etc/portage/profiles/use.desc and use.local.desc but
there are not all of them...
Jarry
--
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.
> I checked /etc/portage/profiles/use.desc and use.local.desc but
> there are not all of them...
There's also /usr/local/portage/layman/*/profiles/use.local.desc
Wonko
And in the specific case of xorg-drivers those aren't USE flags at all
but driver flags :)
I'm sure there are 10 ways of doing it, but this is what I use:
But it beats having to type in each one of them separately with euse
-i. I like this little guy:
root@smoker / # equery u seamonkey
[ Searching for packages matching seamonkey... ]
[ Colour Code : set unset ]
[ Legend : Left column (U) - USE flags from make.conf ]
[ : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for www-client/seamonkey-1.1.18 ]
U I
- - crypt : Add support for encryption -- using mcrypt or gpg
where applicable
- - debug : Enable extra debug codepaths, like asserts and extra
output. If you want to get meaningful backtraces see
http://www.gentoo.org/proj/en/qa/backtraces.xml
- - gnome : Adds GNOME support
+ + ipv6 : Adds support for IP version 6
+ + java : Adds support for Java
+ + ldap : Adds LDAP support (Lightweight Directory Access
Protocol)
- - mozdevelop : Enable features for web developers (e.g. Venkman)
- - moznocompose : Disable building of mozilla's HTML editor component
- - moznoirc : Disable building of mozilla's IRC client
- - moznomail : Disable building mozilla's mail client
- - moznopango : Disable x11-libs/pango during runtime
- - moznoroaming : sroaming extension support
- - postgres : Adds support for the postgresql database
- - xforms : XForms is a standard to split up XHTML into XForms,
instance data, and user interface
- - xinerama : Add support for the xinerama X11 extension, which
allows you to stretch your display across multiple monitors
root@smoker / #
This is cool. Can emerge do this too? You know, maybe some flag to
have in addition to -p or -a and have it show this? Since I asked,
watch it do this in some nice shiney new version of portage. lol
Yep, another tool to add to frequent commands.
Dale
:-) :-)
alias findflag="flagedit --desc --list | grep -i"
Works really great. If you search for a pattern, just "findflag foo". If
you search for a specific use-flag you just add ":" at the end, like
"findflag bar:"
Don't forget to install flagedit first, if you haven't already.
Surely this is just a re-implementation of the existing app-portage/
euses?
$ euses foo
foomaticdb - Adds support for the foomatic printing driver database
$
Stroller.