Merge genscripts rev 137, this revision makes the output of equery meta compatible...
[gentoolkit.git] / man / euse.1
1 .TH "EUSE" "1" "2004-10-17" "Gentoo Linux" "Gentoo Toolkit"
2 .SH "NAME"
3 euse \- Gentoo: command line USE flag editor
4 .SH "SYNOPSIS"
5 .B euse
6 \fI<option> [suboption] [useflaglist]\fB
7 .SH "DESCRIPTION"
8 .PP 
9 .I euse
10 is used to set(disable/enable) USE flags in /etc/make.conf without having to edit
11 the file directly. It is also used to get detail information about use flags
12 like description, status of flags(enabled/disabled), type of flag(global/local)
13 etc.
14 .SH "OPTIONS "
15 .TP 
16 \fB\-E, \-\-enable\fI
17 Enables USE flag(s) in make.conf. It accepts one or more space seperated 
18 USE flags as parameters.
19 .TP 
20 \fB\-D, \-\-disable\fI
21 Disables USE flag(s) in make.conf. Puts a '\-' sign in front of the USE flag
22 and appends it to the USE setting in make.conf. It accepts one or more 
23 space seperated USE flags as parameters.
24 .TP 
25 \fB\-P, \-\-prune\fI
26 Removes USE flag(s) in make.conf. Removes all positive and negative references to
27 the given USE flags from make.conf.
28 .TP 
29 \fB\-i, \-\-info\fI
30 Prints detail information about the USE flag(s). If no arguments are given then
31 it assumes you want information for all USE flags. If one or more
32 arguments are given (space separated) then only information for those flags is
33 printed.
34 .TP 
35 \fB\-I, \-\-info\-installed\fI
36 Same as \-\-info, except that it will also list the currently installed packages that are utilizing the flag.
37 .sp
38 .RS
39 The output is in the following format:
40 .br 
41 \fB[\- cD ]\fI alpha \- indicates that architecture ...
42 .br 
43 \fB[\-   ]\fI moznocompose (net\-www/mozilla):
44 .br 
45 Disable building of mozilla's web page composer 
46 .br 
47 The indicators in the first column are:
48 .IP is_active
49 + if the flag is seen as active by portage, \- if not
50 .IP is_in_env
51 E if the flag is enabled in the environment, e if it is
52 disabled in the environment, nothing if it's not affected
53 by the environment
54 .IP is_in_make_conf
55 C if the flag is enabled in make.conf, c if it is
56 disabled in make.conf, nothing if it's not affected
57 by make.conf
58 .IP is_in_make_defaults
59 D if the flag is enabled in make.defaults, d if it is
60 disabled in make.defaults, nothing if it's not affected
61 by make.defaults
62 .IP is_in_make_globals
63 G if the flag is enabled in make.globals, g if it is
64 disabled in make.globals, nothing if it's not affected
65 by make.globals
66 .br 
67 Then follows the name of the flag, for local flags the
68 package name and then the description (on a new line for
69 local flags).
70 .TP 
71 \fB\-a, \-\-active\fI
72 Shows all currently active USE flags and where they are activated (see 
73 description for \fB\-\-info\fI).
74 .TP 
75 \fB\-h, \-\-help\fI
76 Show the help message listing all the available flags and a short description
77 .TP 
78 \fB\-v, \-\-version\fI
79 Show the version information
80 .SH "FILES"
81 /etc/make.conf
82 .br 
83 /etc/make.profile/make.defaults
84 .br 
85 /etc/make.globals
86 .br 
87 $PORTDIR/profiles/use.desc
88 .br 
89 $PORTDIR/profiles/use.local.desc
90 .br 
91
92 .SH "AUTHOR"
93 Original version by Arun Bhanu <codebear@gentoo.org>
94 .br 
95 Updated for rewritten euse by Marius Mauch <genone@gentoo.org>
96 .SH "BUGS"
97 euse doesn't handle USE flags enabled or disabled by use.defaults, use.mask
98 or package.use yet. It also doesn't completely understand the \-* flag.
99 .SH "SEE ALSO"
100 .BR ufed(8), 
101 .TP 
102 The \fI/usr/bin/euse\fR script.