summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-03-281-9/+10
* Add support for file paths as arguments to emerge. If an argument startsZac Medico2008-03-281-0/+29
* Bug #210667 - In the circular dependency display, drop PDEPEND (akaZac Medico2008-03-281-1/+1
* Bug #201045 - Use a topological sort to create an unmerge order such thatZac Medico2008-03-281-85/+228
* Make --noreplace take precedence over --newuse, as suggested by wolf31o2.Zac Medico2008-03-271-1/+2
* revert previous commit since it had portage_locks stuff mixed inZac Medico2008-03-271-2/+1
* Make --noreplace take precedence over --newuse, as suggested by wolf31o2.Zac Medico2008-03-271-1/+2
* When showing an unsatisfied dep, never include installed packages. (trunk r9360)Zac Medico2008-03-141-0/+2
* 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