| Commit message (Expand) | Author | Age | Files | Lines |
* | Update dep_getusedeps() docstring. Thanks to Douglass Anderson | Zac Medico | 2009-03-30 | 1 | -2/+2 |
* | Fix bug in old-style virtuals code from previous commit. | Zac Medico | 2009-03-29 | 1 | -1/+1 |
* | Inside depgraph.validate_blockers(), prevent false positives in PROVIDE | Zac Medico | 2009-03-29 | 1 | -5/+14 |
* | Document --root and --config-root. | Zac Medico | 2009-03-29 | 1 | -0/+12 |
* | Add a --root option that sets $ROOT (complements the --config-root option). | Zac Medico | 2009-03-29 | 1 | -1/+7 |
* | Add support for --rdeps-only and --root-deps options which are useful in | Zac Medico | 2009-03-29 | 2 | -1/+28 |
* | Bug #243220 - Show messages in emerge.log when old versions are uninstalled | Zac Medico | 2009-03-28 | 2 | -6/+37 |
* | Don't show the package counter for "Uninstalling" messages. | Zac Medico | 2009-03-28 | 1 | -3/+6 |
* | Add (x of y ) package counter in the "Installing" message, similar to the | Zac Medico | 2009-03-28 | 1 | -1/+5 |
* | Make the argument hash in config.setcpv() a little stronger.v2.2_rc28 | Zac Medico | 2009-03-27 | 1 | -5/+7 |
* | Fix typo in comment. | Zac Medico | 2009-03-27 | 1 | -1/+1 |
* | In config.setcpv(), make sure the current args are really identical to the | Zac Medico | 2009-03-27 | 1 | -2/+7 |
* | Inside config.setcpv(), don't clear out self.configdict['pkg'] entirely | Zac Medico | 2009-03-27 | 1 | -4/+11 |
* | In portdbapi.findname2(), move some of the path joining out of the loop. | Zac Medico | 2009-03-27 | 1 | -3/+6 |
* | Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the python | Zac Medico | 2009-03-26 | 1 | -5/+23 |
* | Make StaticFileSet.multiBuilder() filter hidden files and directories. Thanks | Zac Medico | 2009-03-26 | 1 | -0/+5 |
* | In config.regenerate(), always synchronize self.features with self['FEATURES']. | Zac Medico | 2009-03-26 | 1 | -4/+6 |
* | In config.setcpv(), clear out self.configdict["pkg"] to make sure that no | Zac Medico | 2009-03-26 | 1 | -0/+1 |
* | Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in package | Zac Medico | 2009-03-26 | 2 | -9/+5 |
* | Add test case for consecutive hyphens. | Zac Medico | 2009-03-25 | 1 | -0/+3 |
* | Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names, | Zac Medico | 2009-03-25 | 2 | -6/+4 |
* | Note that --noreplace takes precedence over options such as --newuse. | Zac Medico | 2009-03-24 | 1 | -0/+6 |
* | Update code for removing noauto from FEATURES since config.features is a | Zac Medico | 2009-03-24 | 1 | -3/+2 |
* | Remove redundant EAPI assingment inside doebuild_environment().v2.2_rc27 | Zac Medico | 2009-03-24 | 1 | -1/+1 |
* | Add support for FEATURES=parse-eapi-glep-55. This feature is only intended for | Zac Medico | 2009-03-24 | 4 | -17/+103 |
* | If a package is masked by EAPI then don't show any other masking reasons. | Zac Medico | 2009-03-23 | 1 | -3/+9 |
* | Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55 | Zac Medico | 2009-03-23 | 4 | -13/+82 |
* | When calling doebuild() to spawn the 'depend' phase, just call config.setcpv() | Zac Medico | 2009-03-23 | 3 | -5/+5 |
* | Fix misc typos in comments. | Zac Medico | 2009-03-23 | 2 | -2/+2 |
* | Replace xrange() usage with normal iteration and enumerate() where | Zac Medico | 2009-03-22 | 1 | -14/+15 |
* | Inside spawn(), avoid redundant os.access() and stat() calls on commonly | Zac Medico | 2009-03-22 | 1 | -1/+2 |
* | Inside config.environ(), skip stat call on $T/environment for phases such | Zac Medico | 2009-03-22 | 1 | -5/+6 |
* | Remove pointless usage of xrange(). Thanks to Douglass Anderson | Zac Medico | 2009-03-22 | 1 | -2/+2 |
* | Add a temporary workaround for bug #263081 (partially reverts r12757). | Zac Medico | 2009-03-22 | 1 | -0/+12 |
* | Fix argument validation to allow file paths. Thanks to Arfrever for reporting. | Zac Medico | 2009-03-22 | 1 | -0/+7 |
* | Normalize try/except indentation for compatibility with 2to3. | Zac Medico | 2009-03-20 | 4 | -23/+46 |
* | Fix try/except indentation so that 2to3 will recognize it. | Zac Medico | 2009-03-19 | 1 | -1/+2 |
* | Fix try/except indentation so that 2to3 will recognize it. | Zac Medico | 2009-03-19 | 1 | -1/+2 |
* | Make sure mysettings.setcpv() always gets called when necessary inside | Zac Medico | 2009-03-18 | 1 | -7/+9 |
* | Add docstrings for the fd_pipes and returnpid parameters of doebuild(). | Zac Medico | 2009-03-18 | 1 | -0/+7 |
* | Make config.features a set instead of a list. | Zac Medico | 2009-03-18 | 1 | -5/+4 |
* | Validate argument atoms earlier for build actions.v2.2_rc26 | Zac Medico | 2009-03-17 | 1 | -0/+12 |
* | Bug #262365 - Punt the prepalldocs check until there is an alternative | Zac Medico | 2009-03-17 | 2 | -11/+1 |
* | Do not create hardlinks when merging CONFIG_PROTECTed files since config | Zac Medico | 2009-03-17 | 1 | -7/+15 |
* | Bug #261670 - Automatically revert the CHOST metadata to the initial valuev2.2_rc25 | Zac Medico | 2009-03-12 | 2 | -0/+13 |
* | Update docstring for EbuildBuildDir.clean_log(). | Zac Medico | 2009-03-12 | 1 | -2/+1 |
* | Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log() | Zac Medico | 2009-03-12 | 1 | -15/+9 |
* | Bug #261992 - Inside Binpkg._prefetch_exit(), avoid potention issues with | Zac Medico | 2009-03-12 | 1 | -6/+8 |
* | Make dyn_clean ignore FEATURES=keepwork when [[ $EMERGE_FROM = binary ]] | Zac Medico | 2009-03-12 | 1 | -7/+0 |
* | When translating portage uid/gid to root uid/gid after src_install on | Zac Medico | 2009-03-12 | 1 | -0/+17 |