| Commit message (Expand) | Author | Age | Files | Lines |
* | Test the EbuildPhase class. | Zac Medico | 2010-08-16 | 1 | -0/+10 |
* | Remove unused attributes from classes. | Zac Medico | 2010-08-16 | 8 | -39/+32 |
* | Split out parts of doebuild() so that EbuildProcess can bypass it | Zac Medico | 2010-08-16 | 4 | -149/+185 |
* | Revert back to using portdbapi.getFetchMap() since the Package class | Zac Medico | 2010-08-16 | 1 | -5/+6 |
* | portage.dep.use_reduce: More comments and better error messages | Sebastian Luther | 2010-08-16 | 2 | -10/+43 |
* | Pass is_valid_flag to use_reduce if possible | Sebastian Luther | 2010-08-16 | 2 | -4/+5 |
* | portage.dep.use_reduce: Better error messages | Sebastian Luther | 2010-08-16 | 2 | -21/+50 |
* | portage.dep.use_reduce: Better validation of use flags in use conditionals | Sebastian Luther | 2010-08-16 | 3 | -13/+49 |
* | Convert EbuildBinpkg to inherit from MiscFunctionsProcess instead | Zac Medico | 2010-08-16 | 2 | -29/+33 |
* | Split the actionmap code out of doebuild() into a _spawn_actionmap() | Zac Medico | 2010-08-16 | 1 | -46/+50 |
* | Handle OSError from os.path.samefile() (breakage from previous commit). | Zac Medico | 2010-08-16 | 1 | -1/+5 |
* | Bug #332967 - In bintree.inject(), add a sanity check to make sure we | Zac Medico | 2010-08-16 | 1 | -2/+3 |
* | When displaying portage.auxdbkeys, sort and filter unused. | Zac Medico | 2010-08-16 | 1 | -1/+2 |
* | Add ability for portageq help to print valid metadata keys. | Alec Warner | 2010-08-16 | 1 | -8/+11 |
* | Use _parse_uri_map() so that we can use cached metadata instead of | Zac Medico | 2010-08-16 | 1 | -6/+5 |
* | Split a _parse_uri_map() function out of portdbapi.getFetchMap(), for | Zac Medico | 2010-08-16 | 1 | -27/+35 |
* | Bug #316311 - Document that in EAPI 4 the doman -i18n option takes | Zac Medico | 2010-08-16 | 1 | -0/+7 |
* | Bug #273651 - Document how helpers die automatically in EAPI 4, and | Zac Medico | 2010-08-16 | 1 | -0/+8 |
* | Bug #273650 - Document that unset RDEPEND no longer triggers implicit | Zac Medico | 2010-08-16 | 1 | -0/+8 |
* | Bug #273648 - Document restriction of S to WORKDIR fallback in EAPI 4. | Zac Medico | 2010-08-16 | 1 | -0/+13 |
* | Bug #273646 - Copy PMS section 12.1.2 EAPI 4 docs for REPLACING_VERSIONS | Zac Medico | 2010-08-16 | 1 | -0/+18 |
* | Bug #273644 - Document that the KV variable is gone in EAPI 4. | Zac Medico | 2010-08-16 | 1 | -3/+3 |
* | Bug #273643 - Document that the AA variable is gone in EAPI 4. | Zac Medico | 2010-08-16 | 1 | -0/+9 |
* | Bug #273640 - Document that in EAPI 4 econf adds | Zac Medico | 2010-08-16 | 1 | -0/+7 |
* | Bug #273636 - Document that in EAPI 4 doins and newins preserve symlinks. | Zac Medico | 2010-08-16 | 1 | -0/+7 |
* | Bug #273631 - Add docs for EAPI 4 default src_install function. | Zac Medico | 2010-08-16 | 1 | -0/+22 |
* | Bug #273626 - Add PMS docs for USE Dependency Defaults. | Zac Medico | 2010-08-16 | 1 | -0/+27 |
* | Bug #273622 - Add docs for pkg_pretend from PMS 10.1.2. | Zac Medico | 2010-08-16 | 1 | -0/+22 |
* | Enable EbuildIpcDaemon support by default. | Zac Medico | 2010-08-15 | 2 | -14/+10 |
* | Add support for /etc/portage/package.accept_keywords. If both | Zac Medico | 2010-08-15 | 2 | -8/+21 |
* | Implement ExtendedAtomDict.iteritems(), so that it doesn't invoke | Zac Medico | 2010-08-15 | 1 | -0/+7 |
* | Fix make.conf code to handle None return value from getconfig(). | Zac Medico | 2010-08-15 | 1 | -4/+6 |
* | Add support for /etc/portage/make.profile as an alternative to | Zac Medico | 2010-08-15 | 2 | -4/+11 |
* | Add support for /etc/portage/make.conf. If present, this file will | Zac Medico | 2010-08-15 | 3 | -7/+17 |
* | Remove PollScheduler._schedule_waitpid() since this case isn't triggered | Zac Medico | 2010-08-15 | 4 | -33/+3 |
* | Don't handle KeyError when looking up event handlers, since | Zac Medico | 2010-08-15 | 1 | -31/+12 |
* | Fix PollScheduler._unregister() to discard any unhandled events | Zac Medico | 2010-08-15 | 1 | -0/+13 |
* | Fix SubProcess instances to call _set_returncode() when appropriate, | Zac Medico | 2010-08-15 | 4 | -8/+8 |
* | Remove questionable lockfile removal code in dbapi.invalidentry(). | Zac Medico | 2010-08-15 | 1 | -9/+1 |
* | Dispose of lock object after calling unlockfile(), in order to ensure | Zac Medico | 2010-08-15 | 1 | -0/+1 |
* | Evaluate SRC_URI and return early if there's nothing to fetch. | Zac Medico | 2010-08-15 | 1 | -26/+52 |
* | Make DoebuildSpawnTestCase instantiate a minimal Package instance, and | Zac Medico | 2010-08-15 | 3 | -5/+11 |
* | Remove unuser return values from PollScheduler event handlers. | Zac Medico | 2010-08-15 | 4 | -6/+0 |
* | Remove redundant os.path.join() call in _init_ipc_fifos(). | Zac Medico | 2010-08-15 | 1 | -3/+1 |
* | Add the "unexpected bash exit" case to the docstring. | Zac Medico | 2010-08-15 | 1 | -1/+3 |
* | Add some ebuild metadata for realism. | Zac Medico | 2010-08-15 | 1 | -1/+9 |
* | Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME since they | Zac Medico | 2010-08-15 | 1 | -0/+9 |
* | Make create_trees() pass along PORTAGE_GRPNAME and PORTAGE_USERNAME | Zac Medico | 2010-08-15 | 1 | -1/+1 |
* | Avoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME are unset. | Zac Medico | 2010-08-15 | 1 | -4/+7 |
* | Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside _load_config() | Zac Medico | 2010-08-15 | 1 | -1/+5 |