portage.git
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 ...
2008-09-24 Zac MedicoFix fetch() mirror:// handling in to comply with sectio...
2008-09-23 Zac MedicoImport cPickle as pickle instead of vice versa. Eases...
2008-09-22 Zac MedicoBug #230975 - Rename the portage.selinux module to...
2008-09-22 Marius Mauchremove deprecation warnings and compat code for 2.1...
2008-09-22 Marius Mauchdon't attempt to unmerge a set that doesn't exist anymore
2008-09-21 Zac MedicoAdd a new --list-sets action, as requested by jmbsvicetto. v2.2_rc9
2008-09-21 Zac MedicoAlways call `cd "$WORKDIR"` to ensure that $CWD is...
2008-09-21 Zac MedicoBug #238251 - Use 'read' instead of $IFS for splitting...
2008-09-21 Zac MedicoFix erroneous variable references in the multiset ...
2008-09-20 Zac MedicoAs requested by jmbsvicetto, add support to StaticFileS...
2008-09-20 Zac MedicoMore SRC_URI validation.
2008-09-20 Zac MedicoFix some broken logic inside portdbapi.getFetchMap().
2008-09-20 Zac MedicoAdd test cases for SRC_URI validation.
2008-09-20 Zac MedicoAdd a "EAPI 2_pre3" section to show what's changed.
2008-09-20 Zac MedicoImplement SRC_URI arrows for EAPI 2. The portdbapi...
2008-09-20 Zac MedicoDocument the --ignore-default-opts and --skip-manifest...
2008-09-20 Zac MedicoBug #238157 - Update http_proxy/ftp_proxy docs to show...
2008-09-19 Zac MedicoDefine __all__ and clean up unused imports found by...
2008-09-19 Zac MedicoDocument the --debug option. Thanks to Jeremy Olexa...
2008-09-19 Zac MedicoImplement the new EAPI 2 blocker behavior, including...
2008-09-19 Zac MedicoFix typo in from previous commit.
2008-09-18 Zac MedicoRemove everything related to the eapi* default phase...
2008-09-15 Zac MedicoFix broken reference to self.files inside SpawnProcess...
2008-09-15 Zac MedicoImprove error messages for issues with the SYNC variabl...
2008-09-13 Zac MedicoRemove unneeded quotes from PYTHONPATH assignments...
2008-09-13 Zac MedicoFix PYTHONPATH adjustments to only insert a colon when...
2008-09-13 Zac MedicoBug #237526 - Use portage.util.grablines() for exceptio...
2008-09-13 Zac MedicoDefine __all__ and remove unused imports found by pyflakes.
2008-09-13 Zac MedicoMove the world file update code out of update_config_fi...
2008-09-13 Zac MedicoDocument FEATURES=preserve-libs.
2008-09-11 Zac MedicoAdjust chunk.section.depth and generate.section.toc...
2008-09-11 Zac MedicoRemove docs for the proposed eapi* default phase functi...
2008-09-11 Zac MedicoRemove docs for the proposed unpack() gitweb snapshot...
2008-09-10 Zac MedicoNew debugedit support for FEATURES=splitdebug, by Sven...
next