Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.
[portage.git] / bin /
2008-11-14 Zac MedicoExempt live ebuilds from KEYWORDS.missing and KEYWORDS...
2008-11-14 Zac MedicoIn dyn_package(), use the 'assert' macro (from isolated...
2008-11-14 Zac MedicoHaving a leading ./ prefix on file paths can trigger...
2008-11-14 Zac MedicoRemove list_preserved_libs().
2008-11-13 Zac MedicoUpdate all portage.sets references to point to the...
2008-11-11 Zac MedicoDerive the changelog_path variable from the new checkdi...
2008-11-11 Zac MedicoMake FindPortdir() return (None, None, None) on failure...
2008-11-11 Zac MedicoUpdate hardcoded "cvs" error messages to show the corre...
2008-11-11 Zac MedicoFix pretend output to show git -a option when committin...
2008-11-11 Zac MedicoAdd git support. Thanks to Daniel Robbins for the initi...
2008-11-07 Zac MedicoWhen using the `read` builtin to split newlines in...
2008-11-03 Zac MedicoBug #245356 - Filter POSIXLY_CORRECT from the ebuild...
2008-11-02 Zac MedicoMake metadata.missing and metadata.bad fatal by removin...
2008-11-01 Zac MedicoWhen echoing the emake command, redirect to stderr...
2008-11-01 Zac MedicoFilter PORTAGE_VERBOSE in save_ebuild_env().
2008-11-01 Zac MedicoBug #240295 - When emake is called, echo the make comma...
2008-11-01 Zac MedicoBug #241906 - Handle InvalidAtom exception raised from...
2008-11-01 Zac MedicoBug #244792 - Remove confcache support.
2008-10-31 Zac MedicoBug #236609 - Fix columns calculation for TERM="dumb...
2008-10-31 Zac MedicoFix broken stuff to avoid tracebacks when running in...
2008-10-31 Zac MedicoPass a Package instance into the config.setcpv() call.
2008-10-30 Zac Medicorecheck what changed in the repository also when nothin...
2008-10-30 Zac MedicoMake sure mychanged and mynew are always defined even...
2008-10-30 Zac Medicodefine myunadded such that repoman doesn't crash when...
2008-10-28 Zac MedicoUpdate the auto-add message to say "Manifest" instead...
2008-10-28 Zac MedicoRemove manifest1 digest-* autoadd code. Thanks to grobian.
2008-10-26 Zac MedicoEnable bashrc even when $EBUILD_PHASE is unset, so...
2008-10-23 Zac MedicoAdd "bzr" to the lists of live eclasses.
2008-10-22 Zac MedicoAdd a PROPERTIES.syntax check.
2008-10-21 Zac MedicoBug #186842 - Suppress file merge display, as previousl...
2008-10-21 Zac MedicoAdd PORTAGE_QUIET to the environment whitelist and...
2008-10-17 Zac MedicoRemove the unused portage.gpg module and portage_gpg_up...
2008-10-14 Zac MedicoBug #229033 - When a Manifest is added automatically...
2008-10-12 Zac MedicoAdd an explicit note about bug #239560 in the relevant...
2008-10-10 Mike Frysingeronly use dummy echos in do_file() when running in inter...
2008-10-09 Zac MedicoAt the end of dyn_clean(), also remove the $CATEGORY... v2.2_rc12
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-08 Zac MedicoUse separate temp directories in order to avoid potenti...
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-05 Zac MedicoMake HOMEPAGE.missing a warning since some packages...
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 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-02 Zac MedicoFix `svn status` output parsing for compatibility with...
2008-10-02 Zac MedicoImplement a new "changelog.ebuildadded" check which...
2008-10-01 Zac MedicoGenerate an eqawarn message if econf is called from...
2008-09-30 Zac MedicoNow that elog_base() uses 'echo -e' to expand escape...
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-27 Zac MedicoMake $PWD default to $PORTAGE_BUILDDIR since $WORKDIR...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-09-25 Zac MedicoAdd PROPERTIES to portage.auxdbkeys since it's been...
2008-09-25 Zac MedicoUse echo -e when splitting lines in e* functions, for...
2008-09-25 Zac MedicoFix the case where all arguments are filtered out by
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-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-13 Zac MedicoRemove unneeded quotes from PYTHONPATH assignments...
2008-09-13 Zac MedicoFix PYTHONPATH adjustments to only insert a colon when...
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-01 Zac MedicoBug #222091 - Filter out any instances of the \1 charac...
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 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-15 Zac MedicoBug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES...
2008-08-14 Zac MedicoConvert exceptions from parse_metadata_use() into ...
2008-08-12 Zac MedicoFix quoting for iteration over PROFILE_PATHS.
2008-08-11 Zac MedicoEntirely disable the src_configure phase from the pytho...
2008-08-11 Zac MedicoIn source_all_bashrcs(), only change $IFS while splitti...
2008-08-10 Zac MedicoMove the default EAPI definition where it will work...
2008-08-10 Zac MedicoRemove pointless `cd` calls in dyn_configure() and...
2008-08-10 Zac MedicoEliminate duplicate code by making _eapi1_src_compile...
2008-08-09 Zac MedicoFix dyn_clean() to properly clean $PORTAGE_BUILDDIR...
2008-08-09 Zac MedicoMake eapi*_src_install die since they're not supported.
2008-08-09 Zac MedicoUpdate date in dyn_help copyright header. Thanks to...
2008-08-08 Zac MedicoRemove redundant default pkg_nofetch, src_unpack, and...
2008-08-08 Zac MedicoFix broken quoting in eval statements. Thanks to Arfrever.
2008-08-08 Zac MedicoFix default phase functions in EAPI 2_pre2, since they...
2008-08-08 Zac MedicoRename the eapi2_pre2_* functions to just eapi2_* and...
2008-08-08 Zac MedicoImplement eapi$EAPI_* default phase functions that...
2008-08-08 Zac Medico* Fix the default() implementation so that it maps...
2008-08-07 Zac MedicoWhen testing containment of elem[:1] in "MR", filter...
2008-08-07 Zac MedicoAdd support in EAPI 2_pre2 for a function named "defaul...
2008-08-07 Zac MedicoReplace call to `svn list` with a call to `svn status...
2008-08-06 Zac MedicoRemove the "ebuild.disjointed" check because it's obsol...
2008-08-06 Zac MedicoFix `svn status` output parsing to account for "replace...
next