summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaking some variables from ebuild_main() into the environment (localv2.2_rc29Zac Medico2009-04-111-3/+3
* Show an error message when deletion of stale cache fails.Zac Medico2009-04-111-1/+4
* Filter virtuals when expanding atoms if it helps to avoid an ambiguity.Zac Medico2009-04-111-0/+9
* Fix broken logic from previous commit.Zac Medico2009-04-101-2/+4
* Bug #265034 - In depgraph.loadResumeCommand(), tolerate missing packagesZac Medico2009-04-101-2/+4
* Use _doebuild_exit_status_check() for unsuccessful return codes (no justZac Medico2009-04-101-20/+20
* In config.setcpv(), don't add empty values to self.configdict['pkg'] forZac Medico2009-04-101-1/+3
* Fix typo in docstring.Zac Medico2009-04-091-1/+1
* Remove --nocolor since it's been replaced by --color=n and the support codeZac Medico2009-04-091-1/+1
* Initialize self._trg_cache.ec inside the GenCache constructor.Zac Medico2009-04-091-0/+5
* Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorlyZac Medico2009-04-091-2/+35
* Don't try to execut the pkg_info phase if DEFINED_PHASES is available andZac Medico2009-04-081-0/+5
* Reorganize emerge --info <atom> display, and make sure that the "cpv wasZac Medico2009-04-081-10/+13
* Add UseFlagDisplay.sort_combined and sort_separated attributes that can beZac Medico2009-04-081-6/+10
* Bug #265111 - Make current options override older options for --resume.Zac Medico2009-04-081-0/+4
* Call _ebuild_phase_funcs() from ebuild_main() since it needs to be called forZac Medico2009-04-081-5/+5
* - Move DEFINED_PHASES code into _source_ebuild() and add it to the list ofZac Medico2009-04-081-35/+34
* Move the ebuild sourcing code into a new _source_ebuild() function.Zac Medico2009-04-082-6/+10
* 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-073-28/+48
* 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 a --repo option, allowing cache to be generated for overlays.Zac Medico2009-04-062-6/+22
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-067-53/+131
* Bug #262647 - Inside config.setcpv(), never add SRC_URI to the environmentZac Medico2009-04-051-4/+10
* Add an example for PORTAGE_IONICE_COMMAND. Thanks to Vlastimil BabkaZac Medico2009-04-031-0/+5
* 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