summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* get_dep_chain: add "set" node typev2.1.9.36Zac Medico2011-02-041-2/+5
* depgraph: make downgrades trigger complete graphZac Medico2011-02-041-2/+21
* depgraph: don't drop deps in _add_depZac Medico2011-02-041-29/+0
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-031-1/+14
* action_uninstall: allow repo with wildcard atomZac Medico2011-02-031-1/+1
* depgraph: use catsplit where appropriateZac Medico2011-02-021-2/+2
* depgraph: remove obsolete gpg exception handlersZac Medico2011-02-021-14/+0
* depgraph: skip backtrack for fatal errorsZac Medico2011-02-021-0/+10
* depgraph: rm obsolete AmbguousPackageName handlerZac Medico2011-02-021-21/+2
* REQUIRED_USE: no autounmask, so skip backtrackingZac Medico2011-02-021-3/+8
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
* REQUIRED_USE: add blank line after displayZac Medico2011-02-021-0/+1
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-021-36/+35
* _get_dep_chain: allow SetArg for first nodeZac Medico2011-02-021-14/+15
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-021-7/+32
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+6
* depgraph: display 'searching for similar names'Zac Medico2011-02-021-3/+11
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-02-021-0/+33
* EbuildBuild: spawn nofetch for fetchonlyZac Medico2011-02-021-5/+12
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-02-021-0/+7
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-02-021-14/+71
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-02-021-7/+8
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-02-021-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-02-021-126/+121
* Update Portage to support multiple binhosts.David James2011-02-021-2/+2
* Wildcard support for -c/-CSebastian Luther2011-02-021-1/+24
* fdopen: read from processes in unbuffered modev2.1.9.35Zac Medico2011-01-211-2/+2
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-211-2/+4
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
* depgraph: avoid updates moreZac Medico2011-01-181-9/+13
* Fix some poor installed/masked || choices.Zac Medico2011-01-181-12/+7
* doebuild_environent: handle A/AA initializationZac Medico2011-01-182-14/+1
* Fix broken pkg.use.enabled ref from last commit.v2.1.9.33Zac Medico2011-01-171-1/+1
* EbuildBuild: Ensure $A is defined in pkg_nofetch.Zac Medico2011-01-171-1/+8
* Scheduler: remove uninstall task from pkg_queuev2.1.9.32Zac Medico2011-01-171-0/+4
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* Tweak PollScheduler signal handling.Zac Medico2011-01-162-33/+37
* Remove duplicate Scheduler constructor call.Zac Medico2011-01-161-3/+0
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-165-27/+129
* When killed by signal, return 128 + signum.Zac Medico2011-01-161-2/+2
* AsynchronousLock: use process by defaultZac Medico2011-01-161-1/+9
* Scheduler: free unneeded uninstall task from memv2.1.9.30Zac Medico2011-01-061-1/+5
* Scheduler: handle same cpv with different SLOTZac Medico2011-01-051-0/+3
* Scheduler: fix reposyntax uninstall hash breakageZac Medico2011-01-051-8/+10
* Scheduler: always share FakeVartree pkg_cacheZac Medico2011-01-051-1/+2
* Scheduler: avoid unecessary Package instancesZac Medico2011-01-051-1/+0
* Scheduler: cache more Packages in --nodeps modeZac Medico2011-01-051-0/+2
* Scheduler: cache Package instance moreZac Medico2011-01-051-9/+12