aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
| | | | Closes: https://github.com/gentoo/portage/pull/343
* refresh many URIs in the code baseMike Frysinger2016-06-281-1/+1
| | | | | Use https where available, and update old links (like www.gentoo.org) to point to the new location.
* Revert "Colorize packages in user sets (bug 577720)"Adam Mills2016-05-271-11/+0
| | | | | | | | | | | | | | | | | | This reverts commit 739845a6eab95fbc44eab1b7b938c860563631d7. The feature implemented in this commit for bug 577720 was determined to be an overcomplicated method of colorizing user sets. Instead, this feature will be implemented as in bug 583164. The configuration options implemented in this reverted commit will be removed. Per bug 583164, packages that belong to a set listed in world_sets will be colorized as world packages. This eliminates the extra configuration and associated complications. See bug 583164 for more details. Acked-by: Alexander Berntsen <bernalex@gentoo.org> Acked-by: Zac Medico <zmedico@gentoo.org Signed-off-by: Alexander Berntsen <bernalex@gentoo.org>
* Colorize packages in user sets (bug 577720)Adam Mills2016-04-251-0/+11
| | | | | | | | | | | | | | Three new settings were added to /etc/portage/color.map: PKG_MERGE_USER_SET, PKG_BINARY_MERGE_USER_SET, and PKG_NOMERGE_USER_SET. These colors are applied when the package is selected from a set in /etc/portage/sets/ X-Gentoo-bug: 577720 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=577720 Signed-off-by: Alexander Berntsen <bernalex@gentoo.org> Acked-by: Zac Medico <zmedico@gentoo.org> Reviewed-by: Alexander Berntsen <bernalex@gentoo.org>
* man: Cap lines at 80 charsAlexander Berntsen2013-07-301-4/+8
|
* Use consistent e-mail address in manuals.Arfrever Frehtes Taifersar Arahesis2013-07-231-2/+2
|
* man pages: refer to /etc/portage/make.confZac Medico2012-12-281-2/+2
|
* Update man page header dates.Zac Medico2010-10-111-1/+1
|
* Replace the literal portage version in all man page headers with theZac Medico2010-08-301-1/+1
| | | | | | string 'VERSION' which can be used as a sed template at install time. This will help avoid lots of merge conflicts since these header lines contain both a date and a portage version.
* 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