portage.git
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...
2010-08-14 Zac MedicoFix EbuildSpawnProcess to use self.settings.environ...
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of dep_opconve...
2010-08-14 Zac MedicoMake sure PORTAGE_IPC_DAEMON is only in the environment for
2010-08-14 Zac MedicoFix _schedule spelling in _schedule_waitpid().
2010-08-14 Zac MedicoAdd a PollScheduler._schedule_waitpid() method for...
2010-08-14 Sebastian LutherAtom.violated_conditionals: Use iuse.is_valid_flag...
2010-08-14 Zac MedicoAdd a SIGUSR1 handling to trigger pdb.set_trace().
2010-08-14 Zac MedicoAdd back the POLLHUP handling for now since PipeReaderT...
2010-08-14 Zac MedicoStop handling POLLHUP events, since we're only polling...
2010-08-14 Zac MedicoDefine basestring for python3.
2010-08-14 Sebastian LutherImplement use dependency defaults
2010-08-14 Zac MedicoDon't call exit after pkg_nofetch since that prevents...
2010-08-14 Zac MedicoFilter PORTAGE_PYTHON in save_ebuild_env().
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-14 Zac MedicoAdd a SIGUSR1 handler to trigger pdb.set_trace().
2010-08-14 Arfrever Frehtes... Use /usr/bin/python when PORTAGE_PYTHON variable is...
2010-08-14 Arfrever Frehtes... Set PORTAGE_PYTHON in processes executed by portage...
2010-08-13 Arfrever Frehtes... portage.os is apparently imported, so os doesn't need...
2010-08-13 Arfrever Frehtes... Add a script, which simplifies testing with multiple...
2010-08-13 Arfrever Frehtes... Ensure that all Python processes use the same version...
next