Gentoo Archives: gentoo-commits

From: Sven Eden <sven.eden@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ufed:master commit in: /
Date: Fri, 01 Feb 2013 10:49:57
Message-Id: 1359554541.37ed232d9b7090992608cedfb191003b4d9e0713.yamakuzure@gentoo
1 commit: 37ed232d9b7090992608cedfb191003b4d9e0713
2 Author: Sven Eden <sven.eden <AT> gmx <DOT> de>
3 AuthorDate: Wed Jan 30 14:02:21 2013 +0000
4 Commit: Sven Eden <sven.eden <AT> gmx <DOT> de>
5 CommitDate: Wed Jan 30 14:02:21 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=37ed232d
7
8 Corrected the explanation of the first 3 state characters and added explanations of the two new state characters.
9
10 ---
11 ufed.8 | 43 ++++++++++++++++++++++++++++---------------
12 1 files changed, 28 insertions(+), 15 deletions(-)
13
14 diff --git a/ufed.8 b/ufed.8
15 index 8b8c5cb..ce0619e 100644
16 --- a/ufed.8
17 +++ b/ufed.8
18 @@ -4,26 +4,39 @@ ufed \- Gentoo Linux USE flags editor
19 .SH "SYNOPSIS"
20 .B ufed
21 .SH "DESCRIPTION"
22 -UFED is a simple program designed to help you configure the systems USE flags
23 -(see below) to your liking. To select or unselect a flag highlight it and hit
24 -space.
25 +UFED is a simple program designed to help you configure the
26 +systems USE flags (see below) to your liking. To enable or
27 +disable a flag highlight it and hit space.
28
29 -UFED attempts to show you where a particular use setting came from. Each USE
30 -flag has a 3 character descriptor that represents the three ways a use flag can
31 -be set.
32 +UFED attempts to show you where a particular use setting
33 +came from. Each USE flag has a 3 character descriptor that
34 +represents the three ways a use flag can be set.
35 +Additionally two more characters show the status of the
36 +description found in that line.
37
38 -The 1st char is the setting from the make.defaults file(s). These are the defaults
39 -for Gentoo as a whole. These should not be changed.
40 +The 1st char is the setting from the make.defaults file(s).
41 +These are the defaults for Gentoo as a whole. These should
42 +not be changed.
43
44 -The 2nd char is the setting from the package.use file(s). These will change as
45 -packages are added or removed from the system.
46 +The 2nd char is the setting from the package.use file(s).
47 +These will change as packages are added or removed from the
48 +system.
49
50 -The 3rd char is the setting from the make.conf file. These are the only ones
51 -that should be changed by the user and these are the ones that UFED changes.
52 +The 3rd char is the setting from the make.conf file. These
53 +are the only ones that should be changed by the user and
54 +these are the ones that UFED changes.
55
56 -If the character is a + then that USE flag was set in that file, if it is a
57 -space then the flag was not mentioned in that file and if it is a - then that
58 -flag was unset in that file.
59 +If the character is a + then that USE flag was set in that
60 +file, if it is a space then the flag was not mentioned in
61 +that file and if it is a - then that flag was unset in that
62 +file.
63 +
64 +The 4th char is either empty for global flag descriptions
65 +or an L for local flag descriptions.
66 +
67 +The 5th char is either empty if none of the affected
68 +packages is installed, or an i if at least one affected
69 +package is installed.
70
71 .B What are USE flags?