summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* 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
* add getRawMissingKeywords functionsBrian Dolbec2011-01-302-1/+108
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-302-3/+47
* bintree: warn for missing binhost TIMESTAMPZac Medico2011-01-291-0/+2
* Fix selinux import error handling.Zac Medico2011-01-291-0/+1
* Test import of all modules.Zac Medico2011-01-283-3/+39
* Show use conditionals in old style dep chainsSebastian Luther2011-01-281-0/+33
* binarytree: fix BASE_URI for old-style binhostZac Medico2011-01-261-0/+1
* binarytree: fix broken BASE_URI initializationZac Medico2011-01-261-2/+3
* Update Portage to support multiple binhosts.David James2011-01-261-15/+19
* grab_updates: return all after first modifiedZac Medico2011-01-251-3/+11
* Wildcard support for -c/-CSebastian Luther2011-01-242-1/+41
* fdopen: read from processes in unbuffered modev2.2.0_alpha19Zac Medico2011-01-213-5/+5
* test_pty_eof: separate classes for self.todoZac Medico2011-01-211-1/+2
* Fix a typo in a comment.Zac Medico2011-01-201-1/+1
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-202-4/+4