summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always generate an error if the target cache contains an apparently invalidZac Medico2009-04-031-5/+13
* If there are not ebuilds matching a argument, only generate an error if thereZac Medico2009-04-031-10/+19
* Generate an error if there are no ebuilds found for a package that'sZac Medico2009-04-031-0/+10
* Inside tar_contents(), don't emulate tar --numeric-id option. The uid/gidZac Medico2009-04-021-3/+0
* Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing co...Zac Medico2009-04-021-1/+1
* Note that only updates to PORTDIR are currently supported.Zac Medico2009-04-011-1/+3
* - Add more info to the DESCRIPTION section.Zac Medico2009-04-011-2/+31
* Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase,Zac Medico2009-04-012-0/+3
* Remove the ATOMS section and move --update to a new ACTIONS section.Zac Medico2009-04-011-9/+7
* Allow --root-deps for ROOT=/, so people can do weird things like use it withZac Medico2009-04-011-8/+6
* Add a man page for egencache(1).Zac Medico2009-04-011-0/+69
* Document new prepare and configure commands for EAPI 2.Zac Medico2009-04-011-0/+12
* Clarify docs for --root-deps.Zac Medico2009-04-012-2/+4
* 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.Zac 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