portage.git
2009-03-30 Zac MedicoAdd a cp_iter keyword argument to the MetadataRegen...
2009-03-30 Zac MedicoFix --newuse code to compare installed package USE...
2009-03-30 Zac MedicoBug #264291 - Fix inappropriate build dir creation...
2009-03-30 Zac MedicoImplement _use_dep.__repr__(). Thanks to Douglass Ander...
2009-03-30 Zac MedicoUpdate dep_getusedeps() docstring. Thanks to Douglass...
2009-03-29 Zac MedicoFix bug in old-style virtuals code from previous commit.
2009-03-29 Zac MedicoInside depgraph.validate_blockers(), prevent false...
2009-03-29 Zac MedicoDocument --root and --config-root.
2009-03-29 Zac MedicoAdd a --root option that sets $ROOT (complements the...
2009-03-29 Zac MedicoAdd support for --rdeps-only and --root-deps options...
2009-03-29 Zac MedicoIn order to eliminate the possibility of integer overfl...
2009-03-28 Zac MedicoBug #243220 - Show messages in emerge.log when old...
2009-03-28 Zac MedicoDon't show the package counter for "Uninstalling" messages.
2009-03-28 Zac MedicoAdd (x of y ) package counter in the "Installing" messa...
2009-03-27 Zac MedicoMake the argument hash in config.setcpv() a little... v2.2_rc28
2009-03-27 Zac MedicoFix typo in comment.
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-26 Zac MedicoMove checks for /usr/lib/distcc/bin and /usr/lib/ccache...
2009-03-26 Zac MedicoMake StaticFileSet.multiBuilder() filter hidden files...
2009-03-26 Zac MedicoIn config.regenerate(), always synchronize self.feature...
2009-03-26 Zac MedicoIn config.setcpv(), clear out self.configdict["pkg...
2009-03-26 Zac MedicoBug #227265 - Make pkgsplit() allow multiple consecutiv...
2009-03-25 Zac MedicoAdd test case for consecutive hyphens.
2009-03-25 Zac MedicoBug #227265 - Make pkgsplit() allow "versiony looking...
2009-03-25 Zac MedicoSource bashrc after PATH tweaks inside ebuild_main().
2009-03-25 Zac MedicoMove distcc and ccache PATH setup later, after EAPI...
2009-03-25 Zac MedicoFix domo and doexe to return non-zero if there are...
2009-03-25 Zac MedicoRemove unused tar_opts variable inside unpack(). Thanks...
2009-03-24 Zac MedicoNote that --noreplace takes precedence over options...
2009-03-24 Zac MedicoNote that --noreplace takes precedence over options...
2009-03-24 Zac MedicoUpdate code for removing noauto from FEATURES since...
2009-03-24 Zac MedicoRemove redundant EAPI assingment inside doebuild_enviro... v2.2_rc27
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...
next