summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Make RecursiveFileLoader skip hidden directories, and only use a single statZac Medico2009-04-081-5/+10
* Make emerge --info <atom> display USE similarly to how they are displayedZac Medico2009-04-081-26/+111
* Fix some _doebuild_exit_status_check() calls so that they only happen whenZac Medico2009-04-071-14/+17
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-072-2/+15
* Replace references to portdbapi.eclassdb with appropriate references for theZac Medico2009-04-071-5/+6
* Fix code in the portdbapi constructor to cache eclass_cache.cache instancesZac Medico2009-04-071-0/+1
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-066-53/+109
* Bug #262647 - Inside config.setcpv(), never add SRC_URI to the environmentZac Medico2009-04-051-4/+10
* Inside tar_contents(), don't emulate tar --numeric-id option. The uid/gidZac Medico2009-04-021-3/+0
* Allow --root-deps for ROOT=/, so people can do weird things like use it withZac Medico2009-04-011-8/+6
* Clarify docs for --root-deps.Zac Medico2009-04-011-1/+2
* Combine the --rdeps-only and --root-deps options into a single --root-depsZac Medico2009-04-012-17/+32
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-011-1/+1
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-312-8/+63
* Bug #263370 - In create_message(), use email.header.Header to wrap theZac Medico2009-03-311-1/+4
* 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
* 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-291-1/+7
* Add support for --rdeps-only and --root-deps options which are useful inZac Medico2009-03-292-1/+28
* 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
* Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the pythonZac Medico2009-03-261-5/+23
* 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
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-241-0/+6
* 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
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-244-17/+103
* If a package is masked by EAPI then don't show any other masking reasons.Zac Medico2009-03-231-3/+9
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-234-13/+82