aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getportageversion: handle repo: in parent fileZac Medico2012-06-221-0/+15
* action_build: always display_problemsZac Medico2012-06-211-0/+10
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-101-8/+0
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-6/+2
* Scheduler: optimize action_uninstallZac Medico2012-04-051-1/+1
* Localize config update messages, bug #409835.Greg Turner2012-03-271-7/+9
* unmerge: fix return code for bug #409647Zac Medico2012-03-251-7/+3
* Exit status 128 + SIGINT for --ask 'no' answer.Zac Medico2012-03-251-5/+5
* emerge --sync: use yellow for portage update msgZac Medico2012-03-251-4/+5
* Map emerge --buildpkg=n to FEATURES=-buildpkg.Zac Medico2012-03-211-1/+4
* Use Popen to avoid unnecessary shell.Zac Medico2012-03-081-8/+45
* action_build: return 1 for "no" --ask answerZac Medico2012-02-291-1/+1
* Add --human-readable to rsync opts for bug 269410Zac Medico2012-01-121-0/+1
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-11/+8
* load_emerge_config: change order of code backZac Medico2011-12-101-7/+6
* config: init data/output modules in constructorZac Medico2011-12-101-4/+0
* actions.py: fix grammar in commentZac Medico2011-12-101-1/+1
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-1/+1
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-1/+1
* load_emerge_config: init portage.data earlierZac Medico2011-12-081-7/+10
* Enable PORTAGE_GRPNAME/USERNAME in make.conf.Zac Medico2011-12-081-0/+1
* action_sync: fix git_sync_timestamps KeyErrorZac Medico2011-12-061-8/+15
* action_depclean: fix return codeZac Medico2011-12-021-4/+9
* emerge --quiet-build: don't set PORTAGE_QUIETZac Medico2011-11-161-1/+1
* Allow repository dependencies in command line arguments for --config and --in...Arfrever Frehtes Taifersar Arahesis2011-11-071-1/+1
* 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-291-6/+0
* 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-281-1/+1
* Add public news functions for bug #388233.Zac Medico2011-10-261-67/+11
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-51/+54
* create_trees: save target_root for later useZac Medico2011-10-251-7/+1
* 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-141-4/+6
* 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
* Test --prune with virtual slots.Zac Medico2011-09-181-1/+2
* Update unread news items in --pretend mode.Zac Medico2011-09-041-4/+17
* Respect package.env buildpkg FEATURES settings.Zac Medico2011-08-301-0/+3
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+2
* action_info: don't mix print with writemsg_stdoutZac Medico2011-08-041-46/+45
* LinkageMapELF: add getOwners() method and use itZac Medico2011-07-221-1/+9
* Make emerge --noreplace identical to --selective.Zac Medico2011-07-191-4/+4
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-121-5/+2