summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement mapping of packages to instances of DependencyArgZac Medico2007-11-111-3/+22
* Wrap accesses to depgraph._set_atoms.findAtomForPackage() inZac Medico2007-11-111-7/+26
* Clean up expansion of set arguments in depgraph.select_files().Zac Medico2007-11-091-11/+13
* Fix incorrect type in depgraph._missing_args.Zac Medico2007-11-091-1/+1
* Create classes to encapsulate eache of the depgraph argumentZac Medico2007-11-091-24/+61
* For unsatisfied dependencies, shorten the per-package EAPI maskZac Medico2007-11-071-0/+12
* Really fix broken logic for --update greedy slot atoms inZac Medico2007-11-071-1/+1
* Fix broken logic for --update greedy slot atoms inZac Medico2007-11-071-1/+3
* Make depgraph.select_files() perform internal expansion ofZac Medico2007-11-061-25/+42
* Simplify and fix bugs in is_valid_package_atom().Zac Medico2007-11-061-11/+5
* Fix create_world_atom() logic some more for bug #198129.Zac Medico2007-11-061-1/+4
* Bug #198129 - Prevent SLOT atoms like sys-devel/binutils:0Zac Medico2007-11-061-10/+28
* Allow multislot packages to be added to the world fileZac Medico2007-11-051-9/+11
* Fix ignore_priority logic in depgraph.altlist() in orderZac Medico2007-11-021-0/+8
* Collapse 2 identical code hunks into 1.Zac Medico2007-11-021-37/+18
* Optimize merge order to try and select nodes that only haveZac Medico2007-11-021-1/+20
* In the 'there are no ebuilds to satisfy "foo"' message, discardZac Medico2007-11-011-0/+2