summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* 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
* In the slot collision display, show a maximum of 3 parentsZac Medico2007-11-201-0/+14
* Make the slot collision display show all collisions insteadZac Medico2007-11-201-21/+33
* Fix blocker handling to properly handle SLOT atoms inZac Medico2007-11-201-1/+3
* For unsatisfied dependencies, shorten the per-package EAPI maskZac Medico2007-11-201-4/+23
* Simplify and fix bugs in is_valid_package_atom(). (trunk r8445)Zac Medico2007-11-061-11/+5
* Remove the installed package masking hack from bug #149816 sinceZac Medico2007-11-061-5/+0
* Allow multislot packages to be added to the world fileZac Medico2007-11-061-7/+30
* Optimize merge order to try and select nodes that only haveZac Medico2007-11-021-20/+28
* Remove a few unused depgraph attributes. (trunk r8345)Zac Medico2007-11-021-12/+0
* Optimize stdout_spinner.update() methods so that they don'tZac Medico2007-11-021-3/+22
* Make world atoms non-greedy for SLOTs in action_depclean()Zac Medico2007-11-021-71/+1
* In depgraph.create(), if a direct circular dependency isZac Medico2007-10-221-6/+9
* Fix portage_exception namespace typo.Zac Medico2007-10-221-1/+1
* In depgraph.create(), don't ignore direct circular dependenciesZac Medico2007-10-221-36/+23
* Bug #195370 - Filter some more bogus matches due toZac Medico2007-10-121-1/+5
* Raise a PackageNotFound exception instead of a ValueErrorZac Medico2007-10-121-2/+2
* Bug #195370 - Prevent bogus upgrade display when aZac Medico2007-10-121-4/+9
* Add EAPI masking support for binary packages. (trunk r7913)Zac Medico2007-10-051-4/+19
* Bug #194398 - Do not log "exiting successfully" in emerge.logZac Medico2007-10-051-2/+5
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
* Bug #192706 - Do not print a summary at the end of --depclean ifZac Medico2007-09-281-0/+3
* Fix portage.exception namespace typo.Zac Medico2007-09-271-1/+1
* Move a newline to fix formatting. (trunk r7858)Zac Medico2007-09-271-1/+2
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-3/+10
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-261-13/+25
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-261-6/+16
* Mask binary packages if their CHOST does not match the oneZac Medico2007-09-261-6/+22
* Bug #190781 - Don't include --oneshot in the options thatZac Medico2007-09-261-2/+1
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmergeZac Medico2007-09-261-0/+10
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...v2.1.3.9Zac Medico2007-09-081-1/+2
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-061-2/+34
* Move blocker handling from depgraph.create() to select_dep(). (trunk r7701)Zac Medico2007-09-061-12/+11
* Remove pointless information from --info output (trunk r7695)Zac Medico2007-09-061-6/+0
* Make depgraph.select_dep() node reuse work when in --usepkgonly mode. (trunk ...Zac Medico2007-08-231-54/+55
* Make depgraph.create() avoid metadata lookups for binary packages and ebuilds...Zac Medico2007-08-231-2/+11
* Fix a typo from r7663. (trunk r7676)Zac Medico2007-08-231-1/+1
* Make depgraph.select_dep() reuse cached metadata from nodes that have already...Zac Medico2007-08-221-6/+25
* Pass complete package metadata from depgraph.select_dep() into create() in or...Zac Medico2007-08-221-40/+37
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-35/+25
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39
* Make sure to skip info dir files with the .old extension. (trunk r7602)Zac Medico2007-08-141-1/+2
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-141-4/+2
* For bug #33585, leave the old info dir file in place if there is nothing to g...Zac Medico2007-08-121-9/+35
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-051-4/+4