summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in old-style virtuals code from previous commit.Zac Medico2009-03-291-1/+1
* Inside depgraph.validate_blockers(), prevent false positives in PROVIDEZac Medico2009-03-291-5/+14
* Document --root and --config-root.Zac Medico2009-03-291-0/+12
* Add a --root option that sets $ROOT (complements the --config-root option).Zac Medico2009-03-291-1/+7
* Add support for --rdeps-only and --root-deps options which are useful inZac Medico2009-03-292-1/+28
* Bug #243220 - Show messages in emerge.log when old versions are uninstalledZac Medico2009-03-281-1/+5
* Don't show the package counter for "Uninstalling" messages.Zac Medico2009-03-281-3/+6
* Add (x of y ) package counter in the "Installing" message, similar to theZac Medico2009-03-281-1/+5
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-241-0/+6
* Update code for removing noauto from FEATURES since config.features is aZac Medico2009-03-241-3/+2
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-241-1/+8
* If a package is masked by EAPI then don't show any other masking reasons.Zac Medico2009-03-231-3/+9
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-231-0/+14
* When calling doebuild() to spawn the 'depend' phase, just call config.setcpv()Zac Medico2009-03-231-1/+1
* Fix argument validation to allow file paths. Thanks to Arfrever for reporting.Zac Medico2009-03-221-0/+7
* Normalize try/except indentation for compatibility with 2to3.Zac Medico2009-03-201-2/+4
* Validate argument atoms earlier for build actions.v2.2_rc26Zac Medico2009-03-171-0/+12
* Bug #261670 - Automatically revert the CHOST metadata to the initial valuev2.2_rc25Zac Medico2009-03-121-0/+1
* Update docstring for EbuildBuildDir.clean_log().Zac Medico2009-03-121-2/+1
* Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()Zac Medico2009-03-121-15/+9
* Bug #261992 - Inside Binpkg._prefetch_exit(), avoid potention issues withZac Medico2009-03-121-6/+8
* Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]]Zac Medico2009-03-121-7/+0
* Bug #262211 - Avoid triggering an InvalidAtom exception inside the PackageZac Medico2009-03-111-1/+6
* Bug #262012 - Only trigger the slot conflict message about --newuse whenZac Medico2009-03-111-1/+5
* Use protocol=2 for pickle.dump() calls, so that pickles written by py3k willZac Medico2009-03-101-1/+1
* Reorganize code for --digests and FEATURES=digest.Zac Medico2009-03-091-21/+49
* Bug #261675 - Generate manifests in advance when FEATURES=digest is enabled.Zac Medico2009-03-091-1/+8
* Make the --digest warning message show for FEATURES=digest.Zac Medico2009-03-091-2/+7
* Always use basestring instead of str with isinstance().Zac Medico2009-03-071-1/+1
* Make --searchdesc imply --search inside parse_opts().Zac Medico2009-03-051-8/+3
* Only generate PORTAGE_COUNTER_HASH for actions that can involve vdbZac Medico2009-03-051-1/+2
* Make --version and action.Zac Medico2009-03-051-3/+3
* Set Unpickler.find_global = None when possible and handle AttributeErrorZac Medico2009-03-051-0/+5
* Remove unnecessary creation of lists when iterating over digraphs forZac Medico2009-03-051-2/+2
* Bug #256289 - When displaying an unsatisfied USE dep and all packages withZac Medico2009-03-041-8/+24
* When ACCEPT_CHOSTS is set, enable CHOST masking for unbuilt ebuilds. ThisZac Medico2009-03-021-4/+11
* Skip the code from bug #259954 when $ROOT != / since it shouldn't matter ifZac Medico2009-03-011-0/+6
* Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k.Zac Medico2009-02-271-0/+2
* Remove recursion code from Scheduler._system_merge_started() since indirectZac Medico2009-02-261-38/+13
* In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverseZac Medico2009-02-261-1/+8
* Bug #259954 - Do not spawn parallel build when the system is in a fragileZac Medico2009-02-261-1/+65
* Remove stray parenthesis.Zac Medico2009-02-261-1/+1
* Inside depgraph._merge_order_bias(), promote deep system runtime deps towardZac Medico2009-02-261-32/+60
* Implement BlockerDepPriority.__str__().Zac Medico2009-02-261-0/+3
* Fix typo in DepPriority.__str__().Zac Medico2009-02-251-1/+1
* When displaying reverse dependencies in verbose --depclean/--prune output,Zac Medico2009-02-231-2/+11
* When decoding term codes inside the JobStatusDisplay constructor, use theZac Medico2009-02-221-1/+2
* In EbuildFetchonly.execute(), skip builddir creation when the ebuild doesZac Medico2009-02-221-4/+26
* For python-3.0 compatibility, open files in binary mode insideZac Medico2009-02-211-3/+3
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-02-201-16/+8