summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add new colors for binary packages in the merge list. Thanks to SebastianZac Medico2010-03-031-0/+9
| | | | | | Luther (few) for this patch. svn path=/main/trunk/; revision=15739
* Bug #274279 - Add color.map support for mapping a color to a different colorZac Medico2009-06-161-2/+2
| | | | | | | (rather than just mapping a class/style to a different color). Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13643
* Escape hyphens from previous commit.Zac Medico2009-06-161-6/+6
| | | | svn path=/main/trunk/; revision=13642
* Misc fixes and updates. Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de>Zac Medico2009-06-161-2/+27
| | | | | | for this patch from bug #274279. svn path=/main/trunk/; revision=13641
* Bug #234100 - Update date and portage version in man page headers.Zac Medico2008-08-091-1/+1
| | | | svn path=/main/trunk/; revision=11374
* More eblank.Zac Medico2008-06-171-3/+0
| | | | svn path=/main/trunk/; revision=10704
* Fix BLANK order and color.Zac Medico2008-06-171-3/+3
| | | | svn path=/main/trunk/; revision=10679
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-0/+3
| | | | | | | * Document the new BLANK code in color.map.5. * Implement python version of eblank for mod_echo. svn path=/main/trunk/; revision=10677
* Fix spelling of "SATISFIED". Thanks to Arfrever.Zac Medico2008-05-071-1/+1
| | | | svn path=/main/trunk/; revision=10222
* Make satisfied blockers "darkblue" by default.Zac Medico2008-05-061-1/+1
| | | | svn path=/main/trunk/; revision=10218
* Display satisfied blockers in green and show a small "b" instead of aZac Medico2008-05-061-0/+6
| | | | | | big "B" (similar to "f" for satisfied fetch restrictions). svn path=/main/trunk/; revision=10214
* s/unmerge/uninstall/ for consistency.Zac Medico2008-04-231-1/+1
| | | | svn path=/main/trunk/; revision=9947
* Bug #172812 - Automatically uninstall packages to avoid blocker conflicts.Zac Medico2008-04-231-0/+4
| | | | | | | | | | | | | | | | | | | The intention is to only uninstall packages that would be removed by --depclean (after the updates) anyway. To prevent automatic uninstallation of packages that the user probably wants to keep, the following types of packages will not be automatically unmerged: * Installed packages that have been pulled into the current dependency graph. Note that this check is not necessarily complete unless the --complete-graph option is enabled, making other sanity checks necessary. * Installed packages matched by atoms from the system set. For safety, these are unmerged after being replaced by another version. * Installed packages matched by atoms from the world set, if there is no matching replacement in the current dependency graph. svn path=/main/trunk/; revision=9946
* Add "reset" to the list of attributes.Zac Medico2007-07-121-0/+2
| | | | svn path=/main/trunk/; revision=7242
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt.Zac Medico2007-07-081-0/+6
| | | | svn path=/main/trunk/; revision=7199
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis ↵Zac Medico2007-07-061-25/+97
| | | | | | <Arfrever.FTA@GMail.Com> for this patch from bug#183861, comment #9. svn path=/main/trunk/; revision=7183
* Remove the PKG_*ARG* color classes in order to simplify things since it's ↵Zac Medico2007-07-061-26/+2
| | | | | | 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. svn path=/main/trunk/; revision=7174
* Document the additional color classes for bug #183861.Zac Medico2007-07-051-0/+16
| | | | svn path=/main/trunk/; revision=7150
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-301-0/+89
to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. svn path=/main/trunk/; revision=7100