summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* depgraph: avoid atom hash collisions in dep_checkZac Medico2011-02-121-8/+16
* depgraph: return virtual edges from select_atomsZac Medico2011-02-121-3/+4
* depgraph: fix distorted display of virtualsZac Medico2011-02-111-0/+6
* expand_new_virtuals: fix pkg_use_enabled callZac Medico2011-02-081-4/+4
* repoman.herdbase: tolerate expat ImportErrorZac Medico2011-02-081-1/+0
* portage.debug: handle threading ImportErrorZac Medico2011-02-081-2/+8
* test_import_modules: exempt repoman.herdbaseZac Medico2011-02-081-0/+1
* cache.ebuild_xattr: don't import ENODATA globallyZac Medico2011-02-071-6/+7
* expand_new_virtuals: handle None for myusev2.2.0_alpha22Zac Medico2011-02-071-1/+5
* expand_new_virtuals: fix last commit USE handlingZac Medico2011-02-071-2/+5
* Update dates in headers.Zac Medico2011-02-072-2/+2
* paren_reduce: allow parens in atoms, for EAPI 4Zac Medico2011-02-072-1/+3
* expand_new_virtuals: fix logic from prev commitZac Medico2011-02-071-1/+5
* expand_new_virtuals: save atom unevaluated useZac Medico2011-02-071-2/+2
* cache.sqlite: handle sqlite ImportErrorv2.2.0_alpha21Zac Medico2011-02-061-8/+15
* check_required_use: remove obsolete hunkZac Medico2011-02-041-9/+0
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-042-10/+23
* REQUIRED_USE: fix single child conditionals dispZac Medico2011-02-041-4/+4
* check_required_use: clarify operator logicZac Medico2011-02-042-8/+12
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-042-13/+36
* ebuild(1): skip REQUIRED_USE for some phasesZac Medico2011-02-041-1/+3
* ebuild(1): ensure REQUIRED_USE is satisfiedZac Medico2011-02-041-2/+25
* Remove from list by index, not search.Zac Medico2011-02-031-1/+1
* REQUIRED_USE: more display testsZac Medico2011-02-031-0/+10
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-032-4/+48
* REQUIRED_USE: fix parens display and testZac Medico2011-02-032-3/+36
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-032-7/+122
* bintree: cleanup/fix old binhost code moreZac Medico2011-02-021-4/+2
* bintree: clean up dict use in old binhost codeZac Medico2011-02-021-2/+3
* bintree: add missing del from previous commitZac Medico2011-02-021-1/+1
* bintree: remove unused __remotepkgsZac Medico2011-02-021-10/+5
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-021-1/+25
* doebuild: always return success for listonly modeZac Medico2011-02-011-0/+6
* _exec: use default SIGINT/TERM handlersZac Medico2011-01-311-0/+5
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-01-311-1/+7
* put main code in a private func() to remove near duplicated codeBrian Dolbec2011-01-311-14/+29
* emerge: spawn nofetch for --pretend --fetchZac Medico2011-01-311-0/+1
* ImportModulesTestCase: use iterator, not listZac Medico2011-01-311-6/+3
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-01-311-2/+2
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-01-312-11/+23
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-312-27/+6
* getRawMissingKeywords: ACCEPT_KEYWORDS, not ARCHZac Medico2011-01-311-1/+1
* getRawMissingKeywords: fix getEgroups breakageZac Medico2011-01-311-1/+1
* ebuild_xattr: lazily import xattrZac Medico2011-01-302-3/+4
* test/lint/test_import_modules.py: Better error reporting and expected failuresSebastian Luther2011-01-301-1/+10
* KeywordsManager: use lists where order mattersZac Medico2011-01-301-11/+12
* Properly fix my earlier breakageBrian Dolbec2011-01-301-38/+21
* getRawMaskAtom: handle user negative incrementalsZac Medico2011-01-301-3/+11
* Fix keywords breakage from last 2 commits.Zac Medico2011-01-302-2/+21
* split up the getMissingKeywords code to eliminate code duplication and increa...Brian Dolbec2011-01-301-94/+130