Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 437950
Collapse All | Expand All

(-)enalyze.1 (-15 / +16 lines)
Lines 1-13 Link Here
1
.TH "ENALYZE" "22" "Febuary 2010" "GENTOOLKIT" ""
1
.TH "ENALYZE" "1" "Febuary 2010" "GENTOOLKIT" ""
2
.SH "NAME"
2
.SH "NAME"
3
enalyze \- Gentoo Installed Package Analysis Tool
3
enalyze \- Gentoo Installed Package Analysis Tool
4
4
5
.SH "SYNOPSIS"
5
.SH "SYNOPSIS"
6
.BI "enalyze " "[global\-options] " "module " "[local\-options]" "TARGET"
6
.BI "enalyze " "[global\-options] " "module " "[local\-options] " "TARGET"
7
7
8
.SH "DESCRIPTION"
8
.SH "DESCRIPTION"
9
.B Enalyze
9
.B Enalyze
10
Is a collection of modules for analyzing the state of installed Gentoo packages for
10
is a collection of modules for analyzing the state of installed Gentoo packages for
11
USE flags or keywords used for installation, and their current masking status.
11
USE flags or keywords used for installation, and their current masking status.
12
.br 
12
.br 
13
It can also optionally (re)generate new /etc/portage/package.* files.
13
It can also optionally (re)generate new /etc/portage/package.* files.
Lines 38-44 Link Here
38
.br 
38
.br 
39
Turn off automatic pipe detection. Use this option if you do not want
39
Turn off automatic pipe detection. Use this option if you do not want
40
.B enalyze
40
.B enalyze
41
To detect if the output is being directed to the screen or to another program
41
to detect if the output is being directed to the screen or to another program
42
and adjust color and verbosity accordingly.
42
and adjust color and verbosity accordingly.
43
.HP
43
.HP
44
.B \-V, \-\-version
44
.B \-V, \-\-version
Lines 49-55 Link Here
49
49
50
.SH "MODULES"
50
.SH "MODULES"
51
.B Enalyze
51
.B Enalyze
52
Uses a system of modules. Each module has both a long and short name. 
52
uses a system of modules. Each module has both a long and short name. 
53
The list below uses the notation "\fBmodule (m)\fP", where \fIm\fP is the short name
53
The list below uses the notation "\fBmodule (m)\fP", where \fIm\fP is the short name
54
and \fImodule\fP is the long name.
54
and \fImodule\fP is the long name.
55
.P
55
.P
Lines 83-89 Link Here
83
.HP
83
.HP
84
.B unmask
84
.B unmask
85
.br 
85
.br 
86
Will analyze the installed packages and portage trees for pkgs that require unmasking and report them.
86
Will analyze the installed packages and portage trees for pkgs that require unmasking and report them. (Not implemented yet.)
87
.br 
87
.br 
88
.P
88
.P
89
.I R "LOCAL OPTIONS" ":"
89
.I R "LOCAL OPTIONS" ":"
Lines 92-98 Link Here
92
.br 
92
.br 
93
Will also include any USE flags used that were not enabled for some packages.
93
Will also include any USE flags used that were not enabled for some packages.
94
.HP
94
.HP
95
.B \-v, \-\-verebose
95
.B \-v, \-\-verbose
96
.br 
96
.br 
97
Gives more detail about the results found and the current task being performed.
97
Gives more detail about the results found and the current task being performed.
98
98
Lines 124-153 Link Here
124
.HP
124
.HP
125
.B keywords
125
.B keywords
126
.br 
126
.br 
127
Will analyze the keywords for output results.
127
Will analyze the keywords for output results. (Not implemented yet.)
128
.HP
128
.HP
129
.B unmask
129
.B unmask
130
.br 
130
.br 
131
Will analyze the installed packages and portage trees for pkgs that require
131
Will analyze the installed packages and portage trees for pkgs that require
132
unmasking and produce output/a new /etc/portage/package.unmask file.
132
unmasking and produce output/a new /etc/portage/package.unmask file.
133
(Not implemented yet.)
133
.P
134
.P
134
.I R "LOCAL OPTIONS" ":"
135
.I R "LOCAL OPTIONS" ":"
135
.HP
136
.HP
136
.B \-a, \-\-all
137
.B \-a, \-\-all
137
.br 
138
.br 
138
Create files/output for all TARGET(s) found to need it. (not Implemented yet)
139
Create files/output for all TARGET(s) found to need it. (Not implemented yet.)
139
.HP
140
.HP
140
.B \-e, \-\-excact
141
.B \-e, \-\-exact
141
.br 
142
.br 
142
Will prepend the pkg with = as well as use the version information for the entries.
143
Will prepend the pkg with = as well as use the version information for the entries.
143
.br 
144
.br 
144
eg.:  =CAT/PKG\-VER flag1 flag2
145
e.g.:  =CAT/PKG\-VER flag1 flag2
145
.HP
146
.HP
146
.B \-p, \-\-pretend
147
.B \-p, \-\-pretend
147
.br 
148
.br 
148
Sends the output to the screen instead of a file.
149
Sends the output to the screen instead of a file.
149
.HP
150
.HP
150
.B \-v, \-\-verebose
151
.B \-v, \-\-verbose
151
.br 
152
.br 
152
Gives more detail about the results found and the current task being performed.
153
Gives more detail about the results found and the current task being performed.
153
.P
154
.P
Lines 168-174 Link Here
168
.SS
169
.SS
169
.BI "clean (c) [OPTIONS] TARGET"
170
.BI "clean (c) [OPTIONS] TARGET"
170
Clean all packages for \fITARGET\fP settings that are found with obsolete settings
171
Clean all packages for \fITARGET\fP settings that are found with obsolete settings
171
for the current settings and pkg ebuild. (not Implemented yet)
172
for the current settings and pkg ebuild. (Not implemented yet.)
172
173
173
.I R "TARGET" ":"
174
.I R "TARGET" ":"
174
.HP
175
.HP
Lines 191-203 Link Here
191
.HP
192
.HP
192
.B \-a, \-\-all
193
.B \-a, \-\-all
193
.br 
194
.br 
194
Clean files/output for all TARGET(s) found to need it. (not Implemented yet)
195
Clean files/output for all TARGET(s) found to need it. (Not implemented yet.)
195
.HP
196
.HP
196
.B \-p, \-\-pretend
197
.B \-p, \-\-pretend
197
.br 
198
.br 
198
Sends the output to the screen instead of a file.
199
Sends the output to the screen instead of a file.
199
.HP
200
.HP
200
.B \-v, \-\-verebose
201
.B \-v, \-\-verbose
201
.br 
202
.br 
202
Gives more detail about the results found and the current task being performed.
203
Gives more detail about the results found and the current task being performed.
203
204

Return to bug 437950