portage.git
2009-04-30 Zac MedicoFix typo in comment. (trunk r13264)
2009-04-30 Zac MedicoAdd parsing code for --jobs and --load-average. (trunk...
2009-04-30 Zac MedicoAdd a new egencache --rsync option which enables a...
2009-04-30 Zac MedicoBug #263370 - In create_message(), use email.header...
2009-04-30 Zac MedicoBug #261377 - Add a new 'egencache' tool to generate...
2009-04-30 Zac MedicoWhen in --quiet mode, still show a message for failures in
2009-04-30 Zac MedicoIn MetadataRegen._metadata_exit(), notify the consumer...
2009-04-30 Zac Medicoreword the qa execstack notice since it can be triggere...
2009-04-30 Zac MedicoAdd a "consumer" keyword parameter to the MetadataRegen...
2009-04-30 Zac MedicoAdd support in MetadataRegen for cleansing stale cache...
2009-04-30 Zac MedicoAdd a cp_iter keyword argument to the MetadataRegen...
2009-04-30 Zac MedicoFix --newuse code to compare installed package USE...
2009-04-30 Zac MedicoBug #264291 - Fix inappropriate build dir creation...
2009-04-30 Zac MedicoImplement _use_dep.__repr__(). Thanks to Douglass Ander...
2009-04-30 Zac MedicoUpdate dep_getusedeps() docstring. Thanks to Douglass...
2009-04-30 Zac MedicoFix bug in old-style virtuals code from previous commit...
2009-04-30 Zac MedicoInside depgraph.validate_blockers(), prevent false...
2009-04-30 Zac MedicoDocument --root and --config-root. (trunk r13247)
2009-04-30 Zac MedicoAdd a --root option that sets $ROOT (complements the...
2009-04-30 Zac MedicoAdd support for --rdeps-only and --root-deps options...
2009-04-30 Zac MedicoIn order to eliminate the possibility of integer overfl...
2009-04-30 Zac MedicoBug #243220 - Show messages in emerge.log when old...
2009-04-30 Zac MedicoDon't show the package counter for "Uninstalling" messa...
2009-04-30 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.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...
next