portage.git
2006-08-02 Zac MedicoRemove the unnecessary "Previously fetched" portion...
2006-08-02 Zac MedicoLink the full handbook since it's guaranteed to continu...
2006-08-02 Zac MedicoMove code that updates depgraph state from select_dep...
2006-08-02 Zac MedicoGrab /etc/profile.env from the target root instead...
2006-08-02 Zac MedicoMove profile.env to the bottom of the stack so that...
2006-08-02 Zac MedicoRemove duplicate profile.env values from the environmen...
2006-08-01 Zac MedicoRemove dojar for bug #108517.
2006-07-31 Zac MedicoDon't write to emerge.log when --pretend is enabled...
2006-07-31 Zac MedicoWhen emerge exits to blockers, show a link to the relev...
2006-07-31 Zac MedicoOnly ignore ENOENT in getconfig() so that more importan...
2006-07-31 Zac MedicoAdd matching quote (typo from last revision).
2006-07-31 Zac MedicoCatch ParseError from getconfig during env_update for...
2006-07-31 Zac MedicoRemove pointless cvs dependent REPOROOTS code. Thanks...
2006-07-29 Zac MedicoStack /etc/profile.env inside portage.config so that...
2006-07-28 Zac MedicoMake sure we doebuild uses the correct tree for fetch...
2006-07-28 Zac MedicoUse the FetchlistDict to simplify code.
2006-07-28 Zac MedicoPass in the path to the base of the current tree to...
2006-07-28 Zac MedicoAdd PKG_CONFIG_PATH to env_update incrementals for...
2006-07-28 Zac MedicoAllow a digest to be created before any distfiles have...
2006-07-28 Zac MedicoAdd a --force option for `ebuild digest` so that the...
2006-07-27 Zac MedicoSimplify permissions adjustment after a file is fetched.
2006-07-27 Zac MedicoMove the filesystem mirrors code into the main fetch...
2006-07-27 Zac MedicoMove permissions adjustment of previously fetched files...
2006-07-27 Zac MedicoFix ENOENT exception handler so that it only wraps...
2006-07-27 Zac MedicoHide a password if a uri contains one (a custom local...
2006-07-27 Zac MedicoSimplify fetch failure logic.
2006-07-27 Zac MedicoEnsure that that fetch restriction message is only...
2006-07-27 Zac MedicoAllow fetch restricted files to be fetched from custom...
2006-07-27 Zac MedicoMove the initial check of previously fetched files...
2006-07-26 Zac MedicoFix unsafe deletion of a dictionary item during iteration.
2006-07-25 Zac MedicoWhen necessary, always print a list of missing atoms...
2006-07-25 Zac MedicoMove the self dependency check from digraph.addnode...
2006-07-25 Zac MedicoAdd more dependencies to the digraph in order to help...
2006-07-24 Zac Medicos/difference/symmetric_difference/ for the last two...
2006-07-24 Zac MedicoFor binary packages, trigger a rebuild with --newuse...
2006-07-24 Zac MedicoTrigger a rebuild with --newuse when IUSE has changed...
2006-07-23 Zac MedicoSimplify depgraph.select_dep() logic by using a list...
2006-07-23 Zac MedicoReturn tuples instead of lists from getboth functions...
2006-07-23 Zac MedicoReturn a tuple from searchindex instead of a list.
2006-07-22 Zac MedicoMake xsplit() return False on failure and True on succe...
2006-07-22 Zac MedicoMove best_match_to_list, match_from_list, and match_to_...
2006-07-22 Zac MedicoMove portage.best() to portage_versions.
2006-07-22 Zac MedicoRemove unused portage.match_from_list_original() function.
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.
next