summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use the existing RootConfig class to serve as a replacement forZac Medico2007-11-191-64/+58
* Fix --usepkgonly code in depgraph.select_files() so that itZac Medico2007-11-171-0/+2
* In the slot collision display, show a maximum of 3 parentsZac Medico2007-11-141-0/+22
* Make the slot collision display show all collisions insteadZac Medico2007-11-131-21/+27
* Make depgraph._complete_graph() properly specify SetArg instancesZac Medico2007-11-131-13/+24
* Make depgraph._add_pkg() match the package with all possibleZac Medico2007-11-131-22/+26
* Remove the depgraph.pkg_node_map attribute and use otherZac Medico2007-11-121-45/+36
* Add DependencyArg instances as parents of packages in theZac Medico2007-11-121-8/+21
* * Remove all references to the obsolete Package.digraph_node attribute.Zac Medico2007-11-121-63/+51
* Make the Package class emulate the interface of it's ownZac Medico2007-11-121-18/+18
* * Provide reasonable default values for DependencyZac Medico2007-11-111-38/+35
* Fix depgraph._get_arg_for_pkg() so that it compares packageZac Medico2007-11-111-1/+5