summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* doebuild: allow_missing_manifests AttributeErrorZac Medico2011-09-281-1/+1
* Manifest.write(): tweak unlink logicZac Medico2011-09-271-2/+6
* manifest: controllable per repoBrian Harring2011-09-277-19/+45
* depgraph: handle unicode exception for bug 384749Zac Medico2011-09-271-2/+3
* merge: handle \r in file names for bug #384597Zac Medico2011-09-271-3/+4
* porttree.py: remove unused variablesZac Medico2011-09-271-7/+5
* Cleanup unused variables / imports reported by pyflakes.David James2011-09-262-4/+1
* tests/emerge: call ebuild(1)Zac Medico2011-09-261-0/+9
* portdbapi.xmatch: fix unknown repo / return emptyZac Medico2011-09-241-1/+4
* portdbapi: deprecate unused 'visible' methodZac Medico2011-09-241-7/+6
* portdbapi.xmatch: combine match-all with othersZac Medico2011-09-241-22/+3
* portdbapi.xmatch: combine minimum-all/*-visibleZac Medico2011-09-241-25/+4
* portdbapi.xmatch: combine *-visible codeZac Medico2011-09-241-13/+17
* portdbapi.xmatch: optimize minimum-visibleZac Medico2011-09-241-10/+4
* dbapi: split _match_use from _iter_match_useZac Medico2011-09-241-47/+53
* portdbapi: tweak single-tree optimizationZac Medico2011-09-241-8/+21
* portdbapi.xmatch: use _visible moreZac Medico2011-09-241-21/+4
* Invalidate 'no-herd', there will be no special herds.Michał Górny2011-09-241-4/+0
* portdbapi: split _visible from _iter_visibleZac Medico2011-09-241-33/+35
* portdbapi: move repo loop to _iter_visibleZac Medico2011-09-241-58/+65
* pordbapi: split _iter_visible method from visibleZac Medico2011-09-241-10/+14
* portdbapi: combine gvisible and visible methodsZac Medico2011-09-241-29/+20
* portdbapi.xmatch: deprecate *match-listZac Medico2011-09-231-9/+15
* portdbapi.xmatch: fix minimum-all for multi-repoZac Medico2011-09-231-7/+16
* Fix cp_list mytree argument for match-all.Zac Medico2011-09-231-1/+1
* portdbapi.xmatch: fix match-all for multi-repoZac Medico2011-09-231-7/+19
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-09-231-1/+1
* portdbapi.xmatch: deprecate list-visibleZac Medico2011-09-221-0/+5
* Fix Atom.with_repo() bugs.Zac Medico2011-09-221-5/+2
* Fix minimum/bestmatch-visible for multi-repo.Zac Medico2011-09-221-31/+52
* portdbapi: handle multi-repo visiblityZac Medico2011-09-221-16/+29
* Atom: add a with_repo method for adding a repoZac Medico2011-09-221-0/+12
* fetch: remove stray print for bug 383859Zac Medico2011-09-221-1/+0
* Test direct virtual circular dep for bug #384107.Zac Medico2011-09-221-0/+29
* Test || choice circular handling.Zac Medico2011-09-221-0/+32
* 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
* add install hooksBrian Harring2011-09-211-1/+2
* emerge: add --complete-graph-if-new-ver < y | n >Zac Medico2011-09-214-12/+89
* 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-203-5/+68
* 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-194-1/+60
* autounmask: Add --autounmask-unrestricted-atoms optionSebastian Luther2011-09-193-16/+48
* Test --prune with virtual slots.Zac Medico2011-09-183-3/+17