portage.git
2008-10-09 Zac MedicoRemove redundant os.close(master_fd) call inside SpawnP...
2008-10-09 Zac MedicoFix code from previous commit so it properly checks...
2008-10-09 Zac MedicoBug #240684 - Fix _ebuild_arg_to_phase() to handle...
2008-10-09 Zac MedicoIn EbuildFetcher._set_returncode(), don't clean up...
2008-10-08 Zac MedicoDon't show the repo display when the merge list is...
2008-10-08 Zac MedicoFix apparent breakage from r11593 (slot dep support):
2008-10-08 Zac MedicoIn EbuildBuild._fetch_exit(), clean up the fetch log...
2008-10-08 Zac MedicoUse separate temp directories in order to avoid potenti...
2008-10-08 Zac MedicoSince EbuildBuild no longer directs it's EbuildFetcher...
2008-10-08 Zac MedicoBefore returning config instances from Scheduler._alloc...
2008-10-07 Zac MedicoGenerate elog messages for failed fetches. This restore...
2008-10-07 Zac MedicoInstead of using inheritance, reference the ConfigParse...
2008-10-07 Zac MedicoMake "qawarnings" a normal set since the missingvars...
2008-10-07 Zac MedicoChange the "qawarnings" variable from a list to a set.
2008-10-07 Zac MedicoMake HOMEPAGE.missing fatal again since, in cases when...
2008-10-07 Zac MedicoWhen EbuildBuild encounters a failed fetch, propagee...
2008-10-07 Zac MedicoMake EbuildFetcher clean up the build dir after failure...
2008-10-07 Zac MedicoMake EbuildFetcher direct fetch output to the normal...
2008-10-07 Zac MedicoFix EbuildFetcher._wait_hook() so it can be called...
2008-10-07 Zac MedicoBug #234301 - Add support to EbuildFetcher to collect...
2008-10-06 Zac MedicoIn fetch(), never call the pkg_nofetch phase when in...
2008-10-06 Zac MedicoIn doebuild(), don't create build dirs when "listonly...
2008-10-06 Zac MedicoIn order to avoid "waiting for lock" messages
2008-10-06 Zac MedicoFix KeyError raised from display_preserved_libs() when...
2008-10-05 Zac MedicoBug #240022 - Avoid duplicate output for the same libra...
2008-10-05 Zac MedicoMake HOMEPAGE.missing a warning since some packages...
2008-10-05 Zac MedicoAvoid raising a KeyError from display_preserved_libs...
2008-10-05 Zac MedicoIn dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempt...
2008-10-05 Zac MedicoBug #239529 - When doins is called on a symlink to...
2008-10-05 Zac Medico* When ensuring sane $PWD in ebuild.sh, die if the...
2008-10-05 Zac MedicoOnly update the confmem file when something has changed.
2008-10-05 Zac MedicoFix PreservedLibsRegistry.store() so that it only rewri...
2008-10-05 Zac MedicoRedirect pushd and popd output to /dev/null when approp...
2008-10-05 Zac MedicoAdd missing quotes on pushd argument from previous...
2008-10-05 Zac MedicoBug #239529 - Fix 'doins' to work with symlinks to...
2008-10-05 Zac MedicoA cpv can be returned from dbapi.match() as an old...
2008-10-04 Zac MedicoHandle AttributeError in case os.getloadavg does not...
2008-10-04 Zac MedicoFix depgraph._add_pkg() to ensure that the existing...
2008-10-04 Zac MedicoMake depgraph._add_pkg() take a Dependency instance...
2008-10-02 Zac MedicoFix `svn status` output parsing for compatibility with...
2008-10-02 Zac MedicoRemove pointless copying of the owners dict inside...
2008-10-02 Zac MedicoImplement a new "changelog.ebuildadded" check which...
2008-10-02 Zac MedicoIn JobStatusDisplay._update(), set _displayed = True...
2008-10-02 Zac MedicoOptimize display_preserved_libs() by using a single...
2008-10-02 Zac MedicoFix broken logic in Scheduler._main_loop() which would...
2008-10-02 Zac MedicoCall elog_process before calling the "clean" phase...
2008-10-02 Zac MedicoWhen parsing PORTAGE_ELOG_SYSTEM, stack values in a...
2008-10-01 Zac MedicoBug #239272 - Handle InvalidAtom exception inside
2008-10-01 Zac MedicoGenerate an eqawarn message if econf is called from...
2008-09-30 Zac MedicoHandle InvalidDependString from portdbapi.getFetchMap...
2008-09-30 Zac MedicoNow that elog_base() uses 'echo -e' to expand escape...
2008-09-29 Zac MedicoBug #239006 - In FakeVartree._aux_get_wrapper(), fall...
2008-09-29 Marius Mauchallow the portage.sets. prefix to be omitted in 'class...
2008-09-28 Marius MauchAdd a new DummyPackageSet handler to make set operators...
2008-09-28 Marius Mauchremove the 'repository' option from CategorySet in...
2008-09-28 Marius Mauchallow selection of metadata source for VariableSet
2008-09-28 Marius Mauchmake sure that cli-defined sets aren't added to @world
2008-09-28 Zac MedicoFor compatibility with long-standing --columns behavior...
2008-09-28 Marius Mauchadd support for slot dependencies (original patch by...
2008-09-28 Marius Mauchuse summarylist for output of test mode when --verbose...
2008-09-28 Marius Mauchsort summarylist output (patch by Robert Buchholz ...
2008-09-28 Marius Mauchprint dates in a consistent format (patch by Robert...
2008-09-28 Marius Mauchalso accept glsa-2.dtd as valid for GLSAs (patch by...
2008-09-28 Marius Mauchaccount for DTD changes wrt 'revised' element (patch...
2008-09-28 Marius Mauchdocument AgeSet handler class
2008-09-28 Marius Mauchupdate set config documentation to include extend,...
2008-09-28 Marius Mauchuse ignorelist to avoid potential infite loop
2008-09-28 Marius MauchAdd operator logic to sets.conf
2008-09-28 Marius MauchProperly process set arguments inside set expressions
2008-09-28 Marius Mauchdisable redefintion errors when updating the set defini...
2008-09-28 Marius Mauchimplement set arguments to reconfigure and create packa...
2008-09-27 Zac MedicoAnother correctness fix in BlockerDB.findInstalledBlock...
2008-09-27 Zac MedicoFix code inside BlockerDB.findInstalledBlockers() to...
2008-09-27 Zac MedicoEAPI 2 is now supported.
2008-09-27 Zac MedicoMask packages with deprecated EAPIs in order to prevent...
2008-09-27 Zac MedicoIn the --depclean docs, there's no need to advise the...
2008-09-27 Zac MedicoMake $PWD default to $PORTAGE_BUILDDIR since $WORKDIR...
2008-09-26 Zac MedicoAdd PROPERTIES to the list of USE evaluated keys for...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-09-26 Zac MedicoUpdate hardcoded auxdbkey_order attributes to include...
2008-09-26 Zac MedicoBug #238766 - Revert the fetch() mirror:// behavior... v2.2_rc11
2008-09-26 Zac MedicoAdd back code removed in r11553 and fix logic to avoid... v2.2_rc10
2008-09-26 Zac MedicoHandle possible CacheError inside mirror_cache().
2008-09-26 Zac MedicoDirect EOutput.eerror() and ewarn() output to stderr.
2008-09-26 Zac MedicoFix a potential IndexError inside display_preserved_libs().
2008-09-26 Zac MedicoMake flat_hash write keys in alphabetical order.
2008-09-26 Zac MedicoRename the EAPI 2 docs and to indicate that they are...
2008-09-26 Zac MedicoBump to EAPI 2.
2008-09-25 Zac MedicoAdd PROPERTIES to portage.auxdbkeys since it's been...
2008-09-25 Zac MedicoFix mirror_cache() so it won't silently swallow a KeyEr...
2008-09-25 Zac MedicoEnsure that cache modules always return a dict containi...
2008-09-25 Zac MedicoFix message: s/One or packages/One or more packages...
2008-09-25 Zac MedicoUse echo -e when splitting lines in e* functions, for...
2008-09-25 Marius Mauchchange set expression syntax: operators now have a...
2008-09-25 Marius Mauchimplement simple expression logic for apckage sets...
2008-09-25 Marius Mauchmove set expansion code into its own function
2008-09-25 Marius Mauchrelocate the post_emerge call so it gets called in...
2008-09-25 Marius MauchAdd a new AgeSet class to select installed packages...
2008-09-25 Zac MedicoFix the case where all arguments are filtered out by
2008-09-25 Zac MedicoBug #238550 - Set world-candidate = False for the ...
next