summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-312-20/+22
* Display: align nomerge nodes moreZac Medico2011-01-311-4/+12
* Display: align blocker and nomerge nodesZac Medico2011-01-311-2/+9
* fix a "*" being added for a stable pkg-verBrian Dolbec2011-01-301-2/+3
* Display: show masks in the [ ] partZac Medico2011-01-301-11/+16
* fix the problem of mixing "**" and ebuild keywords for only some archsBrian Dolbec2011-01-302-2/+7
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
* make it only print if it is due to an override settingBrian Dolbec2011-01-301-1/+1
* Use the new _getRawMissingKeyword() which optimizes the keyword display. Misc...Brian Dolbec2011-01-302-55/+51
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-301-23/+6
* optimize isHardMasked() a little moreBrian Dolbec2011-01-301-5/+2
* Move most of the code to _emerge's Package object. Refine the hardmasking cod...Brian Dolbec2011-01-302-22/+48
* add keyword output info for masked pkgs, fixes bug 58416Brian Dolbec2011-01-301-2/+41
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-01-281-7/+8
* action_info: fix noiselevel for repo/set displaysZac Medico2011-01-281-4/+4
* action_info: use _ENABLE_SET_CONFIG for setsZac Medico2011-01-281-6/+8
* --info: Show installed sets (bug 282250)Sebastian Luther2011-01-281-1/+10
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-01-281-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-01-281-126/+121
* Update Portage to support multiple binhosts.David James2011-01-261-2/+2
* Wildcard support for -c/-CSebastian Luther2011-01-241-1/+24
* fdopen: read from processes in unbuffered modev2.2.0_alpha19Zac Medico2011-01-211-2/+2
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-201-2/+4
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
* depgraph: don't reinstall for changed repoZac Medico2011-01-181-2/+19
* depgraph: avoid updates moreZac Medico2011-01-181-9/+14
* 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.2.0_alpha17Zac 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.2.0_alpha16Zac Medico2011-01-171-0/+4
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* Tweak PollScheduler signal handling.Zac Medico2011-01-152-33/+37
* Remove duplicate Scheduler constructor call.Zac Medico2011-01-151-3/+0
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-155-27/+129
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-2/+2
* AsynchronousLock: use process by defaultZac Medico2011-01-131-1/+9
* Scheduler: free unneeded uninstall task from memv2.2.0_alpha14Zac 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
* REQUIRED_USE: when unsatisfied, show current USEZac Medico2011-01-041-3/+5
* Split out pkg_use_display() from action_info().Zac Medico2011-01-042-58/+68
* composite_db: use ebuild visibility for installedZac Medico2011-01-042-2/+18
* fix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875Zac Medico2011-01-031-1/+1