summaryrefslogtreecommitdiffstats
path: root/man/color.map.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-05 00:56:33 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-05 00:56:33 +0000
commit0024e08c303c9398091199da86422de7d85c6577 (patch)
treeff747f9dc5c56fca594bf401a6b3922cfb3dc1b7 /man/color.map.5
parent3ca097fa6a0525303b703f950bcd51ab9b964b5c (diff)
downloadportage-0024e08c303c9398091199da86422de7d85c6577.tar.gz
portage-0024e08c303c9398091199da86422de7d85c6577.tar.bz2
portage-0024e08c303c9398091199da86422de7d85c6577.zip
For bug #183861, allow a color class in color.map to specify a space separated list of attributes so that any combination of foreground, background, and other attributes is possible. Also make color class handling for package sets more consistent. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>.
svn path=/main/branches/2.1.2/; revision=7151
Diffstat (limited to 'man/color.map.5')
-rw-r--r--man/color.map.516
1 files changed, 16 insertions, 0 deletions
diff --git a/man/color.map.5 b/man/color.map.5
index f76276100..10fa1a09a 100644
--- a/man/color.map.5
+++ b/man/color.map.5
@@ -39,10 +39,18 @@ arguments.
Defines color used for packages planned to be merged and belonging to
system set.
.TP
+\fBPKG_MERGE_ARG_SYSTEM\fR = \fI"0x55FF55"\fR
+Defines color used for system packages planned to be merged and given as
+command line arguments.
+.TP
\fBPKG_MERGE_WORLD\fR = \fI"0x55FF55"\fR
Defines color used for packages planned to be merged and belonging to
world set.
.TP
+\fBPKG_MERGE_ARG_WORLD\fR = \fI"0x55FF55"\fR
+Defines color used for world packages planned to be merged and given as
+command line arguments.
+.TP
\fBPKG_NOMERGE\fR = \fI"0x0000AA"\fR
Defines color used for packages not planned to be merged.
.TP
@@ -54,10 +62,18 @@ line arguments.
Defines color used for packages not planned to be merged and belonging to
system set.
.TP
+\fBPKG_NOMERGE_ARG_SYSTEM\fR = \fI"0x5555FF"\fR
+Defines color used for system packages not planned to be merged and given as
+command line arguments.
+.TP
\fBPKG_NOMERGE_WORLD\fR = \fI"0x5555FF"\fR
Defines color used for packages not planned to be merged and belonging to
world set.
.TP
+\fBPKG_NOMERGE_ARG_WORLD\fR = \fI"0x5555FF"\fR
+Defines color used for world packages not planned to be merged and given as
+command line arguments.
+.TP
\fBSECURITY_WARN\fR = \fI"0xFF5555"\fR
Defines color used for security warnings.
.TP