portage.git
2009-02-10 Zac MedicoBug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requi...
2009-02-09 Zac MedicoDocument EAPI 3_pre1.
2009-02-09 Zac MedicoAdd new EAPI 3_pre1 value, and disable unpack() support...
2009-02-09 Zac MedicoKeep 2_pre* EAPI values in the deprecated list so that...
2009-02-09 Zac MedicoRemove support for deprecated 2_pre* EAPI values.
2009-02-08 Mike Frysingeradd support for .xz compressed files like .lzma
2009-02-07 Zac MedicoFilter the new hasg and hasgq functions inside save_ebu...
2009-02-07 Zac MedicoEscape globs in hasgq arguments in order to prevent...
2009-02-07 Mike Frysingercleanup econf() code -- use hasg* funcs in multilib...
2009-02-07 Mike Frysingerfix previous commit -- hasq isnt as cool as i thought...
2009-02-07 Mike Frysingerfix --libdir detection when econf is passed whitespace...
2009-02-05 Zac MedicoFix digraph.clone() to properly clone priority lists.
2009-02-05 Zac MedicoMake DepPriority.__str__() indicate optional deps.
2009-02-05 Zac MedicoInside depgraph._serialize_tasks(), simplify the logic...
2009-02-04 Zac MedicoFor python-3.0 compatibility, make dict-like classes...
2009-02-04 Zac MedicoWarn about WANT_AUTO(CONF|MAKE)=latest settings since...
2009-02-04 Zac MedicoFix the priorities display in digraph.debug_print(...
2009-02-04 Zac MedicoFix Scheduler._find_system_deps() so that it only trave...
2009-02-04 Zac MedicoAdd support in digraph for multiple priorities per...
2009-02-04 Zac MedicoAdd UnmergeDepPriority.optional attribute, to avoid...
2009-02-03 Zac MedicoBug #256616 - Also consider deep runtime dependencies...
2009-02-03 Zac MedicoFor optional deps pulled in by --with-bdeps=y, set...
2009-02-03 Zac MedicoAdd a DepPriority.optional attribute for optional build...
2009-02-03 Zac MedicoMake emerge --regen return non-zero if that are any...
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-02-02 Zac MedicoAdd a cmp_sort_key class which makes it easier to port...
2009-02-02 Zac MedicoIn depgraph._serialize_tasks(), when separating uninsta...
2009-02-02 Zac MedicoBug #256616 - Since dependencies on system packages...
2009-02-02 Zac MedicoFix logic inside depgraph._serialize_tasks() to avoid...
2009-01-31 Zac MedicoImplement Manifest2Entry.__ne__() so that comparisons...
2009-01-31 Zac MedicoAlways ignore hidden files when generating Manifests...
2009-01-29 Zac MedicoFix color in merge list [ebuild ] display, so it...
2009-01-28 Ned Ludd- hardened gets way to many misfiled bugs related to...
2009-01-28 Zac MedicoIn EbuildFetcher._start(), don't touch the build dir...
2009-01-28 Zac MedicoWhen scheduling builds in parallel for --jobs, avoid...
2009-01-25 Zac MedicoFix die() usage in ebuild phase examples. Thanks to...
2009-01-25 Zac MedicoAdd messages before and after the src_prepare phase...
2009-01-24 Zac MedicoRemove the emerge-fetch.log lock message code from...
2009-01-24 Zac MedicoInside fetch(), only mention /var/log/emerge-fetch...
2009-01-23 Zac MedicoInside depgraph._dep_expand(), filter use dbapi.cp_list...
2009-01-22 Zac MedicoAdd an ignore_priority parameter to digraph.parent_nodes().
2009-01-22 Zac MedicoFix typo in previous commit.
2009-01-22 Zac MedicoInside depgraph._add_dep(), drop unnecessary build...
2009-01-22 Zac MedicoInside depgraph.loadResumeCommand(), always enable...
2009-01-22 Zac MedicoInside depgraph.loadResumeCommand(), when appropriate...
2009-01-22 Zac MedicoMake depgraph._add_dep() ignore fewer dependencies...
2009-01-22 Zac MedicoMake listdir(ignorecvs=True) ignore .git directories...
2009-01-22 Zac MedicoFix interaction between ignorelist and ignorecvs parame...
2009-01-21 Zac MedicoBug #199408 - Always enable the skip_masked and skip_un...
2009-01-21 Zac MedicoIn depgraph.loadResumeCommand(), account for unsatisfie...
2009-01-21 Zac MedicoInside depgraph.loadResumeCommand(), ignore unsatisifie...
2009-01-19 Zac MedicoWhen in --keep-going mode, don't suppress the list...
2009-01-18 Zac MedicoBug #255358 - Add new RDEPEND.implicit warning to detec... v2.2_rc23
2009-01-16 Zac MedicoFix false positive in the 'unused local USE-description...
2009-01-16 Zac MedicoIdentify which package has unused local USE description...
2009-01-16 Zac MedicoRevert chown behavior change from the previous commit...
2009-01-16 Zac MedicoBug #255101 - Fix 'Permission denied' error handling in
2009-01-14 Zac MedicoCall depgraph._set_args() inside _load_favorites()...
2009-01-14 Zac MedicoDrop the kernel version from the commit message for...
2009-01-14 Zac MedicoDon't show the running Linux kernel version in the...
2009-01-14 Zac MedicoFix repoman conditionals inside _expand_new_virtuals... v2.2_rc22
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...
2009-01-14 Zac MedicoInside digestgen(), don't unnecessarily call fetch...
2009-01-14 Zac MedicoBug #254825 - Improve messages that are displayed when...
2009-01-13 Zac MedicoBug #254860 - Add another missing str -> atom conversi...
2009-01-13 Zac MedicoUse a new 'usersync' feature to control dropping of...
2009-01-13 Zac MedicoBug #254860 - Inside _expand_new_virtuals(), generate...
2009-01-13 Zac MedicoSimplify depgraph._select_pkg_from_graph() by using...
2009-01-12 Zac MedicoWhen selecting greedy package inside depgraph._greedy_s... v2.2_rc21
2009-01-12 Zac MedicoMention the blocker_lookahead parameter in the depgraph...
2009-01-12 Zac MedicoWhen checking for conflicts between packages inside...
2009-01-12 Zac MedicoInvalidate some more caches inside depgraph._set_args().
2009-01-12 Zac MedicoFix comment about the greedy slots code.
2009-01-11 Zac MedicoBug #241808 - When loading options for --resume, discar...
2009-01-11 Zac MedicoMake the greedy slot atom code from bug #150361 look...
2009-01-11 Zac MedicoFix a TypeError which occurs in pretend commit mode...
2009-01-11 Zac MedicoIf necessary, use /proc/loadavg to emulate os.getloadavg().
2009-01-10 Zac MedicoWhen displaying parents of unsolved blockers, prefer...
2009-01-10 Zac MedicoWhen displaying parents of unsolved blockers, reduce...
2009-01-10 Zac MedicoEnable use.{mask,force} and package.use.{mask,forc...
2009-01-10 Zac MedicoBug #254421 - Make dir_get_metadata() handle 'Connectio...
2009-01-10 Zac MedicoInside action_sync(), check for the git binary when...
2009-01-10 Zac MedicoAdd a "quiet" parameter to the EOutput constructor...
2009-01-10 Zac MedicoUse ebegin/eend to indicate when waiting for a lock...
2009-01-10 Zac MedicoInside config._getKeywords(), ignore -* in KEYWORDS...
2009-01-10 Zac MedicoAdd a new 'metadata.warning' category and a check which...
2009-01-10 Zac MedicoFix broken code inside config._getKeywords().
2009-01-10 Zac MedicoEnable package.keywords as-directory in profiles.
2009-01-10 Zac MedicoBug #55321 - Add support for package.keywords in profil...
2009-01-10 Zac Medico* Enable the recursive option in profile package.use...
2009-01-10 Zac MedicoWhen there are unresolved blockers, display the conflic...
2009-01-10 Zac MedicoRevert r12405 since it will be more convenient to use...
2009-01-10 Zac MedicoRemove unused myblocker_parents variable inside depgrap...
2009-01-10 Zac MedicoAdd Blocker -> Blocked Package edges to depgraph._unsol...
2009-01-09 Zac MedicoDon't assume that the package metadata contains a ...
next