portage.git
2008-07-28 Zac MedicoAdd note about support for EAPI="2_pre0". v2.2_rc4
2008-07-28 Zac MedicoCreate a table to document conditional USE dependency...
2008-07-28 Zac MedicoFix arg count when constructing a TypeError in the...
2008-07-28 Zac MedicoAdd support for an new EAPI="2_pre0" value so that...
2008-07-28 Zac MedicoDisable the multi-bracket USE deps syntax, so only...
2008-07-28 Zac MedicoImplement new conditional USE dep syntax:
2008-07-28 Zac MedicoCreate a SlotDict constructor which can take an optiona...
2008-07-28 Zac Medico* Add support in dep_getusedeps() and isvalidatom(...
2008-07-28 Zac MedicoBug #233137 - Implement Atom.split().
2008-07-27 Zac MedicoFix incorrect logging.exception() arguments. The except...
2008-07-27 Zac MedicoFix the new glep56 code to handle missing metadata...
2008-07-27 Zac MedicoFix EbuildFetcher to pass all config variables to the...
2008-07-27 Zac MedicoUpdate path to make.conf.example. Thanks to Arfrever.
2008-07-27 Zac MedicoUse ${NORMAL} to properly restore color when necessary.
2008-07-27 Zac MedicoMake elog_base() just use \n as the delimiter in the...
2008-07-27 Zac MedicoMake all the elog functions split lines when displaying...
2008-07-27 Zac MedicoAdd support to elog_base() to split messages on newline...
2008-07-27 Zac MedicoFix breakage from r11213 in INHERITED values returned...
2008-07-27 Zac MedicoFixes from Arfrever:
2008-07-27 Zac MedicoSerialize src_unpack() $DISTDIR access for live ebuilds...
2008-07-27 Zac Medico* Define a frozenset of live eclasses for the LIVEVCS...
2008-07-27 Zac MedicoFix repoman not seeing subversion auto-ignored files...
2008-07-27 Zac MedicoTemporarily `set -o noglob` when splitting QA_DT_HASH.
2008-07-27 Zac MedicoBug #233077 - Add QA check which verifies that LDFLAGS...
2008-07-27 Zac MedicoSchedule ebuild pkg_setup phases on the merge queue,
2008-07-27 Zac MedicoIn PollScheduler._poll(), add a call to _schedule(...
2008-07-27 Zac MedicoFix AsynchronousTask.removeStartListener() and removeEx...
2008-07-26 Zac MedicoFix LinkageMap.findConsumers() to check whether the...
2008-07-26 Zac Medico* Use pure bash ${PARAMETER%/*} instead of spawing...
2008-07-26 Zac MedicoSplit out an apply_priorities() function to apply nice...
2008-07-26 Zac MedicoBug #232924 - When the user specifies a non-existent...
2008-07-26 Zac MedicoBug #228085 - In the event of a file collision, the...
2008-07-26 Zac MedicoReplace hardcoded i386 machine name in dyn_rpm() with...
2008-07-26 Zac Medico* For bug 227625, automatically create the /usr/src...
2008-07-26 Zac MedicoReduce the default PORTAGE_IONICE_COMMAND priority...
2008-07-25 Zac MedicoAdd PORTAGE_IONICE_COMMAND setting for make.conf which...
2008-07-25 Zac MedicoSuppress "for /" and "to /" in status messages when...
2008-07-25 Zac MedicoFix PORTAGE_BIN_PATH typo in EbuildFetcher._start().
2008-07-25 Zac MedicoDetect an invalid cpv passed into portdbapi.findname2...
2008-07-25 Zac MedicoCancel prefetchers if they're the only reason the main...
2008-07-24 Zac MedicoWhen in background mode and there is a single failure...
2008-07-24 Zac Medico* Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND...
2008-07-24 Zac MedicoBug #206773 - Add a new PORTAGE_IONICE_COMMAND variable...
2008-07-24 Zac MedicoBug #228117 - Insert a trailing newline in the getconfi...
2008-07-23 Zac MedicoFix bug in get_repo_path() when called with multiple... v2.2_rc3
2008-07-23 Zac MedicoFix typo, found by pyflakes.
2008-07-23 Zac MedicoAvoid "0 files checked ..." messages reported by Pesa.
2008-07-23 Zac MedicoFix --depclean/--prune regressions reported by selkin:
2008-07-23 Zac MedicoAdd sandbox write access to PORTAGE_PYM_PATH before...
2008-07-23 Zac MedicoAdd GENTOO_MIRRORS to the variables exported by EbuildF... v2.2_rc2
2008-07-23 Zac MedicoMake --fetchonly disable background mode.
2008-07-22 Zac MedicoHandle UnsatisfiedResumeDep in Scheduler._calc_resume_l...
2008-07-22 Zac MedicoUpdate --depclean and --prune, removing warnings about...
2008-07-22 Zac MedicoIn dblink.unmerge(), redirect preserve-libs "!needed...
2008-07-22 Zac MedicoFix resume_depgraph() so that it doesn't raise an Asser...
2008-07-22 Zac MedicoShow the number of failed packages in the status display.
2008-07-22 Zac MedicoRedirect build log eqawarn messages to the log file...
2008-07-22 Zac MedicoDisable "Installing" status messages when in --pretend...
2008-07-22 Zac MedicoMake --pretend disable background mode and imply -...
2008-07-22 Zac MedicoRedirect dblink._preserve_libs() messages to the log...
2008-07-22 Zac MedicoAdjust status messages for --fetchonly mode.
2008-07-22 Zac MedicoAdjust --fetchonly failure messages to work better...
2008-07-21 Zac MedicoFix --depclean/--prune to add lib providers and their...
2008-07-21 Zac MedicoAdd initial lib awareness for --depclean and --prune...
2008-07-21 Zac MedicoIn dblink.findProviders(), clone the "path" variable...
2008-07-21 Zac MedicoIn dblink._preserve_libs(), strip leading $ROOT from...
2008-07-21 Zac MedicoFix breakage in the depclean/prune unsatisfied deps...
2008-07-21 Zac MedicoFix typo.
2008-07-21 Zac MedicoFor --depclean and --prune, eliminate duplicate graph...
2008-07-21 Zac MedicoRedirect the 'Recording <pkg> in "world" favorites...
2008-07-20 Zac MedicoFix broken references to the old elog_modules namespace.
2008-07-20 Zac MedicoRedirect some more unmerge() output through writemsg_le...
2008-07-20 Zac MedicoFix Scheduler emergelog() interaction to properly disab...
2008-07-20 Zac Medico* Clean up _schedule_tasks_imp() a bit.
2008-07-20 Zac MedicoMake PollScheduler._poll() add poll events to the stack...
2008-07-19 Zac MedicoMerge tasks currently run synchronously which makes...
2008-07-19 Zac MedicoFix Scheduler._schedule_tasks_imp() so that it never...
2008-07-19 Zac MedicoCalling _schedule() from Scheduler._poll() is unsafe...
2008-07-19 Zac MedicoUse the memoized _choose_pkg() result to return earlier...
2008-07-19 Zac MedicoWhen Scheduler._choose_pkg() is unable to find a packag...
2008-07-19 Zac MedicoBug #231464 - Replace erroneous "return" statement...
2008-07-19 Zac MedicoInstead of calling _background_mode(), use the cached...
2008-07-19 Zac MedicoFix JobStatusDisplay._init_term() to supply default...
2008-07-19 Zac Medico* Call self._schedule() from inside Scheduler._poll...
2008-07-19 Zac MedicoFix typos.
2008-07-19 Zac MedicoAdd a Scheduler._background_mode() method to control...
2008-07-19 Zac MedicoDisplay "Verifying ebuild manifests" and "Starting...
2008-07-19 Zac MedicoAdd a hook in Scheduler._poll() that updates the displa...
2008-07-19 Zac MedicoMake all poll() calls pass through PollScheduler._poll().
2008-07-19 Zac MedicoWhen JobStatusDisplay.displayMessage() is called while...
2008-07-19 Zac MedicoAdd support to JobStatusDisplay() to update the current...
2008-07-19 Zac MedicoAdd a MergeListItem.statusMessage(msg) callback for...
2008-07-18 Zac MedicoBug #199788 - Make repoman parse GLEP 56 USE flag descr...
2008-07-18 Zac MedicoFix typo.
2008-07-18 Zac MedicoSuppress counter initialization warning messages in
2008-07-18 Zac MedicoAdd background output redirection and async ebuild...
2008-07-18 Zac MedicoChange package status messages to give more accurate...
2008-07-18 Zac MedicoIn dblink._dblink_display_merge(), when in background...
2008-07-18 Zac MedicoUse dblink._eerror() to eliminate duplicate code.
2008-07-18 Zac MedicoIf an problem is detected in dblink._security_check...
next