portage.git
2009-03-11 Zac MedicoDon't bother to calculate PORTAGE_COUNTER_HASH when...
2009-03-11 Zac MedicoInside post_emerge(), skip the vardbapi counter check...
2009-03-11 Zac MedicoFor python-3.0 compatibility, raise a real exception...
2009-03-11 Zac MedicoFor compatibility with python-3.0, use isinstance(...
2009-03-11 Zac MedicoFix classes that implement __iter__() to copy it to...
2009-03-11 Zac MedicoRemove redundant ConfigLoaderKlass.__iter__() method...
2009-03-11 Zac MedicoImplement UserDict.__contains__() and __iter__(). ...
2009-03-11 Zac MedicoImplement a substitute for UserDict.UserDict so that...
2009-03-11 Zac MedicoIn python-3.0, the UserDict.DictMixin class has been...
2009-03-11 Zac MedicoSet svn:keywords Id on all files.
2009-03-11 Zac MedicoMake save_ebuild_env() filter NOCOLOR, and remove relat...
2009-03-11 Zac MedicoBug #253904 - Add a lookahead mechanism inside
2009-03-11 Zac MedicoFix grabfile_package() to preprocess atoms before passi...
2009-03-11 Zac MedicoBug #259124 - Inside EbuildFetcher._start(), pass the...
2009-03-11 Zac Medico (trunk r12620)
2009-03-11 Zac MedicoFix broken references to DepPriority attributes. (trunk...
2009-03-11 Zac MedicoIn dyn_package(), show a more informative die message...
2009-03-11 Zac MedicoFix isvalidatom to properly identify an invalid atom...
2009-03-11 Zac MedicoFix merge order calculation so that the circular runtim...
2009-03-11 Zac MedicoBug #250020 - When calculating merge order, try to...
2009-03-11 Zac MedicoIn depgraph._serialize_tasks(), when appropriate, execu...
2009-03-11 Zac MedicoFor the --buildpkgonly digraph.hasallzeros() check...
2009-03-11 Zac MedicoAutomatically export QA_PRESTRIPPED if it's set. Thanks...
2009-03-11 Zac MedicoIn depgraph._serialize_tasks(), verify that an uninstal...
2009-03-11 Zac MedicoFix Scheduler._prevent_builddir_collisions() to skip...
2009-03-11 Zac MedicoAdd a new "portage.internal" warning for prepalldocs...
2009-03-11 Zac Medico* Remove outdated comment about qa_source() return...
2009-03-11 Zac MedicoInside portage.fetch(), check for the case where FETCOM...
2009-03-11 Zac MedicoBug #258433 - In portage.fetch(), check for missing...
2009-03-11 Zac MedicoInside depgraph._select_atoms(), only trigger the circu...
2009-03-11 Zac MedicoBug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requi...
2009-03-11 Zac MedicoDocument EAPI 3_pre1. (trunk r12597)
2009-03-11 Zac MedicoAdd new EAPI 3_pre1 value, and disable unpack() support...
2009-03-11 Zac MedicoKeep 2_pre* EAPI values in the deprecated list so that...
2009-03-11 Zac MedicoRemove support for deprecated 2_pre* EAPI values. ...
2009-03-11 Zac Medico (trunk r12593)
2009-03-11 Zac MedicoFilter the new hasg and hasgq functions inside save_ebu...
2009-03-11 Zac MedicoEscape globs in hasgq arguments in order to prevent...
2009-03-11 Zac Medico (trunk r12590)
2009-03-11 Zac Medico (trunk r12589)
2009-03-11 Zac Medico (trunk r12588)
2009-03-11 Zac MedicoFix digraph.clone() to properly clone priority lists...
2009-03-11 Zac MedicoMake DepPriority.__str__() indicate optional deps....
2009-03-11 Zac MedicoInside depgraph._serialize_tasks(), simplify the logic...
2009-03-11 Zac MedicoFor python-3.0 compatibility, make dict-like classes...
2009-03-11 Zac MedicoWarn about WANT_AUTO(CONF|MAKE)=latest settings since...
2009-03-11 Zac MedicoFix the priorities display in digraph.debug_print(...
2009-03-11 Zac MedicoFix Scheduler._find_system_deps() so that it only trave...
2009-03-11 Zac MedicoAdd support in digraph for multiple priorities per...
2009-03-11 Zac MedicoAdd UnmergeDepPriority.optional attribute, to avoid...
2009-03-11 Zac MedicoBug #256616 - Also consider deep runtime dependencies...
2009-03-11 Zac MedicoFor optional deps pulled in by --with-bdeps=y, set...
2009-03-11 Zac MedicoAdd a DepPriority.optional attribute for optional build...
2009-03-11 Zac MedicoMake emerge --regen return non-zero if that are any...
2009-03-11 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibil...
2009-03-11 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibil...
2009-03-11 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibil...
2009-03-11 Zac MedicoAdd a cmp_sort_key class which makes it easier to port...
2009-03-11 Zac MedicoIn depgraph._serialize_tasks(), when separating uninsta...
2009-03-11 Zac MedicoBug #256616 - Since dependencies on system packages...
2009-03-11 Zac MedicoFix logic inside depgraph._serialize_tasks() to avoid...
2009-03-11 Zac MedicoImplement Manifest2Entry.__ne__() so that comparisons...
2009-03-11 Zac MedicoAlways ignore hidden files when generating Manifests...
2009-03-11 Zac MedicoFix color in merge list [ebuild ] display, so it...
2009-03-11 Zac Medico (trunk r12559)
2009-03-11 Zac MedicoIn EbuildFetcher._start(), don't touch the build dir...
2009-03-11 Zac MedicoWhen scheduling builds in parallel for --jobs, avoid...
2009-03-11 Zac MedicoFix die() usage in ebuild phase examples. Thanks to...
2009-03-11 Zac MedicoAdd messages before and after the src_prepare phase...
2009-03-11 Zac MedicoRemove the emerge-fetch.log lock message code from...
2009-03-11 Zac MedicoInside fetch(), only mention /var/log/emerge-fetch...
2009-03-11 Zac MedicoInside depgraph._dep_expand(), filter use dbapi.cp_list...
2009-03-11 Zac MedicoAdd an ignore_priority parameter to digraph.parent_node...
2009-03-11 Zac MedicoFix typo in previous commit. (trunk r12550)
2009-03-11 Zac MedicoInside depgraph._add_dep(), drop unnecessary build...
2009-03-11 Zac MedicoInside depgraph.loadResumeCommand(), always enable...
2009-03-11 Zac MedicoInside depgraph.loadResumeCommand(), when appropriate...
2009-03-11 Zac MedicoMake depgraph._add_dep() ignore fewer dependencies...
2009-03-11 Zac MedicoMake listdir(ignorecvs=True) ignore .git directories...
2009-03-11 Zac MedicoFix interaction between ignorelist and ignorecvs parame...
2009-03-11 Zac MedicoBug #199408 - Always enable the skip_masked and skip_un...
2009-03-11 Zac MedicoIn depgraph.loadResumeCommand(), account for unsatisfie...
2009-03-11 Zac MedicoInside depgraph.loadResumeCommand(), ignore unsatisifie...
2009-03-11 Zac MedicoWhen in --keep-going mode, don't suppress the list...
2009-02-20 Zac MedicoFix svn:keywords again.
2009-02-19 Zac MedicoAdd back Rev to svn:keywords (accidentally removed...
2009-02-18 Zac MedicoSet svn:keywords Id on all files.
2009-01-18 Zac MedicoBug #255358 - Add new RDEPEND.implicit warning to detec... v2.1.6.7
2009-01-18 Zac MedicoFix false positive in the 'unused local USE-description...
2009-01-18 Zac MedicoIdentify which package has unused local USE description...
2009-01-18 Zac MedicoRevert chown behavior change from the previous commit...
2009-01-18 Zac MedicoBug #255101 - Fix 'Permission denied' error handling in
2009-01-18 Zac MedicoCall depgraph._set_args() inside _load_favorites()...
2009-01-18 Zac MedicoDrop the kernel version from the commit message for...
2009-01-18 Zac MedicoDon't show the running Linux kernel version in the...
2009-01-14 Zac MedicoFix repoman conditionals inside _expand_new_virtuals... v2.1.6.6
2009-01-14 Zac MedicoAdd some more variables to config._env_blacklist to...
2009-01-14 Zac MedicoMake sure spawn() always initializes opt_name because...
2009-01-14 Zac MedicoIn spawn(), put the full cpv in opt_name, instead of...
2009-01-14 Zac MedicoBug #254825 - Add a note about the need to use `ebuild...
next