summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Combine the --rdeps-only and --root-deps options into a single --root-depsZac Medico2009-04-013-29/+40
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-012-9/+29
* Automatically enable FEATURES=metadata-transfer if it's not enabled,Zac Medico2009-03-311-4/+8
* Fix typo in comment.Zac Medico2009-03-311-1/+1
* Add parsing code for --jobs and --load-average.Zac Medico2009-03-311-0/+31
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-313-18/+104
* Bug #263370 - In create_message(), use email.header.Header to wrap theZac Medico2009-03-311-1/+4
* Bug #261377 - Add a new 'egencache' tool to generate metadata cache forZac Medico2009-03-311-0/+205
* When in --quiet mode, still show a message for failures inZac Medico2009-03-311-1/+1
* In MetadataRegen._metadata_exit(), notify the consumer of failures (in thisZac Medico2009-03-311-7/+10
* reword the qa execstack notice since it can be triggered by pt_load sections ...Mike Frysinger2009-03-311-5/+5
* Add a "consumer" keyword parameter to the MetadataRegen constructor whichZac Medico2009-03-312-8/+27
* Add support in MetadataRegen for cleansing stale cache when only a subsetZac Medico2009-03-302-10/+28
* Add a cp_iter keyword argument to the MetadataRegen constructor, which can beZac Medico2009-03-301-15/+32
* Fix --newuse code to compare installed package USE to the USE that a binaryZac Medico2009-03-301-1/+1
* Bug #264291 - Fix inappropriate build dir creation for emerge --fetchonly.Zac Medico2009-03-302-3/+7
* Implement _use_dep.__repr__(). Thanks to Douglass Anderson for the suggestion.Zac Medico2009-03-301-0/+3
* Update dep_getusedeps() docstring. Thanks to Douglass AndersonZac Medico2009-03-301-2/+2
* Fix bug in old-style virtuals code from previous commit.Zac Medico2009-03-291-1/+1
* Inside depgraph.validate_blockers(), prevent false positives in PROVIDEZac Medico2009-03-291-5/+14
* Document --root and --config-root.Zac Medico2009-03-291-0/+12
* Add a --root option that sets $ROOT (complements the --config-root option).Zac Medico2009-03-292-2/+12
* Add support for --rdeps-only and --root-deps options which are useful inZac Medico2009-03-293-1/+42
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-03-2912-17/+17
* Bug #243220 - Show messages in emerge.log when old versions are uninstalledZac Medico2009-03-282-6/+37
* Don't show the package counter for "Uninstalling" messages.Zac Medico2009-03-281-3/+6
* Add (x of y ) package counter in the "Installing" message, similar to theZac Medico2009-03-281-1/+5
* Make the argument hash in config.setcpv() a little stronger.v2.2_rc28Zac Medico2009-03-271-5/+7
* Fix typo in comment.Zac Medico2009-03-271-1/+1
* In config.setcpv(), make sure the current args are really identical to theZac Medico2009-03-271-2/+7
* Inside config.setcpv(), don't clear out self.configdict['pkg'] entirelyZac Medico2009-03-271-4/+11
* In portdbapi.findname2(), move some of the path joining out of the loop.Zac Medico2009-03-271-3/+6
* In dyn_unpack(), don't force a new unpack when the ebuild mtime is newerZac Medico2009-03-271-4/+1
* When copying symlink targets to temp files, use a private temp dir insideZac Medico2009-03-271-2/+7
* For consistency in output with other helpers, check for file existenceZac Medico2009-03-271-1/+3
* Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the pythonZac Medico2009-03-262-20/+27
* Make StaticFileSet.multiBuilder() filter hidden files and directories. ThanksZac Medico2009-03-261-0/+5
* In config.regenerate(), always synchronize self.features with self['FEATURES'].Zac Medico2009-03-261-4/+6
* In config.setcpv(), clear out self.configdict["pkg"] to make sure that noZac Medico2009-03-261-0/+1
* Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in packageZac Medico2009-03-262-9/+5
* Add test case for consecutive hyphens.Zac Medico2009-03-251-0/+3
* Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names,Zac Medico2009-03-252-6/+4
* Source bashrc after PATH tweaks inside ebuild_main().Zac Medico2009-03-251-1/+2
* Move distcc and ccache PATH setup later, after EAPI is guaranteed to be known,Zac Medico2009-03-251-58/+35
* Fix domo and doexe to return non-zero if there are any errors. Thanks toZac Medico2009-03-252-1/+14
* Remove unused tar_opts variable inside unpack(). Thanks to zong_sharo forZac Medico2009-03-251-5/+4
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-241-0/+6
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-241-1/+4
* Update code for removing noauto from FEATURES since config.features is aZac Medico2009-03-241-3/+2
* Remove redundant EAPI assingment inside doebuild_environment().v2.2_rc27Zac Medico2009-03-241-1/+1