summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* depgraph: make downgrades trigger complete graphZac Medico2011-02-041-2/+21
| | | | | It's common for downgrades to break dependencies, as in bug #353613, so automatically trigger complete graph mode when a downgrade is found.
* 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
|
* depgraph: don't drop deps in _add_depZac Medico2011-02-041-29/+0
| | | | | | This will fix bug #353613. We remove a hunk of code that was meant to limit recursion, but is obsolete an buggy. The recursion limiting is now handled by _add_pkg and the _ignored_deps stack.
* 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
|
* parse_metadata_use(): omit empty text tokens.Michał Górny2011-02-031-1/+2
|
* REQUIRED_USE: fix parens display and testZac Medico2011-02-032-3/+36
|
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-033-8/+136
| | | | This will fix bug #353234.
* action_uninstall: allow repo with wildcard atomZac Medico2011-02-031-1/+1
|
* bintree: cleanup/fix old binhost code moreZac Medico2011-02-021-4/+2
|
* depgraph: use catsplit where appropriateZac Medico2011-02-021-2/+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
|
* depgraph: remove obsolete gpg exception handlersZac Medico2011-02-021-14/+0
|
* depgraph: skip backtrack for fatal errorsZac Medico2011-02-021-0/+10
|
* depgraph: rm obsolete AmbguousPackageName handlerZac Medico2011-02-021-21/+2
|
* repoman.1: new variable.usedwithhelpers checkZac Medico2011-02-021-1/+4
|
* REQUIRED_USE: no autounmask, so skip backtrackingZac Medico2011-02-021-3/+8
|
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
|
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
|
* REQUIRED_USE: add blank line after displayZac Medico2011-02-021-0/+1
|
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-022-37/+60
|
* _get_dep_chain: allow SetArg for first nodeZac Medico2011-02-021-14/+15
|
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-021-7/+32
| | | | This will fix bug #353443.
* portage.5: update date in headerZac Medico2011-02-021-1/+1
|
* portage.5: document /etc/portage/license_groupsZac Medico2011-02-021-0/+1
|
* doebuild: always return success for listonly modeZac Medico2011-02-021-0/+6
| | | | | | This compensates for changed fetch() return value in commit 394cd4a00d37fd078f8dd40f89f8c810355d7816, which serves to trigger the pkg_nofetch phase inside doebuild().
* _exec: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+5
| | | | Avoid issues like bug #353239.
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-02-021-1/+7
| | | | Signal handlers inherited from the parent process are irrelevant here.
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+6
| | | | This seems to fix bug #353239.
* emerge: spawn nofetch for --pretend --fetchZac Medico2011-02-021-0/+1
| | | | This is part of bug 353334.
* depgraph: display 'searching for similar names'Zac Medico2011-02-021-3/+11
| | | | It can take few seconds to search, so display a status message.
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-02-021-0/+33
|
* ImportModulesTestCase: use iterator, not listZac Medico2011-02-021-6/+3
|
* EbuildBuild: spawn nofetch for fetchonlyZac Medico2011-02-021-5/+12
|
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-02-021-2/+2
|
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-02-021-0/+7
| | | | bug 352208
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-02-023-25/+94
| | | | http://forums.gentoo.org/viewtopic-t-862257.html?sid=9ba8646a15044fe024a41154df351c6a
* ebuild_xattr: lazily import xattrZac Medico2011-02-022-3/+4
|
* test/lint/test_import_modules.py: Better error reporting and expected failuresSebastian Luther2011-02-021-1/+10
|
* die: include $EBUILD_PHASE in messageZac Medico2011-02-021-1/+5
| | | | | When a helper binary dies automatically in EAPI 4 and later, we don't get a stack trace, so at least report the phase that failed.
* isolated-functions.sh: fix syntax error for dieZac Medico2011-02-021-2/+4
| | | | | | | | Fix die so that dump_trace is not called when the main script is a helper binary. This prevents the following error message when a helper dies automatically in EAPI 4: isolated-functions.sh: line 61: p -= : syntax error: operand expected (error token is "-= ")
* NoOffsetWithHelpers: fix invalid errors nameFabian Groffen2011-02-021-1/+1
|