portage.git
2010-08-17 Zac MedicoDiscard REPLACING_VERSIONS and REPLACED_BY_VERSION...
2010-08-17 Zac MedicoUse EbuildPhase instead of EbuildProcess, for things...
2010-08-17 Zac MedicoMake EbuildBinpkg inherit from CompositeTask since...
2010-08-17 Arfrever Frehtes... Remove no longer needed code.
2010-08-17 Zac MedicoTweak the EbuildSpawnProcess test and add comments.
2010-08-17 Zac MedicoMake EbuildBinpkg inherit from EbuildProcess since...
2010-08-17 Zac MedicoPass actionmap keyword argument as keyword, rather...
2010-08-17 Zac MedicoWrite compiled bytecodes to /dev/null, rather than...
2010-08-17 Zac MedicoFix _spawn_phase() to pass actionmap to EbuildPhase.
2010-08-17 Zac MedicoUnify ebuild spawing some more. All proper ebuild phase...
2010-08-17 Zac MedicoFix _spawn_phase() to spawn phases without sandbox...
2010-08-17 Zac MedicoSource isolated-functions.sh for helpers_die function.
2010-08-17 Zac MedicoMake doebuild() use EbuildPhase to execute all phase...
2010-08-17 Zac MedicoMake sure doebuild() doesn't erroneously unlink a logfi...
2010-08-17 Zac MedicoMake EbuildBuild check the manifest before beginning...
2010-08-17 Zac MedicoFor ebuilds from $ROOT/var/db/pkg, don't give /var...
2010-08-17 Zac MedicoUse EbuildPhase to eliminate duplicate phase conditiona...
2010-08-17 Zac MedicoUse EbuildPhase to execute preinst/postinst and elimina...
2010-08-17 Zac MedicoUse MiscFunctionsProcess to eliminate the _spawn_misc_s...
2010-08-17 Zac MedicoMake spawnebuild() use EbuildPhase to eliminate duplica...
2010-08-17 Zac MedicoReuse a single TaskScheduler instance.
2010-08-17 Zac MedicoFix broken reference to 'myprovide' variable.
2010-08-17 Zac MedicoPass token_class=portage.dep.Atom when parsing PROVIDE.
2010-08-17 Zac MedicoAdd a MiscFunctionsProcess test.
2010-08-17 Sebastian LutherPass token_class parameter if possible to use_reduce
2010-08-17 Sebastian Lutherportage.dep.use_reduce: Add token_class parameter
2010-08-17 Zac MedicoFix ebuild.sh argument for cleanrm phase.
2010-08-17 Zac MedicoMove the fakeroot_state attribute back to EbuildSpawnPr...
2010-08-16 Arfrever Frehtes... Expand sys.executable earlier, so that change of sys...
2010-08-16 Arfrever Frehtes... Fix typos in comments.
2010-08-16 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-16 Zac MedicoMove fakeroot_state attribute from EbuildSpawnProcess to
2010-08-16 Arfrever Frehtes... Merge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-16 Arfrever Frehtes... Ensure that PORTAGE_PYTHON isn't a symlink.
2010-08-16 Zac MedicoTest the EbuildPhase class.
2010-08-16 Zac MedicoRemove unused attributes from classes.
2010-08-16 Zac MedicoSplit out parts of doebuild() so that EbuildProcess...
2010-08-16 Zac MedicoRevert back to using portdbapi.getFetchMap() since...
2010-08-16 Sebastian Lutherportage.dep.use_reduce: More comments and better error...
2010-08-16 Sebastian LutherPass is_valid_flag to use_reduce if possible
2010-08-16 Sebastian Lutherportage.dep.use_reduce: Better error messages
2010-08-16 Sebastian Lutherportage.dep.use_reduce: Better validation of use flags...
2010-08-16 Zac MedicoConvert EbuildBinpkg to inherit from MiscFunctionsProce...
2010-08-16 Zac MedicoSplit the actionmap code out of doebuild() into a _spaw...
2010-08-16 Zac MedicoHandle OSError from os.path.samefile() (breakage from...
2010-08-16 Zac MedicoBug #332967 - In bintree.inject(), add a sanity check...
2010-08-16 Zac MedicoWhen displaying portage.auxdbkeys, sort and filter...
2010-08-16 Alec WarnerAdd ability for portageq help to print valid metadata...
2010-08-16 Zac MedicoUse _parse_uri_map() so that we can use cached metadata...
2010-08-16 Zac MedicoSplit a _parse_uri_map() function out of portdbapi...
2010-08-16 Zac MedicoBug #316311 - Document that in EAPI 4 the doman -i18n...
2010-08-16 Zac MedicoBug #273651 - Document how helpers die automatically...
2010-08-16 Zac MedicoBug #273650 - Document that unset RDEPEND no longer...
2010-08-16 Zac MedicoBug #273648 - Document restriction of S to WORKDIR...
2010-08-16 Zac MedicoBug #273646 - Copy PMS section 12.1.2 EAPI 4 docs for...
2010-08-16 Zac MedicoBug #273644 - Document that the KV variable is gone...
2010-08-16 Zac MedicoBug #273643 - Document that the AA variable is gone...
2010-08-16 Zac MedicoBug #273640 - Document that in EAPI 4 econf adds
2010-08-16 Zac MedicoBug #273636 - Document that in EAPI 4 doins and newins...
2010-08-16 Zac MedicoBug #273631 - Add docs for EAPI 4 default src_install...
2010-08-16 Zac MedicoBug #273626 - Add PMS docs for USE Dependency Defaults.
2010-08-16 Zac MedicoBug #273622 - Add docs for pkg_pretend from PMS 10...
2010-08-16 Zac MedicoEnable EbuildIpcDaemon support by default.
2010-08-16 Zac MedicoAdd support for /etc/portage/package.accept_keywords...
2010-08-16 Zac MedicoImplement ExtendedAtomDict.iteritems(), so that it...
2010-08-16 Zac MedicoFix make.conf code to handle None return value from...
2010-08-16 Zac MedicoAdd support for /etc/portage/make.profile as an alterna...
2010-08-16 Zac MedicoAdd support for /etc/portage/make.conf. If present...
2010-08-16 Zac MedicoRemove PollScheduler._schedule_waitpid() since this...
2010-08-15 Zac MedicoDon't handle KeyError when looking up event handlers...
2010-08-15 Zac MedicoFix PollScheduler._unregister() to discard any unhandle...
2010-08-15 Zac MedicoFix SubProcess instances to call _set_returncode()...
2010-08-15 Zac MedicoRemove questionable lockfile removal code in dbapi...
2010-08-15 Zac MedicoDispose of lock object after calling unlockfile(),...
2010-08-15 Zac MedicoEvaluate SRC_URI and return early if there's nothing...
2010-08-15 Zac MedicoMake DoebuildSpawnTestCase instantiate a minimal Packag...
2010-08-15 Zac MedicoRemove unuser return values from PollScheduler event...
2010-08-15 Zac MedicoRemove redundant os.path.join() call in _init_ipc_fifos().
2010-08-15 Zac MedicoAdd the "unexpected bash exit" case to the docstring.
2010-08-15 Zac MedicoAdd some ebuild metadata for realism.
2010-08-15 Zac MedicoPass along PORTAGE_USERNAME and PORTAGE_GRPNAME since...
2010-08-15 Zac MedicoMake create_trees() pass along PORTAGE_GRPNAME and...
2010-08-15 Zac MedicoAvoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME...
2010-08-15 Zac MedicoPass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside...
2010-08-15 Zac MedicoAdd some more info to the 'Cannot chown a lockfile...
2010-08-15 Zac MedicoSet PORTAGE_PYTHON for ebuild.sh subprocesses.
2010-08-15 Zac MedicoDoebuildSpawnTestCase: Invoke portage.package.ebuild...
2010-08-15 Zac MedicoBug #332799 - Don't download lzma snapshots if tarsync...
2010-08-15 Zac MedicoDisable EbuildIpcDaemon for now, since it seems to...
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of flatten...
2010-08-14 Zac MedicoAdd support for NOCOLOR variable.
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-14 Zac MedicoPass $USE via IPC in order to ensure that we have the...
2010-08-14 Arfrever Frehtes... Use more correct paths to byte-compiled Python modules...
2010-08-14 Zac MedicoFix the ACCEPT_LICENSE setting that's generated for...
2010-08-14 Zac MedicoWhen in background mode, set NOCOLOR=true in order...
2010-08-14 Zac MedicoAdd PORTAGE_PYTHON to _environ_whitelist.
2010-08-14 Zac MedicoMove PORTAGE_PYTHON setting to doebuild_environment...
2010-08-14 Zac MedicoMove 'phase' attribute to AbstractEbuildProcess from...
2010-08-14 Zac MedicoAdd a QueryCommand.settings attribute and use it so...
next