portage.git
2009-03-24 Zac MedicoAdd support for FEATURES=parse-eapi-glep-55. This featu...
2009-03-23 Zac MedicoIf a package is masked by EAPI then don't show any...
2009-03-23 Zac MedicoAdd support for FEATURES=parse-eapi-ebuild-head, which...
2009-03-23 Zac MedicoWhen calling doebuild() to spawn the 'depend' phase...
2009-03-23 Zac MedicoFix misc typos in comments.
2009-03-23 Zac MedicoOnly check for ebuild/eclass modification when a releva...
2009-03-23 Zac MedicoUse a separate if/then to group boolean or'd expression...
2009-03-23 Zac MedicoMake ebuild(1) detect ebuild/eclass changes and automat...
2009-03-22 Zac MedicoAdd "prepare" to the list of phases that trigger a...
2009-03-22 Zac MedicoWhen triggering a fresh unpack inside dyn_unpack()...
2009-03-22 Zac MedicoReplace xrange() usage with normal iteration and enumer...
2009-03-22 Zac MedicoInside spawn(), avoid redundant os.access() and stat...
2009-03-22 Zac MedicoInside config.environ(), skip stat call on $T/environme...
2009-03-22 Zac MedicoRemove pointless usage of xrange(). Thanks to Douglass...
2009-03-22 Zac MedicoAdd a temporary workaround for bug #263081 (partially...
2009-03-22 Zac MedicoFix argument validation to allow file paths. Thanks...
2009-03-20 Zac MedicoNormalize try/except indentation for compatibility...
2009-03-19 Zac MedicoFix try/except indentation so that 2to3 will recognize it.
2009-03-19 Zac MedicoFix try/except indentation so that 2to3 will recognize it.
2009-03-18 Zac MedicoMake sure mysettings.setcpv() always gets called when...
2009-03-18 Zac MedicoAdd docstrings for the fd_pipes and returnpid parameter...
2009-03-18 Zac MedicoMake config.features a set instead of a list.
2009-03-18 Zac MedicoUpdate copyright headers.
2009-03-18 Zac MedicoIn order to avoid possible duplicate elog messages...
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.
next