portage.git
2010-08-20 Zac MedicoStop trying to read /etc/make.globals because it's...
2010-08-20 Zac MedicoUpdate docs, comments, and messages to refer to make...
2010-08-20 Zac MedicoRename the bdeps_root variable to depend_root, since...
2010-08-20 Zac MedicoEliminate the bdeps_optional variables inside depgraph...
2010-08-19 Sebastian LutherTests: Properly test the circular dep handler
2010-08-19 Sebastian LutherTests: ResolverPlayground: Support checking the suggest...
2010-08-19 Sebastian LutherMove the clever parts of depgraph._show_circular_deps...
2010-08-19 Sebastian Luthercycle-finder: Don't try to change flags that are in...
2010-08-19 Zac MedicoMove code from EbuildProcess to EbuildPhase.
2010-08-19 Zac MedicoRaise ValueError if fromlist contains an extra comma.
2010-08-19 Zac MedicoRemove duplicate attributes from __slots__.
2010-08-19 Zac Medico* In helpers_die arguments, display ${0##*/} instead...
2010-08-19 Zac MedicoUse doebuild_environment() to ensure proper environment...
2010-08-19 Zac MedicoUse simpler _spawn_phase() instead of doebuild() since
2010-08-19 Zac MedicoMove the code from _prepare_env_file() to a new BinpkgE...
2010-08-18 Zac MedicoRemove unnecessary call to _prepare_env_file(), since...
2010-08-18 Zac MedicoMove environment sanity check to the Scheduler and...
2010-08-18 Zac MedicoWhen suggesting solutions inside _show_circular_deps...
2010-08-18 Zac MedicoFix get_cycles() to handle None return value from short...
2010-08-18 Zac MedicoFix deprecation warnings from paren_reduce.
2010-08-18 Sebastian LutherFix small bug in _show_circular_deps and add some tests
2010-08-18 Sebastian Lutherportage.util.digraph: Raise KeyError in newly added...
2010-08-18 Sebastian Lutherextract_affecting_use: Fix the same bug as in use_reduce
2010-08-18 Sebastian Luther_show_circular_deps: Ignore solution that violate use...
2010-08-18 Sebastian Luther_show_circular_deps: Stop prunning the graph to show...
2010-08-18 Sebastian Luther_show_circular_deps: Fix handling of 'None' returned...
2010-08-18 Sebastian Luther_emerge.depgraph._show_circular_deps(): Find suggestion...
2010-08-18 Sebastian LutherPrint suggestions for circular dependencies
2010-08-18 Sebastian Luther_emerge.depgraph._show_circular_deps(): Display only...
2010-08-18 Sebastian Lutherportage.util.digraph: Add get_cycles() and its helpers...
2010-08-18 Sebastian LutherTests: Make sure the ResolverPlayground doesn't ignore...
2010-08-18 Sebastian LutherTests: ResolverPlaygound: change --root-deps parameter...
2010-08-18 Zac MedicoUse _prepare_env_file() to extract the binary package...
2010-08-18 Zac MedicoUse _prepare_env_file() to extract environment.bz2...
2010-08-18 Zac MedicoBug #324075 - If the vcs doesn't preserve mtimes then...
2010-08-18 Sebastian Luthercheck_required_use: Fix the same bug as in use_reduce
2010-08-18 Sebastian Lutherparen_reduce: Fix the same bug as in use_reduce
2010-08-18 Sebastian LutherRevert "Tests: Remove paren_reduce tests"
2010-08-18 Zac Medico* Replace config._iuse_implicit_re with a callable...
2010-08-18 Sebastian Lutheruse_reduce: code cleanup
2010-08-18 Zac MedicoBug #312085 - Make config.setcpv() treat USE_EXPAND_HID...
2010-08-18 Zac MedicoBug #308933 - Export os.path.realpath(PORTAGE_TMPDIR...
2010-08-18 Zac MedicoRemove unused iuse_implicit attribute.
2010-08-18 Zac MedicoAdd opconvert test for "|| ( ( A B ) C )".
2010-08-18 Zac MedicoFix use_reduce() to correctly handle "|| ( ( A B )...
2010-08-18 Zac MedicoAdd commented test case for a known regression.
2010-08-17 Zac MedicoTemporarily disable portage.dep deprecation warnings...
2010-08-17 Zac MedicoUse binarytree._ensure_dir() to create the binpkg paren...
2010-08-17 Zac MedicoUse binarytree._ensure_dir() to create the binpkg paren...
2010-08-17 Zac MedicoFix breakage in REPLACING_VERSIONS support for emerge.
2010-08-17 Zac MedicoAdd pretend to actionmap_deps.
2010-08-17 Zac MedicoFix the REPLACING_VERSIONS code to work in cases when...
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...
next