summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug #209768 - Fix --search "Size of files:" handling so that it properlyv2.1.4.4Zac Medico2008-02-121-4/+5
* Bug #209538 - Disable annoying "masked by keyword" warnings for installedZac Medico2008-02-101-2/+2
* Fix CHOST masking logic wrt installed packages so that it's consistentZac Medico2008-02-101-1/+1
* Pass the myparent parameter into _show_unsatisfied_dep() whenZac Medico2008-02-101-1/+2
* Fix the exitcode logic for bug #209144 so that when the server isZac Medico2008-02-101-1/+10
* Fix get_mask_info() to properly pass the "installed" attribute intoZac Medico2008-02-101-1/+1
* Bug #208708 - Show informative warning messages for installedZac Medico2008-02-091-58/+143
* Fix some broken variable references found by pyflakes.Zac Medico2008-02-081-3/+5
* Fix old broken binary package visibility filtering code insideZac Medico2008-02-081-22/+21
* Bug #208708 - Fix masked package display some more:Zac Medico2008-02-081-1/+31
* Fix depgraph.select_files() so that arguments are expandedZac Medico2008-02-081-2/+8
* Don't show unmasked packages (currently installed packages) inZac Medico2008-02-081-0/+2
* Bug #208782 - Consistently use double quotes rather than mixining in singleZac Medico2008-02-081-1/+1
* Bug #209144 - For emerge --sync, don't return 0 when the serverZac Medico2008-02-081-0/+1
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-011-1/+0
* fix typoZac Medico2008-01-311-1/+1
* Pass db_keys in to the FakeVartree constructor (merged from trunk). ThisZac Medico2008-01-301-5/+10
* Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.Zac Medico2008-01-111-1/+0
* Add support for showing binary package file sizes in emergeZac Medico2007-12-291-6/+14
* In action_regen(), use writemsg() to send error messages toZac Medico2007-12-281-7/+6
* - small UI cleanups. *should* not cause problems with lackZac Medico2007-12-281-6/+7
* Add support for --usepkg and --usepkgonly options together withZac Medico2007-12-211-4/+5
* emerge --search enhancements:Zac Medico2007-12-211-26/+95
* Tweak profile validation and warning logic a bit. (trunk r9015)Zac Medico2007-12-211-1/+3
* Merge missing db keys from trunk, for bug #149816.Zac Medico2007-12-201-3/+6
* Merge the unified package masking output from trunk for bug #149816.Zac Medico2007-12-201-78/+102
* Bug #149816 - Implement visibility filtering for binary packages.Zac Medico2007-12-201-11/+24
* Enable emerge search actions for binary packages when there isZac Medico2007-12-201-24/+93
* Make some adjustments so that it's possible to install binaryZac Medico2007-12-201-10/+1
* Display the merge list with blockers any time that there areZac Medico2007-12-181-4/+7
* Add --buildpkgonly to the options lists that exempt fromZac Medico2007-12-131-2/+3
* Use the BAD color class instead of hardcoded red. (trunk r8904)Zac Medico2007-12-131-1/+1
* Bug #201848 - Mask ebuilds that do not define SLOT. (trunk r8894)Zac Medico2007-12-131-9/+16
* Bug #202036 - In case of blockers, bail out earlier so that laterZac Medico2007-12-131-19/+20
* Instead of calling sys.exit when a ParseError occurs in the configZac Medico2007-12-111-1/+4
* To avoid false positives during the transitionZac Medico2007-12-061-1/+7
* Show ? if the installed package is missing aZac Medico2007-12-051-5/+1
* Synchronize self-reinstallation logic so that emerge will alwaysZac Medico2007-12-021-5/+1
* Fix portage_exec namespace.Zac Medico2007-12-021-2/+1
* Show the pid in the "starting parallel fetching" message. (trunk r8794)Zac Medico2007-12-011-1/+2
* After each merge, collect status from child processesZac Medico2007-12-011-2/+34
* In chk_updated_cfg_files(), avoid scanning for config files forZac Medico2007-11-281-0/+4
* --buildpkgonly will not merge anything, soZac Medico2007-11-261-0/+7
* Bug #124041 - Make emerge show an informative warning message when oneZac Medico2007-11-261-4/+33
* * Load environment.bz2 for the pkg_config() phase.Zac Medico2007-11-251-1/+7
* In depgraph.altlist(), measure the bias of circularZac Medico2007-11-221-0/+20
* Generate an eerror elog message when an ebuild prerm orZac Medico2007-11-211-21/+0
* In the slot collision display, show a maximum of 3 parentsZac Medico2007-11-201-0/+14
* Make the slot collision display show all collisions insteadZac Medico2007-11-201-21/+33
* Fix blocker handling to properly handle SLOT atoms inZac Medico2007-11-201-1/+3