portage.git
2008-05-14 Zac MedicoAdd a note about interaction between FEATURES="metadata...
2008-05-14 Zac MedicoSkip blocker atoms for the RDEPEND.suspect check.
2008-05-14 Zac MedicoBug #221537 - Add a new "RDEPEND.suspect" check for...
2008-05-13 Marius Mauchadd xterm-color and interix to list of valid terminals
2008-05-13 Marius MauchRemove 'eselect compiler' references
2008-05-13 Marius MauchPrefer deb2tgz over ar for unpacking .deb files when...
2008-05-13 Marius Mauchmake debug mode configurable
2008-05-13 Marius MauchAdd subversion support for repoman (patch by Fabien...
2008-05-13 Marius Mauchignore consumers from the current package instance...
2008-05-13 Marius MauchCheck vercmp() return value to avoid arbitrary results...
2008-05-13 Mike Frysingerfix man markup for PORTAGE_FETCH_RESUME_MIN_SIZE
2008-05-13 Zac Medicocapitalize Portage
2008-05-13 Zac MedicoDescribe how we limit the probability that temporary...
2008-05-13 Zac MedicoBug #220533 - Document FEATURES="skiprocheck".
2008-05-12 Zac MedicoDefine the world_candidates variable earlier to make...
2008-05-12 Zac MedicoFilter sets that are not "world candidates" from the...
2008-05-12 Zac MedicoIn the warning about eclasses in overlay overriding...
2008-05-12 Marius Mauchdon't add package sets to 'world' that have world-candi...
2008-05-11 Zac MedicoSimplify the code for bug #221755 now that the substitu...
2008-05-11 Zac MedicoMake the variable substitution code for bug #221755...
2008-05-11 Zac MedicoFix the variable subsitution code from bug #221755...
2008-05-11 Zac MedicoBug #221755 - Enable variable substitution in make...
2008-05-11 Zac MedicoAdd back the warning for DISTDIR about storing stuff...
2008-05-11 Zac MedicoSync make.conf.example with make.conf.5 for bug #220111.
2008-05-11 Zac MedicoBug #220111 - Update the DISTDIR docs to clarify that...
2008-05-11 Zac MedicoMake the summary more accurate.
2008-05-10 Zac MedicoIf the uninstall task did not need to be executed because
2008-05-10 Zac Medicoeachother -> each other
2008-05-10 Zac MedicoAlways include satisfied blockers as an indicator that...
2008-05-10 Zac MedicoWhen selecting leaf nodes, if there is a mix of merge...
2008-05-10 Zac MedicoFix another KeyError, reported in Bug #221107, comment...
2008-05-09 Zac MedicoBug #221053 - Save the resume list before verifying...
2008-05-09 Zac MedicoBug #221071 - Prevent display_problems() from redundant...
2008-05-09 Zac MedicoBug #221107 - Fix depgraph._serialize_tasks() so that...
2008-05-09 Zac MedicoDescribe how file collisions between blocking packages...
2008-05-09 Zac MedicoSimplify code for derived Package attributes.
2008-05-09 Zac MedicoFor the "blockers" parameter that's passed into the...
2008-05-09 Zac MedicoIf an uninstall task fails inside MergeTask.merge(...
2008-05-09 Zac MedicoUse set.instersection() instead of a for loop.
2008-05-09 Zac MedicoAllow scheduled uninstalls to be selected the same...
2008-05-09 Zac MedicoMake the fix for bug #220341 better by checking all...
2008-05-09 Zac MedicoOptimize BlockerDB.findInstalledBlockers() so that...
2008-05-08 Zac MedicoBug #220987 - Fix UnboundLocalError for 'skip' that...
2008-05-08 Zac MedicoMake some confmem behavior modifications in order to...
2008-05-08 Zac MedicoRemove stale uninstall tasks from scheduled_uninstalls...
2008-05-08 Zac MedicoRemove unnecessary BlockerDB and BlockerCache _installe...
2008-05-08 Zac MedicoDon't save "uninstall" tasks in the resume list since...
2008-05-08 Zac MedicoBug #220341 - USE=multislot can make an installed packa...
2008-05-08 Zac MedicoBug #220775 - Source isolated-functions.sh before tryin...
2008-05-08 Zac MedicoBug #220689 - Fix package selection logic so that it...
2008-05-08 Zac MedicoDon't use try/finally to close atomic_ofstream since...
2008-05-08 Zac MedicoFix findInstalledBlockers() to check for blockers in...
2008-05-08 Zac MedicoInstead of doing automatic uninstalls in advance, insta...
2008-05-07 Zac MedicoTolerate InvalidDependString exceptions when checking...
2008-05-07 Zac MedicoFix spelling of "SATISFIED". Thanks to Arfrever.
2008-05-06 Zac MedicoIn install_mask(), discard stderr messages from the...
2008-05-06 Zac MedicoMake satisfied blockers "darkblue" by default.
2008-05-06 Zac MedicoFor consistency with the merge list display, show ...
2008-05-06 Zac MedicoDisplay satisfied blockers in green and show a small...
2008-05-05 Zac MedicoUse find -path -or -name to match basenames of files...
2008-05-05 Zac MedicoCache results for Task.__hash__() calls.
2008-05-05 Zac MedicoUse vardbapi._excluded_dirs to filter results inside...
2008-05-05 Zac MedicoAdd -MERGING-.* to vardbapi._excluded_dirs.
2008-05-05 Zac Medico* In vardbapi.cpv_all() use catpkgsplit() for validatio...
2008-05-05 Zac MedicoHandle a potential InvalidData exception in vardbapi...
2008-05-05 Marius Mauchfix preserve_libs logic to properly account for the... v2.2_pre6
2008-05-05 Zac MedicoAdd "package" to EBUILD_PHASES since it's possible...
2008-05-05 Zac MedicoBug #219286 - Whitelist INSTALL_MASK so that it works...
2008-05-05 Zac Medico* Fix --buildpkgonly logic to avoid an unwanted code...
2008-05-05 Zac MedicoBug #220171 - Filter out 'lost+found' directories in...
2008-05-05 Zac MedicoUse writemsg() to warn about InvalidDependString except...
2008-05-05 Zac MedicoUse a separate digraph to preserve irrelevant blocker...
2008-05-05 Zac MedicoFix misplaced variable.
2008-05-04 Zac MedicoIn the package uninstall sanity check, use RDEPEND...
2008-05-04 Marius Mauchactually remove libraries that aren't strictly needed...
2008-05-04 Marius Mauchremove NEEDED from list of metadata variables (and...
2008-05-04 Marius Mauchremove obsolete class
2008-05-04 Zac MedicoSimilar to the sys-apps/portage protection, also add...
2008-05-04 Zac MedicoDo more validation of resume data from the mtimedb.
2008-05-04 Zac MedicoIn order to fix --tree display behave normally in ...
2008-05-04 Zac MedicoFix misplaced variable used as parameter to _load_favor...
2008-05-04 Zac MedicoFix package counters in depgraph.display() so they...
2008-05-04 Zac MedicoFix some unwanted interaction between --tree display...
2008-05-04 Zac MedicoRemove obsolete tuple() usage inside depgraph.display().
2008-05-04 Zac MedicoFix spelling of _show_unsatisfied_blockers().
2008-05-04 Zac MedicoIn BlockerData._load(), salvage as much cache as possib...
2008-05-04 Zac MedicoValidate all the data types inside BlockerCache._load...
2008-05-03 Zac MedicoWhen a resume list is rejected, display the invalid...
2008-05-03 Zac MedicoWhen a --resume list is rejected due to unsatisfied...
2008-05-03 Zac MedicoDon't clean out old resume lists when in --ask or ...
2008-05-03 Zac MedicoWhen loadResumeCommand() rejects a resume list, give...
2008-05-03 Zac MedicoFix display_problems() logic some more.
2008-05-03 Zac MedicoFix logic so display_problems() gets called every time...
2008-05-03 Zac MedicoImprove --resume handling of saved "favorites" argument...
2008-05-03 Zac Medico* Move circular deps and blocker displays to depgraph...
2008-05-03 Zac MedicoSimilar to the circular dependency display, handle...
2008-05-03 Zac MedicoUse absolute paths for files in ${DISTDIR}. Thanks...
2008-05-03 Zac MedicoBuf #219294 - Fix 'date' and 'cut' arguments for BSD...
2008-05-03 Zac MedicoAlso move mtimedb resume list validation earlier.
2008-05-03 Zac MedicoMove --resume options handling to the beginning of...
next