portage.git
2008-04-09 Zac MedicoFix minor issues in the calculation of the number of...
2008-04-09 Zac MedicoWhen pruning the list of parents for the slot collision...
2008-04-09 Zac MedicoMake DepcheckCompositeDB cache Package instances for...
2008-04-09 Zac MedicoWhen depgraph.select_files() expands an atom category...
2008-04-09 Zac MedicoCreate a new depgraph._dep_expand() method for select_f...
2008-04-09 Zac MedicoMake depgraph.select_files() detect when a package...
2008-04-09 Zac MedicoSplit out a depgraph method to check if a specific...
2008-04-09 Zac MedicoHandle issues with newlines in elog messages that can...
2008-04-08 Zac MedicoBug #162542 - When checking permissions inside CCACHE_D...
2008-04-08 Zac MedicoBug #197810 - Don't automatically downgrade packages...
2008-04-08 Zac MedicoFix --update greedy atoms logic so that it only pulls...
2008-04-08 Zac MedicoMerge improved argument handling and other general...
2008-04-08 Zac MedicoFor repoman, only cache the metadata necessary for...
2008-04-08 Zac Medico* Optimize metadata caching in pordbapi and bindbapi...
2008-04-08 Zac MedicoIn dump_trace(), fix BASH_ARGV and BASH_ARGC offsets...
2008-04-08 Zac MedicoFix java.eclassesnotused logic. Thanks to Betelgeuse...
2008-04-08 Zac Medico* Use type -P which does not produce messages to stderr.
2008-04-08 Zac MedicoBug #197905 - Preserve order of ebuild messages even...
2008-04-08 Zac MedicoClarify --with-bdeps behavior with example. Thanks...
2008-04-06 Zac MedicoFix the CompositDbapi.match() logic wrt "selective...
2008-04-05 Zac MedicoWhen necessary, make quickpkg add missing metadata...
2008-04-05 Zac MedicoIn dbapi.move_ent(), never assume that any of the expec...
2008-04-05 Zac MedicoFor better performace and consistency in package select...
2008-04-05 Zac MedicoBug #216328 - Fix broken --newuse reinstallation logic...
2008-04-04 Zac MedicoAdd missing "the" to fix grammar. (trunk r9710)
2008-04-04 Zac Medico* In the event that a previously installed package...
2008-04-04 Zac MedicoDisplay the note referencing "masked packages" docs...
2008-04-04 Zac MedicoMerge FEATURES=webrsync-gpg docs from trunk.
2008-04-04 Zac MedicoFix a typo in the depclean USE flag handling when popul...
2008-04-04 Zac MedicoWhen the user has given --depclean a list of atoms...
2008-04-04 Zac MedicoAdd missing DepPriority instances to the graph so that...
2008-04-03 Zac MedicoFix package selection logic so that it always properly...
2008-04-03 Zac MedicoAdd missing str.upper() call for PORTAGE_FETCH_RESUME_M...
2008-04-03 Zac MedicoIf PORTAGE_FETCH_RESUME_MIN_SIZE is undefined or empty...
2008-04-03 Zac MedicoImplement a PORTAGE_FETCH_RESUME_MIN_SIZE variable...
2008-04-03 Zac MedicoFor old-style virtuals, we need to repeat the package...
2008-04-03 Zac MedicoIn cpv_expand(), if the virtuals file contains a versio...
2008-04-02 Zac MedicoUse Package.cp instead of dep_getkey(cpv). (trunk r9679...
2008-04-02 Zac MedicoHandle a potential FileNotFound exception in new_protec...
2008-04-01 Zac MedicoRemove the digraph._parent_child_digraph since it's...
2008-04-01 Zac MedicoUse pkgcmp() instead of == and best() for correctness...
2008-04-01 Zac MedicoRemove some boolean logic that is obsolete now that...
2008-04-01 Zac MedicoExploid ascending order returned from dbapi.match(...
2008-04-01 Zac MedicoRemove references to ${O} in dyn_spec() since antarus
2008-04-01 Zac Medicoelevate the importance of 64bit clean code on 64bit...
2008-04-01 Zac MedicoWhen identifying a sys-apps/portage node, compare categ...
2008-04-01 Zac MedicoBug #215308 - Cache the paths of known bad manifests...
2008-03-31 Zac MedicoWhen deps are forced to be satisfied by installed packa...
2008-03-31 Zac MedicoIn the package selection loop, move the installed packa...
2008-03-31 Zac MedicoFix package selection logic to always properly reject...
2008-03-31 Zac MedicoRemove some redundant and obsolete code for warning...
2008-03-31 Zac MedicoMake depgraph creation more tolerant of missing or...
2008-03-31 Zac MedicoPass Package instances into visible() so that the packa...
2008-03-30 Zac MedicoFix broken unsatisfied deps handling that triggers...
2008-03-30 Zac MedicoFix broken variable reference that triggers an UnboundL...
2008-03-30 Zac MedicoWhen dblink.treewalk() queries for other packages in...
2008-03-30 Zac MedicoMake sure the all resume lists are deleted when a stale...
2008-03-30 Zac MedicoPrevent premature expansion of old-style virtuals
2008-03-30 Zac Medico* Fix broken return value for doins.
2008-03-30 Zac MedicoFix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
2008-03-30 Zac MedicoFix display code that can triger a 'Invalid category...
2008-03-30 Zac MedicoMake doins clean up it's own temp files. This solves...
2008-03-30 Zac MedicoFix namespace typo.
2008-03-30 Zac MedicoBug #211365 - Use catpkgsplit() instead of pkgsplit...
2008-03-30 Zac MedicoBug #211365 - Use catpkgsplit() instead of pkgsplit...
2008-03-30 Zac MedicoMove the AUTOCLEAN code into dblink.treewalk since...
2008-03-30 Zac MedicoDo not allow commit mode together with the --without...
2008-03-30 Zac MedicoFix broke package.provided handling.
2008-03-30 Zac Medico* Make code a bit less prone to potentially hidden...
2008-03-30 Zac MedicoUse enumerate() to iterate over an array. (trunk r9613)
2008-03-30 Zac MedicoFix a broken reference to the DependencyArg class.
2008-03-30 Zac MedicoFor bugs #197810 and #215308, pass the depgraph's ...
2008-03-30 Zac MedicoWhen dyn_unpack() automatically cleans ${WORKDIR},...
2008-03-30 Zac MedicoBug #215308 - Simplify the greedy atoms logic so that...
2008-03-29 Zac MedicoWhen all available ebuilds are masked, avoid producing...
2008-03-29 Zac MedicoFix broken --onlydeps recursion logic.
2008-03-29 Zac MedicoMerge part of the package selection code from trunk.
2008-03-29 Zac MedicoBug #214691 - Move display of depgraph problems from...
2008-03-29 Zac MedicoWhen a resume list contains packages that are no longer...
2008-03-29 Zac MedicoBug #215240 - Use an alarm signal to implement a 60...
2008-03-29 Zac MedicoAdd a new "ebuild.patches" check for the PATCHES variab...
2008-03-29 Zac MedicoDon't trigger the 'java.eclassesnotused' on blocker...
2008-03-29 Zac MedicoAdd a new "java.eclassesnotused" check for cases where...
2008-03-29 Zac MedicoBug #214691 - Move the "slot collision" display so...
2008-03-29 Zac MedicoBug #214619 - Run dyn_package() and preinst_mask()...
2008-03-29 Zac MedicoAdd a note about PKG_INSTALL_MASK. (trunk r9591)
2008-03-29 Zac MedicoFix quoting for ${root} in install_mask(). (trunk r9590)
2008-03-28 Zac MedicoRemove the killparent() function and associated SIGINT...
2008-03-28 Zac MedicoBug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS...
2008-03-28 Zac MedicoMake dyn_clean() consistent wrt removal of ${PORTAGE_BU...
2008-03-28 Zac MedicoBug #213698 - Make FEAUTURES=keepwork and keeptemp...
2008-03-28 Zac MedicoBug #213629 - Use EAPI.incompatible in cases where...
2008-03-28 Zac MedicoBug #213629 - Create an EAPI.incompatible category...
2008-03-28 Zac MedicoBug #209418 - Add a new KEYWORDS.dropped check that...
2008-03-28 Zac MedicoBug #212509 - Display a note about the --without-mask...
2008-03-28 Zac MedicoBug #212509 - Implement a new --without-mask option...
2008-03-28 Zac MedicoBug #214879 - Fix FEATURES=-strict behavior so that...
2008-03-28 Zac MedicoBug #214499 - When compiler flags are unset, many packa...
2008-03-28 Zac MedicoSupport ${HOST} substitution in "From" field. Thanks...
2008-03-28 Zac MedicoBug #212621 - Make the EbuildQuote check do quoting...
next