portage.git
2009-03-27 Zac MedicoMake the argument hash in config.setcpv() a little... v2.1.6.11
2009-03-27 Zac MedicoFix typo in comment. (trunk r13230)
2009-03-27 Zac MedicoIn config.setcpv(), make sure the current args are...
2009-03-27 Zac MedicoInside config.setcpv(), don't clear out self.configdict...
2009-03-27 Zac MedicoIn portdbapi.findname2(), move some of the path joining...
2009-03-27 Zac MedicoIn dyn_unpack(), don't force a new unpack when the...
2009-03-27 Zac MedicoWhen copying symlink targets to temp files, use a priva...
2009-03-27 Zac MedicoFor consistency in output with other helpers, check...
2009-03-27 Zac MedicoMove checks for /usr/lib/distcc/bin and /usr/lib/ccache...
2009-03-27 Zac MedicoIn config.regenerate(), always synchronize self.feature...
2009-03-27 Zac MedicoIn config.setcpv(), clear out self.configdict["pkg...
2009-03-27 Zac MedicoBug #227265 - Make pkgsplit() allow multiple consecutiv...
2009-03-27 Zac MedicoAdd test case for consecutive hyphens. (trunk r13186)
2009-03-27 Zac MedicoBug #227265 - Make pkgsplit() allow "versiony looking...
2009-03-27 Zac MedicoSource bashrc after PATH tweaks inside ebuild_main...
2009-03-27 Zac MedicoMove distcc and ccache PATH setup later, after EAPI...
2009-03-27 Zac MedicoFix domo and doexe to return non-zero if there are...
2009-03-27 Zac MedicoRemove unused tar_opts variable inside unpack(). Thanks...
2009-03-27 Zac MedicoNote that --noreplace takes precedence over options...
2009-03-27 Zac MedicoNote that --noreplace takes precedence over options...
2009-03-27 Zac MedicoUpdate code for removing noauto from FEATURES since...
2009-03-27 Zac MedicoRemove redundant EAPI assingment inside doebuild_enviro...
2009-03-27 Zac MedicoAdd support for FEATURES=parse-eapi-glep-55. This featu...
2009-03-27 Zac MedicoIf a package is masked by EAPI then don't show any...
2009-03-27 Zac MedicoAdd support for FEATURES=parse-eapi-ebuild-head, which...
2009-03-23 Zac MedicoWhen calling doebuild() to spawn the 'depend' phase... v2.1.6.10
2009-03-23 Zac MedicoFix misc typos in comments. (trunk r13168)
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-23 Zac MedicoAdd "prepare" to the list of phases that trigger a...
2009-03-23 Zac MedicoWhen triggering a fresh unpack inside dyn_unpack()...
2009-03-23 Zac MedicoReplace xrange() usage with normal iteration and enumer...
2009-03-23 Zac MedicoInside spawn(), avoid redundant os.access() and stat...
2009-03-23 Zac MedicoInside config.environ(), skip stat call on $T/environme...
2009-03-23 Zac MedicoRemove pointless usage of xrange(). Thanks to Douglass...
2009-03-23 Zac MedicoAdd a temporary workaround for bug #263081 (partially...
2009-03-23 Zac MedicoFix argument validation to allow file paths. Thanks...
2009-03-23 Zac MedicoNormalize try/except indentation for compatibility...
2009-03-23 Zac MedicoMake sure mysettings.setcpv() always gets called when...
2009-03-23 Zac MedicoAdd docstrings for the fd_pipes and returnpid parameter...
2009-03-23 Zac MedicoMake config.features a set instead of a list. (trunk...
2009-03-23 Zac MedicoUpdate copyright headers. (trunk r13131)
2009-03-23 Zac MedicoIn order to avoid possible duplicate elog messages...
2009-03-17 Zac MedicoValidate argument atoms earlier for build actions.... v2.1.6.9
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-17 Zac Medicoadd m68k diff from kolla (trunk r13114)
2009-03-17 Zac MedicoAdd make.conf for amd64-fbsd submitted by Timothy Redae...
2009-03-13 Zac MedicoBug #262365 - Make the "portage.internal" category... v2.1.6.8
2009-03-13 Zac MedicoAdd missing brackets to [:upper:] and [:lower:] in...
2009-03-13 Zac MedicoFilter _sb_append_var in save_ebuild_env(). (trunk...
2009-03-13 Zac Medicocleanup sandbox env var handling -- make sure we dont...
2009-03-12 Zac MedicoBug #261670 - Automatically revert the CHOST metadata...
2009-03-12 Zac MedicoDisable EAPI 3_pre1.
2009-03-12 Zac MedicoUpdate docstring for EbuildBuildDir.clean_log(). (trunk...
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. (trunk r13066)
2009-03-12 Zac MedicoBug #262096 - Add separate eerror, elog, eqawarn, and...
2009-03-12 Zac MedicoUse ${x##*/} instead of calling basename. (trunk r13064)
2009-03-12 Zac MedicoMove ebuild helpers into an ebuild-helpers subdirectory...
2009-03-12 Zac MedicoUse absolute imports instead of relative. (trunk r13062)
2009-03-12 Zac MedicoBug #262211 - Avoid triggering an InvalidAtom exception...
2009-03-12 Zac MedicoBug #262211 - Make vardbapi.aux_get() translate empty...
2009-03-12 Zac MedicoBug #262012 - Only trigger the slot conflict message...
2009-03-11 Zac MedicoUpdate header: 2.2 -> 2.1.6
2009-03-11 Zac MedicoAdd new xpak.5 man page by Lars Hartmann <lars<at>chaot...
2009-03-11 Zac MedicoDon't default env=os.environ directly in the config...
2009-03-11 Zac MedicoUse slices instead of startswith inside manifest2Auxfil...
2009-03-11 Zac MedicoUse protocol=2 for pickle.dump() calls, so that pickles...
2009-03-11 Zac MedicoMake _src_uri_validate() identify the || operator as...
2009-03-11 Zac MedicoRemove redundant conditional inside _src_uri_validate...
2009-03-11 Zac MedicoFix incorrect slice inside _src_uri_validate() and...
2009-03-11 Zac MedicoSimplify cmp_sort_key._cmp_key.__lt__(). (trunk r12817)
2009-03-11 Zac MedicoInitialize UserDict.data in the constructor. (trunk...
2009-03-11 Zac MedicoOptimize dbapi._cpv_sort_ascending() by calling vercmp...
2009-03-11 Zac MedicoBug #261852 - If an unexpected exception is raise from...
2009-03-11 Zac MedicoWhen the config_incrementals parameter is unspecified...
2009-03-11 Zac MedicoSimplify environment cleansing that's done for the...
2009-03-11 Zac MedicoInside create_trees(), when cleansing the environment...
2009-03-11 Zac MedicoBug #261670 - Generate a QA Notice if CHOST (from dyn_i...
2009-03-11 Zac MedicoOnly execute src_test pre/post hooks when src_test...
2009-03-11 Zac MedicoAdd more QA warnings for econf calls during unexpected...
2009-03-11 Zac MedicoUse the ebuild_phase helper function to calls phase...
2009-03-11 Zac MedicoInside dyn_unpack(), only call pre/post phase hooks...
2009-03-11 Zac MedicoFix _setitem() to account for the change to serialize_e...
2009-03-11 Zac MedicoMake manifest mode with --force option cause existing...
2009-03-11 Zac MedicoReorganize code for --digests and FEATURES=digest....
2009-03-11 Zac MedicoNever call digestgen() inside doebuild() which only...
2009-03-11 Zac MedicoBug #261675 - Generate manifests in advance when FEATUR...
2009-03-11 Zac MedicoBug #261675 - Also don't call digestgen() from parallel...
2009-03-11 Zac MedicoBug #261675 - When doebuild() is called by emerge,...
2009-03-11 Zac MedicoMake the --digest warning message show for FEATURES...
2009-03-11 Zac MedicoReplace things like [[ $PORTAGE_BUILDDIR/.prepared...
next