| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve variables which have been set in global scope using 'declare'. | Arfrever Frehtes Taifersar Arahesis | 2009-10-18 | 2 | -67/+64 |
* | Ind SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute, | Zac Medico | 2009-10-18 | 1 | -1/+4 |
* | Call config._init_dirs() from emerge so that it's not called every time | Zac Medico | 2009-10-18 | 2 | -2/+1 |
* | Automatically create a fallback setconfig, so emerge isn't crippled due to | Zac Medico | 2009-10-18 | 1 | -25/+51 |
* | Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero | Zac Medico | 2009-10-18 | 2 | -0/+21 |
* | Make cpv_getkey() use catpkgsplit() insead of a separate regex. | Zac Medico | 2009-10-18 | 1 | -4/+3 |
* | Fix repoman breakage from previous commit. | Zac Medico | 2009-10-17 | 1 | -4/+4 |
* | Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we want | Zac Medico | 2009-10-17 | 1 | -15/+70 |
* | Bug #273636 - Add doins and newins support for symlink preservation in | Zac Medico | 2009-10-17 | 2 | -7/+30 |
* | Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o> | Zac Medico | 2009-10-17 | 1 | -0/+5 |
* | Use short substitution syntax in use_with() and use_enable(). Thanks to | Zac Medico | 2009-10-17 | 1 | -18/+4 |
* | Fix einstall() change from previous commit, for compatibility with empty | Zac Medico | 2009-10-17 | 1 | -1/+1 |
* | Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoid | Zac Medico | 2009-10-17 | 1 | -18/+18 |
* | Fix WorldHandler to use the "selected" set. | Zac Medico | 2009-10-17 | 1 | -2/+2 |
* | In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen | Zac Medico | 2009-10-17 | 1 | -1/+1 |
* | Make phase variable local in has_phase_defined_up_to(). | Zac Medico | 2009-10-17 | 1 | -0/+1 |
* | Simplify the conditionals from bug #273648. Thanks to Jonathan Callen | Zac Medico | 2009-10-17 | 2 | -18/+14 |
* | Bug #273648 - EAPI 3 - the following condtions must be met: | Zac Medico | 2009-10-17 | 1 | -13/+49 |
* | Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This is | Zac Medico | 2009-10-16 | 3 | -0/+27 |
* | Bug #266454 - Make @world an all-inclusive set once again, like it was prior | Zac Medico | 2009-10-16 | 13 | -61/+80 |
* | Remove soname_cache inside calc_depclean() since LinkageMap caches that | Zac Medico | 2009-10-16 | 1 | -5/+1 |
* | Ensure that /dev/std* streams have appropriate sandbox permission for | Zac Medico | 2009-10-16 | 1 | -0/+6 |
* | TODO: Make resume_depgraph() return reasons for dropped_tasks, for | Zac Medico | 2009-10-16 | 1 | -0/+1 |
* | Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses. | Zac Medico | 2009-10-16 | 1 | -0/+3 |
* | Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever for | Zac Medico | 2009-10-15 | 1 | -0/+3 |
* | Add the "test" flag to implicit IUSE, so handling of FEATURES=test is | Zac Medico | 2009-10-15 | 1 | -1/+8 |
* | Only call _test_pty_eof() on Linux, since it seems to hang on most other | Zac Medico | 2009-10-14 | 2 | -7/+25 |
* | Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES. | Zac Medico | 2009-10-14 | 1 | -0/+18 |
* | Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to the | Zac Medico | 2009-10-14 | 1 | -14/+19 |
* | When --depclean pulls in the provider of a library because of installed | Zac Medico | 2009-10-14 | 1 | -1/+8 |
* | Implement __len__. | Zac Medico | 2009-10-13 | 1 | -0/+5 |
* | Implement FetchlistDict.__len__, in order to avoid | Zac Medico | 2009-10-12 | 1 | -0/+5 |
* | Add a note about ACCEPT_LICENSE.v2.2_rc46 | Zac Medico | 2009-10-12 | 1 | -0/+4 |
* | Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs. | Zac Medico | 2009-10-12 | 1 | -2/+9 |
* | Add a reference to GLEP 23. | Zac Medico | 2009-10-12 | 1 | -2/+4 |
* | Document license_groups. | Zac Medico | 2009-10-12 | 1 | -2/+19 |
* | Use a shell script wrapper for EPYTHON handling. | Zac Medico | 2009-10-11 | 1 | -1/+11 |
* | Use a shell script for dohtml instead of a function, for xargs compatibility. | Zac Medico | 2009-10-11 | 2 | -7/+11 |
* | Rename dohtml to dohtml.py. Next commit will add a shell script wrapper for | Zac Medico | 2009-10-11 | 1 | -0/+0 |
* | Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError. | Zac Medico | 2009-10-11 | 1 | -1/+5 |
* | Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageName | Zac Medico | 2009-10-11 | 1 | -5/+1 |
* | Add a xpak-helper.py script, so that shell code always calls python via | Zac Medico | 2009-10-11 | 2 | -1/+71 |
* | Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: | Zac Medico | 2009-10-11 | 2 | -2/+2 |
* | Add some more EPYTHON safety. | Zac Medico | 2009-10-11 | 2 | -3/+3 |
* | Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ... | Arfrever Frehtes Taifersar Arahesis | 2009-10-11 | 1 | -7/+23 |
* | Add notes about python3 support.v2.2_rc45 | Zac Medico | 2009-10-10 | 2 | -0/+6 |
* | Fix formatting. | Zac Medico | 2009-10-10 | 1 | -1/+1 |
* | Add a note about --update and bug #275945 for 2.1.7. | Zac Medico | 2009-10-10 | 1 | -0/+7 |
* | Discard the log on success, since otherwise we'll have multiple log files for | Zac Medico | 2009-10-10 | 1 | -1/+9 |
* | Document 'backtracking' in the MASKED PACKAGES section. | Zac Medico | 2009-10-10 | 1 | -0/+7 |