summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make depgraph.select_files() recursively expand sets given asZac Medico2007-10-311-1/+8
* Defer selection of package dependency atoms until they areZac Medico2007-10-311-14/+26
* Gather some ignored dependencies so that they can be properlyZac Medico2007-10-311-6/+16
* Remove a few unused depgraph attributes.Zac Medico2007-10-311-13/+0
* Fix "args" set handling wrt $ROOT in depgraph._complete_graph().Zac Medico2007-10-301-1/+2
* Implement a "consistent" depgraph parameter (enabled by --consistent)Zac Medico2007-10-301-4/+151
* Fix --depclean to use SetConfig.getSetAtoms() and also fix aZac Medico2007-10-281-8/+5
* Optimize stdout_spinner.update() methods so that they don'tZac Medico2007-10-281-3/+22
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-10-281-20/+6
* Replace depgraph._slot_node_map with _slot_pkg_map soZac Medico2007-10-271-35/+22
* Make depgraph._select_atoms() more flexible by allowingZac Medico2007-10-271-5/+9
* Reuse an existing EmergeConfig instance instead ofZac Medico2007-10-271-1/+1
* Fix broken $ROOT handling for setconfig in the MergeTaskZac Medico2007-10-271-6/+10
* Make emerge add sets to the world file as one would expect.Zac Medico2007-10-261-4/+16
* Prevent premature expansion of old-style virtualsZac Medico2007-10-261-0/+10
* Optimize the algorithm used for expansion of setZac Medico2007-10-261-4/+13
* use SetConfig.getSetAtoms instead of PackageSet.getAtoms for expanding sets t...Marius Mauch2007-10-261-2/+3
* use a @ prefix for sets, and replace world/system with their real prefixed na...Marius Mauch2007-10-261-3/+10
* For the emergelog message, send in the original list ofZac Medico2007-10-251-3/+3
* Filter atoms that come from sets when generatingZac Medico2007-10-251-4/+9
* For the global AUTOCLEAN, pass an empty list into unmerge()Zac Medico2007-10-251-1/+1
* Spit out a depgraph._get_existing_pkg() method for getting anZac Medico2007-10-251-19/+26
* Make the Package class generate the digraph nodes.Zac Medico2007-10-251-21/+29