portage.git
2009-03-17 Zac MedicoValidate argument atoms earlier for build actions. v2.2_rc26
2009-03-17 Zac MedicoRemove portage.internal docs (goes with previous commit).
2009-03-17 Zac MedicoBug #262365 - Punt the prepalldocs check until there...
2009-03-17 Zac MedicoPunt fix-db.py since it's not really needed. It's been...
2009-03-17 Zac MedicoBug #262485 - Handle InvalidAtom from dep_expand().
2009-03-17 Zac MedicoDo not create hardlinks when merging CONFIG_PROTECTed...
2009-03-15 Mike Frysingeradd m68k diff from kolla
2009-03-14 Zac MedicoAdd make.conf for amd64-fbsd submitted by Timothy Redae...
2009-03-13 Zac MedicoBug #262365 - Make the "portage.internal" category...
2009-03-13 Zac MedicoTweak grammar.
2009-03-13 Zac MedicoAdd missing brackets to [:upper:] and [:lower:] in...
2009-03-12 Zac MedicoFilter _sb_append_var in save_ebuild_env().
2009-03-12 Mike Frysingercleanup sandbox env var handling -- make sure we dont...
2009-03-12 Zac MedicoBug #261670 - Automatically revert the CHOST metadata... v2.2_rc25
2009-03-12 Zac MedicoUpdate docstring for EbuildBuildDir.clean_log().
2009-03-12 Zac MedicoBug #261992 - Replace the EbuildBuildDir.clean() method...
2009-03-12 Zac MedicoBug #261992 - Inside Binpkg._prefetch_exit(), avoid...
2009-03-12 Zac MedicoMake dyn_clean ignore FEATURES=keepwork when [[ $EMERGE...
2009-03-12 Zac MedicoWhen translating portage uid/gid to root uid/gid after...
2009-03-12 Zac MedicoUse posix compatible find -perm arguments. Thanks to...
2009-03-12 Zac MedicoAlso add an einfo binary.
2009-03-12 Zac MedicoBug #262096 - Add separate eerror, elog, eqawarn, and...
2009-03-12 Zac MedicoUse ${x##*/} instead of calling basename.
2009-03-12 Zac MedicoMove ebuild helpers into an ebuild-helpers subdirectory.
2009-03-12 Zac MedicoUse absolute imports instead of relative.
2009-03-11 Zac MedicoBug #262211 - Avoid triggering an InvalidAtom exception...
2009-03-11 Zac MedicoBug #262211 - Make vardbapi.aux_get() translate empty...
2009-03-11 Zac MedicoBug #262012 - Only trigger the slot conflict message...
2009-03-11 Zac MedicoAdd new xpak.5 man page by Lars Hartmann <lars<at>chaot...
2009-03-10 Zac MedicoDon't default env=os.environ directly in the config... v2.2_rc24
2009-03-10 Zac MedicoUse slices instead of startswith inside manifest2Auxfil...
2009-03-10 Zac MedicoHandle ValueError and UnpicklingError inside PreservedL...
2009-03-10 Zac MedicoUse protocol=2 for pickle.dump() calls, so that pickles...
2009-03-10 Zac MedicoMake _src_uri_validate() identify the || operator as...
2009-03-10 Zac MedicoRemove redundant conditional inside _src_uri_validate().
2009-03-10 Zac MedicoFix incorrect slice inside _src_uri_validate() and...
2009-03-10 Zac MedicoSimplify cmp_sort_key._cmp_key.__lt__().
2009-03-10 Zac MedicoInitialize UserDict.data in the constructor.
2009-03-10 Zac MedicoOptimize dbapi._cpv_sort_ascending() by calling vercmp...
2009-03-10 Zac MedicoBug #261852 - If an unexpected exception is raise from...
2009-03-10 Zac MedicoWhen the config_incrementals parameter is unspecified...
2009-03-10 Zac MedicoSimplify environment cleansing that's done for the...
2009-03-10 Zac MedicoInside create_trees(), when cleansing the environment...
2009-03-09 Zac MedicoBug #261670 - Generate a QA Notice if CHOST (from dyn_i...
2009-03-09 Zac MedicoOnly execute src_test pre/post hooks when src_test...
2009-03-09 Zac MedicoAdd more QA warnings for econf calls during unexpected...
2009-03-09 Zac MedicoWhen generating variable names to hold EXPORT_FUNCTIONS...
2009-03-09 Zac MedicoUse the ebuild_phase helper function to calls phase...
2009-03-09 Zac MedicoInside dyn_unpack(), only call pre/post phase hooks...
2009-03-09 Zac MedicoFix _setitem() to account for the change to serialize_e...
2009-03-09 Zac MedicoMake manifest mode with --force option cause existing...
2009-03-09 Zac MedicoReorganize code for --digests and FEATURES=digest.
2009-03-09 Zac MedicoNever call digestgen() inside doebuild() which only...
2009-03-09 Zac MedicoBug #261675 - Generate manifests in advance when FEATUR...
2009-03-09 Zac MedicoBug #261675 - Also don't call digestgen() from parallel...
2009-03-09 Zac MedicoBug #261675 - When doebuild() is called by emerge,...
2009-03-09 Zac MedicoMake the --digest warning message show for FEATURES...
2009-03-09 Zac MedicoReplace things like [[ $PORTAGE_BUILDDIR/.prepared...
2009-03-08 Zac MedicoGenerate a QA Notice when EXPORT_FUNCTIONS is called...
2009-03-08 Mike Frysingerfor pointers cast to 32bit ints, we always want to...
2009-03-08 Zac MedicoFix typo from previous commit.
2009-03-08 Zac MedicoAlso support + character in eclass names.
2009-03-08 Zac MedicoTranslate period characters in eclass names when genera...
2009-03-08 Zac MedicoMake EXPORT_FUNCTIONS store it's arguments in an enviro...
2009-03-08 Zac MedicoRevert previous 2 commits due to bugs.
2009-03-08 Zac MedicoFix PECLASS logic inside inherit() so that ECLASS is...
2009-03-08 Zac MedicoMake EXPORT_FUNCTIONS store it's arguments in an enviro...
2009-03-08 Zac MedicoImplement _getitem instead of __getitem__ so that the...
2009-03-07 Zac MedicoIn LazyItemsDict.__deepcopy__(), enable deepcopy of...
2009-03-07 Zac MedicoUse slice instead of startwith in stack_* incremental...
2009-03-07 Zac MedicoRemove unnecessary list() from previous commit.
2009-03-07 Zac MedicoFix an issue with incomplete deepcopy of _LazyItem...
2009-03-07 Zac MedicoFix __getitem__ to convert mtime to long, and remove...
2009-03-07 Zac MedicoAlways use basestring instead of str with isinstance().
2009-03-07 Zac MedicoAllow unicode type values in config.__setitem__()....
2009-03-07 Zac MedicoSimplify LazyItemsDict internals.
2009-03-07 Zac MedicoFix LazyItemsDict.update() to create new _SingletonWrap...
2009-03-06 Zac MedicoAdd keyword argument support to LazyItemsDict.update().
2009-03-06 Zac MedicoRemove unused import.
2009-03-06 Zac MedicoDefine __slots__ for classes derived from ObjectProxy.
2009-03-06 Zac MedicoSend message about unset RESUMECOMMAND to stderr instea...
2009-03-06 Zac MedicoMake digraph store a single priority list for each...
2009-03-06 Zac Medicowhitespace cleanup
2009-03-06 Zac MedicoFix failure exit status. Thanks to Brian Harring.
2009-03-05 Zac MedicoMake config.categories a sorted tuple so that portdbapi...
2009-03-05 Zac MedicoAdd tests for use_reduce() and paren_reduce().
2009-03-05 Zac MedicoUse enumerate() inside use_reduce() validation code.
2009-03-05 Zac MedicoUse basestring instead of str for isinstance check...
2009-03-05 Zac MedicoRemove unnecessary setting of default values to empty...
2009-03-05 Zac MedicoMake the first argument of update() methods be an optio...
2009-03-05 Zac MedicoMake --searchdesc imply --search inside parse_opts().
2009-03-05 Zac MedicoOnly generate PORTAGE_COUNTER_HASH for actions that...
2009-03-05 Zac MedicoMake --version and action.
2009-03-05 Zac MedicoSet Unpickler.find_global = None when possible and...
2009-03-05 Zac MedicoRemove unnecessary creation of lists when iterating...
2009-03-04 Zac MedicoBug #261082 - Prefer remote package instances whenever...
2009-03-04 Zac MedicoMake glsa-check executable.
2009-03-04 Zac MedicoBug #261082 - Fix --getbinpkgonly code in binarytree...
2009-03-04 Zac MedicoBug #256289 - When displaying an unsatisfied USE dep...
2009-03-04 Zac MedicoFix vdb entry writting code in dyn_install() to avoid...
next