summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
|
* emerge.1: update date in headerZac Medico2011-02-021-1/+1
|
* emerge.1: Document mask display for bug 58416.Zac Medico2011-02-021-0/+22
|
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
|
* Display: simplify alignment for mask statusZac Medico2011-02-021-15/+11
|
* 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-011-14/+15
|
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-011-7/+31
| | | | This will fix bug #353443.
* portage.5: update date in headerZac Medico2011-02-011-1/+1
|
* portage.5: document /etc/portage/license_groupsZac Medico2011-02-011-0/+1
|
* doebuild: always return success for listonly modeZac Medico2011-02-011-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-01-311-0/+5
| | | | Avoid issues like bug #353239.
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-01-311-1/+7
| | | | Signal handlers inherited from the parent process are irrelevant here.
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-01-311-0/+6
| | | | This seems to fix bug #353239.
* 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
| | | | This is part of bug 353334.
* depgraph: display 'searching for similar names'Zac Medico2011-01-311-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-01-311-0/+33
|
* ImportModulesTestCase: use iterator, not listZac Medico2011-01-311-6/+3
|
* EbuildBuild: spawn nofetch for fetchonlyZac Medico2011-01-311-5/+12
|
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-01-311-2/+2
|
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-01-311-0/+7
| | | | bug 352208
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-01-313-25/+94
| | | | http://forums.gentoo.org/viewtopic-t-862257.html?sid=9ba8646a15044fe024a41154df351c6a
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-314-47/+28
| | | | | | Hopefully this makes the logic more understandable, though it may support fewer cases. If we want to handle more cases then hopefully we can do it without making the code too complex.
* getRawMissingKeywords: ACCEPT_KEYWORDS, not ARCHZac Medico2011-01-311-1/+1
|
* Display: align nomerge nodes moreZac Medico2011-01-311-4/+12
|
* Display: align blocker and nomerge nodesZac Medico2011-01-311-2/+9
|
* 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
| | | | | | Also remove x.lstrip('~') code from from getRawMissingKeywords() since I don't understand it (was only recently added, and we can add back later if appropriate).
* Properly fix my earlier breakageBrian Dolbec2011-01-301-38/+21
|
* fix a "*" being added for a stable pkg-verBrian Dolbec2011-01-301-2/+3
|
* getRawMaskAtom: handle user negative incrementalsZac Medico2011-01-301-3/+11
|
* Display: show masks in the [ ] partZac Medico2011-01-301-11/+16
| | | | | | | | Symbol | Mask Type -------|----------------- # | package.mask * | missing keyword ~ | unstable keyword
* die: include $EBUILD_PHASE in messageZac Medico2011-01-301-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.
* Fix keywords breakage from last 2 commits.Zac Medico2011-01-302-2/+21
|
* fix the problem of mixing "**" and ebuild keywords for only some archsBrian Dolbec2011-01-302-2/+7
|
* split up the getMissingKeywords code to eliminate code duplication and ↵Brian Dolbec2011-01-301-94/+130
| | | | increase flexibility. Do some pyflakes and pylint cleanup
* isolated-functions.sh: fix syntax error for dieZac Medico2011-01-301-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-01-301-1/+1
|
* repoman: add check for using offset vars with helpersFabian Groffen2011-01-303-3/+14
| | | | | | | New check: NoOffsetWithHelpers. Checks whether helper functions, such as dodir and insinto, are used with offset variables either referring to the installation image (D, ED), the alternate root location (ROOT, EROOT), or the offset prefix (EPREFIX).
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
|
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
|
* make it only print if it is due to an override settingBrian Dolbec2011-01-301-1/+1
|
* Use the new _getRawMissingKeyword() which optimizes the keyword display. ↵Brian Dolbec2011-01-302-55/+51
| | | | Misc. whitespace cleanup
* add getRawMissingKeywords functionsBrian Dolbec2011-01-302-1/+108
|
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-303-26/+53
|
* optimize isHardMasked() a little moreBrian Dolbec2011-01-301-5/+2
|