portage.git
2010-03-10 Zac MedicoOnly try to merge portage asap when the new version... v2.1.8.3
2010-03-09 Zac MedicoOnly create implicit libc deps when the version changes...
2010-03-09 Zac MedicoDisable implicit libc deps for ROOT != "/" since it...
2010-03-09 Zac MedicoMerge libc asap for all roots instead of just ROOT...
2010-03-09 Zac MedicoAdd periods. (trunk r15803)
2010-03-09 Zac MedicoUse ewarn output style to add some color. (trunk r15802)
2010-03-09 Zac Medico* Remove outdated profiles.desc sentence about "1 profi...
2010-03-09 Zac MedicoImport 'email' and 'smtlib' locally since python ebuild...
2010-03-09 Zac MedicoAdd --debug output for the scheduler digraph. (trunk...
2010-03-09 Zac MedicoIf _implicit_libc_deps() finds both a new-style virtual...
2010-03-09 Zac MedicoAdd support for displaying profile listed in make.profi...
2010-03-09 Zac MedicoFix typo in parenthesis from previous commit. (trunk...
2010-03-09 Zac MedicoBug #303567 - Create implicit dependencies on libc...
2010-03-09 Zac MedicoWhen portage upgrades or downgrades itself, preload...
2010-03-09 Zac MedicoMove --update from the actions to the options section...
2010-03-09 Zac MedicoClean up/sync docs for emerge --sync, and add a note...
2010-03-09 Zac MedicoEscape hyphens. (trunk r15775)
2010-03-08 Zac MedicoAdd copyright header. (trunk r15771) v2.1.8.2
2010-03-08 Zac MedicoDisable PORTAGE_SYNC_STALE warnings when --usepkgonly...
2010-03-08 Zac MedicoExclude PORTAGE_SYNC_STALE from the ebuild environment...
2010-03-08 Zac MedicoBug #307409 - Force --verbose mode when displaying...
2010-03-08 Zac MedicoBug #291331 - Force ascii encoding in send_mail() in...
2010-03-08 Zac MedicoShow --sync in messages, to help avoid confusion. ...
2010-03-08 Zac MedicoNote that PORTAGE_SYNC_STALE=0 will disable warnings...
2010-03-08 Zac MedicoProduce a warning message if the timestamp of the porta...
2010-03-08 Zac MedicoBug #308415 - Fix broken uri parameter passed to fetch...
2010-03-04 Zac MedicoBug #307723 - Define basestring for python3. (trunk... v2.1.8.1
2010-03-04 Zac MedicoFix imports doebuild_environment and prepare_build_dirs...
2010-03-04 Zac MedicoBug #307707 - Fix fetch() to use the correct spawn...
2010-03-04 Zac MedicoAdd new colors for binary packages in the merge list...
2010-03-03 Zac MedicoAdd news about splitting the top-level __init__.py... v2.1.8
2010-03-03 Zac MedicoMake _global_updates() silently return if ROOT != ...
2010-03-03 Zac MedicoRemove preserve libs code from unmerge() that accidenta...
2010-03-02 Zac MedicoFix incorrect merge.
2010-03-02 Zac MedicoUnlink log instead of truncate, to avoid leaving empty...
2010-03-02 Zac MedicoRemove fetch log after successful fetch. (trunk r15721)
2010-03-02 Zac MedicoBug #304981 - Remove redundant fetch log removal code...
2010-03-02 Zac MedicoClean up imports and unused variables. (trunk r15716)
2010-03-02 Zac MedicoMove imports to top. (trunk r15715)
2010-03-02 Zac MedicoClean up imports. (trunk r15714)
2010-03-02 Zac MedicoMove _pty module to portage.util._pty. (trunk r15515)
2010-03-02 Zac MedicoMove imports to top. (trunk r15514)
2010-03-02 Zac MedicoBug #306659 - For --rebuilt-binaries, only reinstall...
2010-03-02 Zac MedicoTest for python openpty breakage after freebsd7 to...
2010-03-02 Zac MedicoFix legacy globals proxies to reset state when the...
2010-03-02 Zac MedicoAdd a note in _find_system_deps about needing the syste...
2010-03-02 Zac MedicoUse writemsg instead of print. Also don't use _ as...
2010-03-02 Zac MedicoMove imports to the top and use writemsg_stdout instead...
2010-03-02 Zac MedicoCall stack_lists on profile_only_variables for incremen...
2010-03-02 Zac MedicoRemove redundant eerror import. (trunk r15506)
2010-03-02 Zac MedicoRemove redundant local elog_process import that can...
2010-03-02 Zac MedicoRemove unused print_function. (trunk r15504)
2010-03-02 Zac MedicoBug #307235 - Inside depgraph._add_dep, discard child...
2010-03-02 Zac MedicoRemove unused print() import. (trunk r15502)
2010-03-02 Zac MedicoRemove unused imports. (trunk r15501)
2010-03-02 Zac MedicoAdd ObjectProxy __gt__, __ge__, __lt__, and __le__...
2010-03-02 Zac MedicoFix broken reference to portage._spawn_misc_sh(). Thank...
2010-03-02 Zac MedicoRemove print() usage. (trunk r15495)
2010-03-02 Zac MedicoRemove print() usage. (trunk r15494)
2010-03-02 Zac MedicoFix broken fakedbapi.cpv_inject/cpv_remove calls. ...
2010-03-02 Zac MedicoMove legacy globals code into a _legacy_globals module...
2010-03-02 Zac MedicoMove deprecated_profile_check to portage.package.ebuild...
2010-03-02 Zac MedicoMove the MtimeDB class to portage.util.mtimedb and...
2010-03-02 Zac MedicoFix vardbapi.move_ent and aux_update to clear relevant...
2010-03-02 Zac MedicoMake bindbapi override cpv_inject and cpv_remove, for...
2010-03-02 Zac MedicoMake _global_updates ensure that the binarytree is...
2010-03-02 Zac MedicoAdd a --quiet-unmerge-warn option to disable the warnin...
2010-03-02 Zac MedicoFix reference to portage.util.listdir.dircache. (trunk...
2010-03-02 Zac MedicoRemove deprecated flushmtimedb function. (trunk r15476)
2010-03-02 Zac MedicoMove portage._global_updates to a submodule. (trunk...
2010-03-02 Zac MedicoRemove unused 'dircache' variable that's moved to porta...
2010-03-02 Zac MedicoMove missing encodings module workarounds (<python...
2010-03-02 Zac MedicoAnother turquoise -> red. (trunk r15472)
2010-03-02 Zac MedicoBug #307021 - Show "Please fix" message in red instead...
2010-03-02 Zac MedicoEliminate the PhaseCheck constructor and make PhaseChec...
2010-03-02 Zac MedicoMove getvirtuals to _deprecated module. (trunk r15469)
2010-03-02 Zac MedicoMove merge and unmerge functions to the vartree module...
2010-03-02 Zac MedicoFix broken dep_expand import from previous commit....
2010-03-02 Zac MedicoSplid deprecated functions into a _deprecated module...
2010-03-02 Zac MedicoAvoid name collision with dep_expand submodule so epydo...
2010-03-02 Zac MedicoMove portage.movefile to portage.util.movefile. (trunk...
2010-03-02 Zac MedicoSplit getmaskingstatus and getmaskingreason info portag...
2010-03-02 Zac MedicoMove portage.dep_check and related functions to portage...
2010-03-02 Zac MedicoMove dep.py to dep/__init__.py, for splitting into...
2010-03-02 Zac MedicoMove dep_expand and cpv_expand into portage.dbapi submo...
2010-03-02 Zac MedicoFix typo in import. (trunk r15459)
2010-03-02 Zac MedicoMove portage.digestcheck to portage.package.ebuild...
2010-03-02 Zac MedicoFix broken digestgen import. (trunk r15457)
2010-03-02 Zac MedicoRelocate portage.util.digestgen to portage.package...
2010-03-02 Zac MedicoDefine 'long' for Python 3. (trunk r15455)
2010-03-02 Zac MedicoMove digestgen to portage.util.digestgen. (trunk r15454)
2010-03-02 Zac MedicoMove ExtractKernelVersion portage.util.ExtractKernelVer...
2010-03-02 Zac MedicoMove env_update to portage.util.env_update.envupdate...
2010-03-02 Zac MedicoFix broken references to portage._doebuild_manifest_exe...
2010-03-02 Zac MedicoMove cacheddir and listdir to portage.util.listdir...
2010-03-02 Zac MedicoMake auxdbkeys a tuple instead of a list. (trunk r15449)
2010-03-02 Zac MedicoSplit doebuild and related code to the portage.package...
2010-03-02 Zac MedicoRemove unused 'expandcache' global variable. (trunk...
2010-03-02 Zac MedicoFix a logic error which causes blockers from installed...
2010-03-02 Zac MedicoAdd missing writmsg import. (trunk r15445)
next