portage.git
2006-07-19 Zac MedicoEnsure that BUILD_PREFIX has been created before attemp...
2006-07-18 Zac MedicoDo file locking on PORTAGE_BUILDDIR and use a finally...
2006-07-18 Zac MedicoEnsure a sane umask for repoman.
2006-07-18 Simon Stellingfix up doman and prepman so that they work with the...
2006-07-18 Simon Stellingmake .keep files package-dependant to fix bug 102436
2006-07-18 Zac MedicoUse a set instead of a list for better efficiency.
2006-07-18 Zac MedicoSimplify generation of the cleanlist for depclean.
2006-07-17 Zac MedicoFix depclean so that it cleans unneeded slots (unless...
2006-07-17 Zac MedicoAdd a docstring with epytext markup to portage_versions...
2006-07-17 Zac MedicoEnable repoman to work with portage.init_legacy_globals...
2006-07-17 Zac MedicoRemove redundant variable definitions.
2006-07-17 Zac MedicoFix categories and arch.list handling for repoman with...
2006-07-17 Zac MedicoCollapse two repoman PORTAGE_CALLER conditionals into...
2006-07-16 Zac MedicoAdd ipv6 --sync support for bug #37124. Thanks to...
2006-07-16 Zac MedicoFix broken --usepkg masking logic for bug #140694.
2006-07-16 Zac MedicoMove the ConfigProtect class to the portage_util module.
2006-07-16 Zac Medicos/config_protect/ConfigProtect/ for the class name.
2006-07-15 Zac MedicoAdd a new portageq metadata function that wraps dbapi...
2006-07-15 Zac MedicoRemove the portage_file module for bug #133591.
2006-07-15 Zac MedicoMove normalize_path into portage_util.
2006-07-15 Zac MedicoUse normalize_path instead of using normpath directly.
2006-07-15 Zac MedicoSimplify portage.normalize_path() logic.
2006-07-15 Zac MedicoUse calculations to center --info header titles.
2006-07-15 Zac MedicoAs suggested by vapier, only show the "System Settings...
2006-07-15 Marius Mauchnote change in search behavior in release notes
2006-07-15 Marius Mauchupdate search docs
2006-07-15 Marius Mauchdisable regular expressions for search by default
2006-07-13 Zac MedicoFix gid typo from the last commit.
2006-07-13 Zac MedicoMove the world file trimming out of dblink.unmerge...
2006-07-13 Zac MedicoMake the merge phase bail out if srcroot doesn't exist...
2006-07-13 Zac MedicoRemove the unmerge_overlapping() function since unmerge...
2006-07-13 Zac MedicoDie at the beginning of install_qa_check if ${D} doesn...
2006-07-13 Zac MedicoSplit depgraph.merge() to a separate MergeTask class.
2006-07-13 Zac MedicoFix incorrect path handling in parts of symlink merge...
2006-07-13 Zac MedicoRemove orphan srctarget variable.
2006-07-13 Zac MedicoUse startswith instead of slice or find.
2006-07-13 Zac MedicoClean up various path joins in dblink.mergeme().
2006-07-13 Zac MedicoDon't swallow unknown exceptions from lstat() during...
2006-07-12 Zac MedicoUse startswith instead of slices to simplify config...
2006-07-12 Zac MedicoUse a safer method to join the path when deciding if...
2006-07-11 Zac MedicoReplace incorrect references to myrealdest (the file...
2006-07-11 Zac MedicoJust use the raise statement alone to re-raise exceptions.
2006-07-10 Zac MedicoAllow emerge --info to show per-package settings for...
2006-07-10 Zac MedicoDon't call emergelog() from the parallel-fetch process...
2006-07-10 Zac MedicoMove code out of global scope.
2006-07-10 Zac MedicoUse a list comprehension to simplify the code for bug...
2006-07-10 Zac MedicoMove all the config adjustments that require the config...
2006-07-10 Zac MedicoIf category expansion fails against the portage tree...
2006-07-10 Zac MedicoStart at the end of the list so that the index works...
2006-07-10 Zac MedicoAllow binary packages to be installed with --usepkg...
2006-07-09 Zac MedicoImplement fakedbapi.cpv_all() so that bindbapi will...
2006-07-09 Zac MedicoAdd a bindbapi.aux_update() method for database mainten...
2006-07-09 Zac MedicoUse write_atomic for dblink metadata updates.
2006-07-09 Zac MedicoUpdate error handling for write_atomic calls to use...
2006-07-09 Zac MedicoWrap common write_atomic exceptions for easier error...
2006-07-09 Zac MedicoAdd a vardbapi.aux_update() method for database mainten...
2006-07-09 Zac MedicoUse dbapi to unify config.setinst() call in depgraph...
2006-07-09 Zac MedicoUse the abstract dbapi.aux_get() interface to unify...
2006-07-09 Zac MedicoUse the abstract dbapi.aux_get() interface to unify...
2006-07-08 Zac MedicoUse a cmpsplit() function to simplify package compariso...
2006-07-08 Zac MedicoRemove the merging=2 case to simplify merge/nomerge...
2006-07-08 Zac MedicoFix indentation mistake from the last commit.
2006-07-08 Zac MedicoUse set.intersection() to simplify --newuse comparison.
2006-07-08 Zac MedicoDo config.reset() prior to the depend phase to make...
2006-07-07 Zac MedicoRemove USE_EXPAND_HIDDEN from make.globals since it...
2006-07-07 Zac MedicoFix the NameError that occurs when collision-protect...
2006-07-06 Zac MedicoUse copy.deepcopy() to ensure that state comparison...
2006-07-06 Zac MedicoOnly commit the mtimedb if the internal state has changed.
2006-07-06 Zac MedicoExport the path of the build log into the ebuild env...
2006-07-06 Mike Frysingerremove pointless line that just ruins the display
2006-07-06 Zac MedicoClean up getportageversion() profile logic and fix...
2006-07-06 Zac MedicoRemove global autouse cache since most people don't...
2006-07-06 Zac MedicoMove the ARCH sanity check from the depgraph constructo...
2006-07-06 Zac MedicoFix missing newline.
2006-07-05 Zac MedicoCache a cloned config instance inside portdbapi so...
2006-07-05 Zac MedicoMake a backup of ACCEPT_KEYWORDS when repoman changes...
2006-07-05 Zac MedicoUse a cloned config instance for the depend phase in...
2006-07-05 Zac MedicoFix repoman breakage due to the fact that portage.porta...
2006-07-05 Zac MedicoFreeze all pordbapi instances.
2006-07-05 Zac MedicoRun global updates asap and then reload the whole confi...
2006-07-05 Zac MedicoMatch blockers against the correct $ROOT for bug #108449.
2006-07-05 Zac MedicoPass existing trees into load_emerge_config() so that...
2006-07-05 Zac MedicoAllow the loading of a completely separate config for...
2006-07-04 Zac MedicoFix more $ROOT references for bug #137446.
2006-07-04 Zac MedicoFix $ROOT references in the depgraph class for bug...
2006-07-03 Zac MedicoUse the correct bintree and porttree for bug #137446.
2006-07-03 Zac MedicoRemove color from "none" reported by vapier.
2006-07-03 Zac MedicoRemove commented code cruft.
2006-07-03 Zac MedicoDo some basic validation of the mtimedb resume data...
2006-07-03 Zac MedicoWhen displaying the resume merge list, don't show the...
2006-07-03 Zac MedicoCommit the mtimedb for --skipfirst so that if the user...
2006-07-03 Zac MedicoRevert accidental hunk from the last commit.
2006-07-03 Zac MedicoForce fetch if the number of parsed digests does not...
2006-07-03 Zac MedicoWhen assume-digests is enabled, for digest generation...
2006-07-02 Zac MedicoIgnore hidden directories (such as .svn) when building...
2006-07-02 Zac MedicoCommit the mtimedb prior to restart via excve for bug...
2006-07-02 Zac MedicoAdd support for arch.list in overlays (bug #137975).
2006-07-02 Zac MedicoAdd support for licenses in overlays (bug #137975).
2006-07-02 Zac MedicoAdd overlay support for use.local.desc in repoman.
2006-07-02 Zac MedicoFix import issues reported by pyflakes.
next