portage.git
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...
2008-09-06 Zac MedicoDon't mention log files in $T for eqawarn messages...
2008-09-06 Zac MedicoIn the ignored LDFLAGS check, filter out anything under...
2008-09-04 Zac MedicoSplit the doman language code documentation into it...
2008-09-04 Zac MedicoDocument EAPI 2 support in the unpack helper function...
2008-09-04 Zac MedicoAdd EAPI 2 documentation for customization of output...
2008-09-04 Zac MedicoNest the EAPI 2 "Dependencies" section inside a "Metada...
2008-09-04 Zac Medicos/blocking/conflicting/ for consistency
2008-09-04 Zac MedicoDocument EAPI 2 blocker atom extensions (not yet implem...
2008-09-04 Zac MedicoNest the EAPI 2 "USE Dependencies" section inside a...
2008-09-04 Zac MedicoAdjust toc.section.depth in the stylesheet so that...
2008-09-03 Zac MedicoAdd a new "EAPI 2 Draft" section which unifies the...
2008-09-03 Zac MedicoAdjust StaticFileSet._validate() to allow set tokens...
2008-09-01 Zac MedicoBug #222091 - Filter out any instances of the \1 charac...
2008-09-01 Zac MedicoUpdate PORTAGE_RSYNC_OPTS docs to reflect that --delete...
2008-09-01 Zac MedicoAdjust EMakeParallelDisabled.re to require at least...
2008-08-31 Zac MedicoCheck for calls to the deprecated bindnow-flags functio...
2008-08-31 Zac MedicoAdd a warning for emake -j1 calls which disable paralle...
2008-08-30 Zac MedicoAdd support for FEATURES="protect-owned" which is ident...
2008-08-30 Zac MedicoIn dep_zapdeps(), add a new choice category for choices...
2008-08-27 Zac MedicoWhen reloading the emerge config due to global updates...
2008-08-25 Zac MedicoRevert recent changes to _ObjectKey.__eq__() since...
2008-08-24 Zac MedicoFix _ObjectKey.__eq__() to account for potential hash...
2008-08-24 Zac MedicoPrevent [None] in repo display. Thanks to grobian.
2008-08-24 Zac Medico* Fix broken _ObjectKey.__eq__() logic from previous...
2008-08-24 Zac MedicoAvoid possible AttributeError raised from _ObjectKey...
2008-08-24 Zac MedicoFix grammar. Thanks to ABCD.
2008-08-23 Zac MedicoFix spelling typos in error messages.
2008-08-23 Zac MedicoFix the loop in filter_protected() to continue when...
2008-08-23 Zac MedicoFlush stdout after the loop inside filter_protected...
2008-08-23 Zac MedicoAdd a new filter_protected command which is similar...
2008-08-23 Zac MedicoMore LinkageMap enhancments from Lucian Poston:
2008-08-23 Zac MedicoAdd a new src_prepare phase function which is called...
2008-08-22 Zac MedicoAdd a new is_protected command which queries whether...
2008-08-22 Zac MedicoFix isprotected() call in dblink._collision_protect...
2008-08-22 Zac MedicoUpdate ROOT docs wrt make.conf since it can now be...
2008-08-22 Zac MedicoUse shlex.split() to split CONFIG_PROTECT and CONFIG_PR...
2008-08-22 Zac MedicoFor consistency, show [0] in the repo display instead...
2008-08-22 Zac MedicoUpdate comment, from Lucian Poston's git repo.
2008-08-22 Zac MedicoOptimize LinkageMap to use tuples of device and inode...
2008-08-21 Zac MedicoFix typo in "directory" spelling. Thanks to Ofer Wald...
2008-08-20 Zac MedicoFix spelling of overriding for bug #235250.
2008-08-20 Zac MedicoFix dep_wordreduce() so that it doesn't cancel out...
2008-08-20 Zac MedicoMake dblink call back to the scheduler for "clean"...
2008-08-20 Zac MedicoMake sure EBUILD_PHASE is properly unset when calling...
2008-08-19 Zac MedicoWhen in background mode, redirect "adjusting permission...
2008-08-19 Zac MedicoAdd an 'IUSE defaults' section.
2008-08-19 Zac MedicoRemove reference to use.default. Thanks to ulm for...
next