summaryrefslogtreecommitdiffstats
path: root/pym/output.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-06 03:10:45 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-06 03:10:45 +0000
commite38e06890223d6e31667816536c2ca9bb89d9c0c (patch)
tree28f5a81d8de135121bd400a724d451691fb027b2 /pym/output.py
parent78ef7dc7de38011cb1d602eaa2bead10ea619186 (diff)
downloadportage-e38e06890223d6e31667816536c2ca9bb89d9c0c.tar.gz
portage-e38e06890223d6e31667816536c2ca9bb89d9c0c.tar.bz2
portage-e38e06890223d6e31667816536c2ca9bb89d9c0c.zip
Remove the PKG_*ARG* color classes in order to simplify things since it's questionable whether many people will want to use them. Also, make the PKG_*SYSTEM colors default to the traditional colors since people are generally most interested in world packages. (trunk r7174)
svn path=/main/branches/2.1.2/; revision=7175
Diffstat (limited to 'pym/output.py')
-rw-r--r--pym/output.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/pym/output.py b/pym/output.py
index 2079bf6d9..3a1bce4e0 100644
--- a/pym/output.py
+++ b/pym/output.py
@@ -142,17 +142,11 @@ codes["UNMERGE_WARN"] = codes["red"]
codes["SECURITY_WARN"] = codes["red"]
codes["MERGE_LIST_PROGRESS"] = codes["yellow"]
codes["PKG_MERGE"] = codes["darkgreen"]
-codes["PKG_MERGE_ARG"] = codes["darkgreen"]
-codes["PKG_MERGE_SYSTEM"] = codes["green"]
+codes["PKG_MERGE_SYSTEM"] = codes["darkgreen"]
codes["PKG_MERGE_WORLD"] = codes["green"]
-codes["PKG_MERGE_ARG_SYSTEM"] = codes["green"]
-codes["PKG_MERGE_ARG_WORLD"] = codes["green"]
codes["PKG_NOMERGE"] = codes["darkblue"]
-codes["PKG_NOMERGE_ARG"] = codes["darkblue"]
-codes["PKG_NOMERGE_SYSTEM"] = codes["blue"]
+codes["PKG_NOMERGE_SYSTEM"] = codes["darkblue"]
codes["PKG_NOMERGE_WORLD"] = codes["blue"]
-codes["PKG_NOMERGE_ARG_SYSTEM"] = codes["blue"]
-codes["PKG_NOMERGE_ARG_WORLD"] = codes["blue"]
def parse_color_map(onerror=None):
"""