summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Use get(REQUIRED_USE) for emphasis.Zac Medico2011-11-091-3/+3
* depgraph: fix possible REQUIRED_USE KeyErrorZac Medico2011-11-081-1/+1
* depgraph._queue_disjunctive_deps(): Pass EAPI to portage.dep.Atom().Arfrever Frehtes Taifersar Arahesis2011-11-071-1/+1
* Allow repository dependencies in command line arguments for --config and --in...Arfrever Frehtes Taifersar Arahesis2011-11-072-2/+2
* Fix breakage from last commit.Zac Medico2011-11-071-1/+1
* REQUIRED_USE: don't save in built packagesZac Medico2011-11-073-4/+5
* emerge --changelog: ChangeLog-YYYY, bug #389611Zac Medico2011-11-061-19/+30
* Respect --usepkgonly in suggestions, bug #389617Zac Medico2011-11-061-1/+2
* Add emerge --moo action for bug #389609.Zac Medico2011-11-061-16/+25
* git_sync_timestamps: validation_chf == mtimeZac Medico2011-10-291-2/+1
* Use dbapi._known_keys more.Zac Medico2011-10-291-2/+1
* action_metadata: clean up src entry validationZac Medico2011-10-291-34/+10
* EbuildMetadataPhase: use /dev/null for stdinZac Medico2011-10-292-7/+3
* actions.py: remove unused variablesZac Medico2011-10-291-9/+1
* action_metadata: use auxdbkeys to compare entriesZac Medico2011-10-291-7/+1
* emerge --metadata: support md5-dictZac Medico2011-10-291-4/+32
* git_sync_timestamps: fix breakageZac Medico2011-10-281-9/+18
* Use EROOT to validate path arguments.Zac Medico2011-10-282-5/+5
* Use any() instead of list(filter()).Zac Medico2011-10-281-1/+1
* Check for bytes instead of unicode in args.Zac Medico2011-10-281-2/+1
* stacklevel=3 for properties warningsZac Medico2011-10-271-1/+1
* fix previous commit to call ensure_dirsZac Medico2011-10-271-1/+2
* Run pkg_pretend in PORTAGE_TMPDIR for bug #388593Zac Medico2011-10-271-1/+2
* Add emerge --check-news for bug #388233.Zac Medico2011-10-261-1/+14
* Add public news functions for bug #388233.Zac Medico2011-10-261-67/+11
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-258-95/+96
* create_trees: save target_root for later useZac Medico2011-10-251-7/+1
* Remove unused root parameters from doebuild callsZac Medico2011-10-242-3/+3
* deprecate "root" attributesZac Medico2011-10-242-3/+13
* Skip global updates prior to sync (called after).Zac Medico2011-10-231-1/+2
* depgraph: fix installed masked warningZac Medico2011-10-201-7/+8
* resolver/output: use set for myfetchlist hashingZac Medico2011-10-191-2/+2
* resolver/output: display binary fetch sizeZac Medico2011-10-191-5/+14
* python3.2 fixes: "ResourceWarning: unclosed file"Zac Medico2011-10-171-3/+3
* EbuildMetadataPhase: avoid redundant EAPI parsingZac Medico2011-10-161-2/+4
* Add --binpkg-exclude optionSebastian Luther2011-10-163-6/+32
* MetadataRegen: remove unused importZac Medico2011-10-151-1/+0
* 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