summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* EbuildMetadataPhase: tweak metadata_callback usageZac Medico2011-10-151-3/+2
* EbuildMetadataPhase: fix parse-eapi-ebuild-headZac Medico2011-10-151-2/+7
* EbuildMetadataPhase: fix broken _metadata_callbackZac Medico2011-10-151-2/+2
* EbuildMetadataPhase: use b''.join() for bytesZac Medico2011-10-151-3/+3
* emerge --metadata: fix empty INHERITED handlingZac Medico2011-10-141-3/+3
* emerge --metadata: fix breakageZac Medico2011-10-141-0/+4
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-143-18/+19
* cache.util: drop completely dead module/codeBrian Harring2011-10-141-21/+5
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-8/+0
* FakeVartree: disable match wrapper if necessaryv2.2.0_alpha66Zac Medico2011-10-101-2/+2
* FakeVartree: type from last commitZac Medico2011-10-101-1/+1
* FakeVartree: fix sync for --dynamic-deps=nZac Medico2011-10-101-1/+2
* Scheduler: fix myopts typo from last commitZac Medico2011-10-101-1/+1
* Add emerge --dynamic-deps <y|n> option.Zac Medico2011-10-105-6/+27
* Skip PORTAGE_TMPDIR write check for fetchonly.Zac Medico2011-10-091-6/+7
* show_ignored_binaries: filter noise, bug #386379Zac Medico2011-10-091-0/+26
* Prefer slot conflict over blocker display.Zac Medico2011-10-021-5/+6
* print_changelog: if no changelogs, no newlineZac Medico2011-10-021-0/+2
* depgraph: tweak virtual transition codeZac Medico2011-09-301-5/+5
* depgraph: pull in new-style virtuals moreZac Medico2011-09-301-0/+6
* tweak "missed updates" code from last commitZac Medico2011-09-281-3/+3
* depgraph: verify "missed updates"Zac Medico2011-09-281-0/+4
* manifest: controllable per repoBrian Harring2011-09-271-9/+12
* depgraph: handle unicode exception for bug 384749Zac Medico2011-09-271-2/+3
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-09-231-1/+1
* Tweak auto --binpkg-respect-use more.Zac Medico2011-09-221-2/+1
* Tweak automatic --binpkg-respect-use behavior.Zac Medico2011-09-213-7/+22
* Make --binpkg-respect-use=y the defaultSebastian Luther2011-09-211-4/+6
* Warn about ignored binary packages with non matching USESebastian Luther2011-09-211-3/+44
* emerge: add --complete-graph-if-new-ver < y | n >Zac Medico2011-09-213-12/+23
* Point users to the man page instead of duplicating it in --helpSebastian Luther2011-09-212-814/+5
* autounmask: Always use unresticted atoms for license and USE changesSebastian Luther2011-09-212-17/+12
* Reject inconsistent backtrack parametersSebastian Luther2011-09-202-5/+25
* Document ** keyword for --autounmask-keep-masks.Zac Medico2011-09-191-2/+2
* Suggest --autounmask-keep-masks for ** keyword.Zac Medico2011-09-191-2/+5
* Suggest --autounmask-keep-masks instead of --autounmask=nSebastian Luther2011-09-191-7/+3
* autounmask: Add --autounmask-keep-masks optionSebastian Luther2011-09-193-1/+21
* autounmask: Add --autounmask-unrestricted-atoms optionSebastian Luther2011-09-193-16/+48
* Test --prune with virtual slots.Zac Medico2011-09-181-1/+2
* get_dep_chain: fix KeyError if start_node is rootZac Medico2011-09-181-1/+1
* autounmask: Document where changes are writenSebastian Luther2011-09-181-1/+5
* autounmask: Ensure a suitable parent is displayed in the dep chainSebastian Luther2011-09-181-1/+33
* depclean: don't remove new virtual slotsZac Medico2011-09-181-1/+2
* _RepoDisplay: split PORTDIR_OVERLAY with shlexZac Medico2011-09-171-2/+2
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-141-1/+0
* Fix multislot handling for depclean (bug #382823)Zac Medico2011-09-141-4/+14
* Bind all manifest access through repoconfigsBrian Harring2011-09-122-3/+7
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-111-11/+58
* Revert virtual slot update code for bug 382557.Zac Medico2011-09-111-1/+0
* depgraph: refactor virtual slot --update codeZac Medico2011-09-101-28/+26