portage.git
2006-07-22 Zac MedicoUse portage.best() to simplify package comparison.
2006-07-22 Zac MedicoJust add the providers to the protected set without...
2006-07-22 Zac MedicoMake depclean account for old-style virtuals so that...
2006-07-21 Zac MedicoMake sure that PORTAGE_BUILDDIR exists before attemptin...
2006-07-21 Zac MedicoCollapse whitespace in aux_get calls for remote binpkg...
2006-07-21 Zac MedicoIgnore hidden directories and files when updating confi...
2006-07-21 Zac MedicoAdd a link for "Setting up your own local rsync mirror...
2006-07-21 Zac MedicoMove dep_transform from the portage_dep module to porta...
2006-07-21 Zac MedicoMove update_config_files from the core portage module...
2006-07-21 Zac MedicoDo the portage_checksum import in local scope because...
2006-07-21 Zac MedicoMove new_protect_filename from the core portage module...
2006-07-21 Zac MedicoMove parse_updates from the core portage module to...
2006-07-21 Zac MedicoMove isjustname, isspecific, dep_getkey, and dep_transf...
2006-07-21 Zac MedicoRemove grabdict_package and grabfile_package from the...
2006-07-21 Zac MedicoMove dep_getcpv, get_operator, and isvalidatom from...
2006-07-21 Zac MedicoBlacklist some variables in the config constructor...
2006-07-20 Zac MedicoFix broken if/elif statement.
2006-07-20 Zac MedicoFix a broken reference to portage.portdb.
2006-07-20 Zac MedicoRemove redundant initialization of directories for...
2006-07-20 Zac MedicoMove initialization of config.uvlist into the regenerat...
2006-07-20 Zac MedicoMove initialization of self.lookuplist to a more logica...
2006-07-20 Zac MedicoRemove redundant initialization of self.features (and...
2006-07-20 Simon Stellingnote that there is the possibility to have a local...
2006-07-20 Zac MedicoRemove redundant initialization of PORTAGE_BIN_PATH...
2006-07-20 Zac MedicoRemove redundant initialization of CBUILD for cloned...
2006-07-20 Zac MedicoRemove redundant definition of catsplit() which is...
2006-07-20 Zac MedicoRemove redundant copying of self.lookuplist and self...
2006-07-20 Zac MedicoWhen cloning a config instance, use the copied env...
2006-07-20 Zac MedicoRemove redundant processing of ROOT and PORTAGE_CONFIGR...
2006-07-20 Zac MedicoRemove redundant (and possibly problem causing) copying...
2006-07-20 Zac MedicoRemove redundant processing of PORTDIR_OVERLAY for...
2006-07-20 Zac MedicoRemove redundant initialization of self.depcachedir...
2006-07-20 Zac MedicoWhen a config instance is cloned, don't initialize...
2006-07-20 Zac MedicoWhen a config instance is cloned, don't set default...
2006-07-20 Zac MedicoHandle a potential ValueError when parsing the number...
2006-07-19 Zac MedicoMake user_special() return 1 if none of the patterns...
2006-07-19 Zac MedicoMake PORTAGE_TMPDIR cannonical for sandbox before it...
2006-07-19 Marius Mauchadd support to prevent auto-processing for user-special...
2006-07-19 Marius Mauchuse eval to allow shell expansion in config file
2006-07-19 Marius MauchOnly call portageq once
2006-07-19 Zac MedicoRemove redundant checksum output.
2006-07-19 Marius Mauchupdate mtime after replacing config files
2006-07-19 Marius Mauchadd notice about remaining updates on exit
2006-07-19 Marius Mauchadd option to discard config updates
2006-07-19 Marius MauchShow full path when auto-merging
2006-07-19 Marius Mauchensure we have the necessary access
2006-07-19 Zac MedicoUse the python implemention of ebegin/eend to visually...
2006-07-19 Zac MedicoAdd an EOutput class that provides a python implementat...
2006-07-19 Zac MedicoDon't try to create a log file unless PORTAGE_BUILDDIR...
2006-07-19 Zac MedicoUse the portage gid for BUILD_PREFIX.
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...
next