summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Die at the beginning of install_qa_check if ${D} doesn't exist. See bug #140...Zac Medico2006-07-131-2/+1
* 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
* Move code out of global scope.Zac Medico2006-07-101-10/+12
* 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
* Update error handling for write_atomic calls to use PortageException.Zac Medico2006-07-091-2/+2
* 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
* remove pointless line that just ruins the displayMike Frysinger2006-07-061-1/+0
* 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
* Make a backup of ACCEPT_KEYWORDS when repoman changes it for each profile. T...Zac Medico2006-07-051-0/+2
* Fix repoman breakage due to the fact that portage.portagetree now creates it'...Zac Medico2006-07-051-7/+9
* 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
* Ignore hidden directories (such as .svn) when building the scanlist.Zac Medico2006-07-021-2/+2
* Commit the mtimedb prior to restart via excve for bug #138837.Zac Medico2006-07-021-0/+1
* Add support for arch.list in overlays (bug #137975).Zac Medico2006-07-021-7/+6
* Add support for licenses in overlays (bug #137975).Zac Medico2006-07-021-1/+3
* Add overlay support for use.local.desc in repoman.Zac Medico2006-07-021-0/+12
* Fix import issues reported by pyflakes.Zac Medico2006-07-021-4/+4
* Add a new parse_use_local_desc() function.Zac Medico2006-07-021-11/+25
* 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