summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* Use a set instead of a list for better efficiency.Zac Medico2006-07-181-3/+2
* Simplify generation of the cleanlist for depclean.Zac Medico2006-07-181-26/+8
* Fix depclean so that it cleans unneeded slots (unless they are exempted by th...Zac Medico2006-07-171-6/+17
* Add ipv6 --sync support for bug #37124. Thanks to Bernhard Schmidt <berni@bi...Zac Medico2006-07-161-2/+16
* Fix broken --usepkg masking logic for bug #140694.Zac Medico2006-07-161-2/+2
* Use calculations to center --info header titles.Zac Medico2006-07-151-6/+9
* As suggested by vapier, only show the "System Settings" banner when myfiles i...Zac Medico2006-07-151-2/+3
* disable regular expressions for search by defaultMarius Mauch2006-07-151-7/+8
* Fix gid typo from the last commit.Zac Medico2006-07-131-1/+1
* Move the world file trimming out of dblink.unmerge() since the world file is ...Zac Medico2006-07-131-2/+28
* Remove the unmerge_overlapping() function since unmerge() now works properly ...Zac Medico2006-07-131-68/+2
* Split depgraph.merge() to a separate MergeTask class.Zac Medico2006-07-131-2/+20
* Allow emerge --info to show per-package settings for bug #95741. Thanks to n...Zac Medico2006-07-101-3/+67
* Don't call emergelog() from the parallel-fetch process for bug #88837.Zac Medico2006-07-101-1/+3
* Use a list comprehension to simplify the code for bug #55871.Zac Medico2006-07-101-4/+3
* Move all the config adjustments that require the config instance to be unlock...Zac Medico2006-07-101-57/+58
* If category expansion fails against the portage tree, remove the null/ prefix...Zac Medico2006-07-101-0/+6
* Start at the end of the list so that the index works properly after items are...Zac Medico2006-07-101-1/+1
* Allow binary packages to be installed with --usepkg even when there is no ebu...Zac Medico2006-07-101-2/+3
* Use dbapi to unify config.setinst() call in depgraph.select_dep().Zac Medico2006-07-091-4/+2
* Use the abstract dbapi.aux_get() interface to unify retrieval of IUSE in depg...Zac Medico2006-07-091-4/+1
* Use the abstract dbapi.aux_get() interface to unify retrieval of dependency s...Zac Medico2006-07-091-32/+19
* Use a cmpsplit() function to simplify package comparisons in depgraph.select_...Zac Medico2006-07-081-6/+6
* Remove the merging=2 case to simplify merge/nomerge logic.Zac Medico2006-07-081-3/+1
* Fix indentation mistake from the last commit.Zac Medico2006-07-081-3/+3
* Use set.intersection() to simplify --newuse comparison.Zac Medico2006-07-081-10/+11
* Clean up getportageversion() profile logic and fix a ValueError that occurs w...Zac Medico2006-07-061-10/+12
* Move the ARCH sanity check from the depgraph constructor to a new validate_eb...Zac Medico2006-07-061-12/+18
* Freeze all pordbapi instances.Zac Medico2006-07-051-1/+3
* Run global updates asap and then reload the whole config to make sure everyth...Zac Medico2006-07-051-3/+6
* Match blockers against the correct $ROOT for bug #108449.Zac Medico2006-07-051-4/+6
* Pass existing trees into load_emerge_config() so that the existing portdbapi ...Zac Medico2006-07-051-4/+4
* Allow the loading of a completely separate config for / and PORTAGE_CONFIGROO...Zac Medico2006-07-051-97/+101
* Fix more $ROOT references for bug #137446.Zac Medico2006-07-041-6/+14
* Fix $ROOT references in the depgraph class for bug #137446.Zac Medico2006-07-041-91/+89
* Remove color from "none" reported by vapier.Zac Medico2006-07-031-2/+2
* Remove commented code cruft.Zac Medico2006-07-031-10/+0
* Do some basic validation of the mtimedb resume data so that assumptions can b...Zac Medico2006-07-031-0/+10
* When displaying the resume merge list, don't show the skipped package when --...Zac Medico2006-07-031-2/+14
* Commit the mtimedb for --skipfirst so that if the user aborts the first packa...Zac Medico2006-07-031-0/+1
* Commit the mtimedb prior to restart via excve for bug #138837.Zac Medico2006-07-021-0/+1
* Use GOOD, BAD, and WARN color classes where appropriate. Thanks to Damien TH...Zac Medico2006-07-011-12/+12
* Use the BAD and GOOD color classes to remove hard coded colors from the depcl...Zac Medico2006-07-011-18/+21
* Add a new MERGE_LIST_PROGRESS color class and remove hard coded yellow/green.Zac Medico2006-07-011-1/+4
* - multi-package emerge now prints the sequence highlighting count and cpv to ...Ned Ludd2006-07-011-1/+1
* Trigger post_emerge() after the relevent actions and commit the mtimedb there.Zac Medico2006-07-011-9/+10
* Pass a config instance into movefile() to avoid dependence on global variables.Zac Medico2006-07-011-1/+1
* In order to ensure that emerge doesn't use any of portage's legacy global var...Zac Medico2006-07-011-10/+47
* Pass a more dbapi instances into doebuild to avoid dependence on global varia...Zac Medico2006-07-011-4/+10
* Pass a portdbapi instance into doebuild to avoid dependence on global variables.Zac Medico2006-07-011-2/+2