summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Fix CHOST masking logic wrt installed packages so that it's consistentZac Medico2008-02-101-1/+1
* Bug #209144 - For emerge --sync, show an informative error and don'tZac Medico2008-02-101-0/+6
* Fix the exitcode logic for bug #209144 so that when the server isZac Medico2008-02-101-1/+4
* 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-96/+152
* Fix some broken variable references found by pyflakes.Zac Medico2008-02-081-2/+2
* Bug #208708 - Fix masked package display some more:Zac Medico2008-02-081-3/+29
* Don't show unmasked packages (currently installed packages) inZac Medico2008-02-081-0/+2
* Bug #208708 - Fix warnings for system or world packages that are masked.Zac Medico2008-02-081-1/+3
* 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
* display errors that occured during package set initalizationMarius Mauch2008-02-051-0/+4
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-011-1/+0
* 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 lack of missing newlines.Ned Ludd2007-12-251-6/+7
* Add support for --usepkg and --usepkgonly options together withZac Medico2007-12-211-4/+5
* Implement binary package visibility filtering for emerge --search.Zac Medico2007-12-211-14/+56
* Don't show "Size of files: 0 kB" in emerge --search output for installedZac Medico2007-12-211-0/+7
* Implement emerge --search support for installed packages, so itZac Medico2007-12-211-13/+33
* Tweak profile validation and warning logic a bit.Zac Medico2007-12-211-1/+3
* Fix a reference to an undefined "mykey" variable.Zac Medico2007-12-211-1/+1
* Enable emerge search actions for binary packages when there isZac Medico2007-12-201-19/+89
* Make some adjustments so that it's possible to install binaryZac Medico2007-12-201-12/+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.Zac Medico2007-12-131-1/+1
* Bug #201848 - Mask ebuilds that do not define SLOT.Zac Medico2007-12-131-0/+4
* 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-4/+0
* Perform set argument validation in emerge_main() even forZac Medico2007-12-071-38/+38
* Remove automatic "system" and "world" set creation since we canZac Medico2007-12-071-9/+0
* Keep the RootConfig.sets attribute in sync with the SetConfig.Zac Medico2007-12-051-0/+1
* Make SetConfig.getSets() return a copy of the psets attributeZac Medico2007-12-051-1/+2
* Show ? if the installed package is missing aZac Medico2007-12-051-5/+1
* bootstrap.sh expects that the "system" set always exists, so createZac Medico2007-12-051-3/+14
* In order to know exactly which atoms/sets should be added to theZac Medico2007-12-051-36/+43
* fix another typoMarius Mauch2007-12-041-1/+1
* perform sanity checks for set configuration even if myaction is NoneMarius Mauch2007-12-041-5/+6
* Fix setconfig loader to use config files instead of hardcoded fallbacksMarius Mauch2007-12-041-3/+9
* implement the final part of FEATURES=preserved-libs and remove previously pre...Marius Mauch2007-12-031-1/+1
* Synchronize self-reinstallation logic so that emerge will alwaysZac Medico2007-12-021-5/+1
* Show the pid in the "starting parallel fetching" message.Zac Medico2007-12-011-1/+2
* When os.waitid() raises OSError, discard the pid since there'sZac Medico2007-12-011-2/+3
* After each merge, collect status from child processesZac Medico2007-12-011-2/+33
* 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