summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo from previous commit. (trunk r13351)Zac Medico2009-04-301-1/+1
* Add support in repos.conf to override the "masters" setting from layout.conf.Zac Medico2009-04-303-14/+40
* Call realpath(repodir) so it's conistent with the value that pordbapi uses.Zac Medico2009-04-301-0/+1
* Bug #265909 - Make emerge display a warning message if any overlays areZac Medico2009-04-303-2/+40
* Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks toZac Medico2009-04-302-10/+11
* Add support in action_uninstall() for file -> package lookup. (trunk r13345)Zac Medico2009-04-301-19/+67
* Split out an action_uninstall() function to handle argument validation forZac Medico2009-04-301-53/+61
* Convert portage.bsd_chflags into a class with chflags() and lchflags() classZac Medico2009-04-301-40/+42
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-304-7/+8
* Create the myreporoot variable from portdir_overlay before doingZac Medico2009-04-301-3/+3
* Ensure that the correct PORTDIR setting is passed into the profile-specificZac Medico2009-04-301-0/+1
* Bug #265768 - Handle CacheError when deleting currupt cache insideZac Medico2009-04-301-0/+2
* Add a note about egencache to the --regen docs. (trunk r13330)Zac Medico2009-04-302-2/+4
* Bug #265768 - If the user happens to be using the metadata_overlay moduleZac Medico2009-04-301-1/+3
* Bug #265768 - When initializing the eclass cache, use the correct location.Zac Medico2009-04-301-1/+1
* Inside the portdbapi constructor, handle repositories with the same repo_nameZac Medico2009-04-301-20/+40
* Pass the correct PORTDIR_OVERLAY value into the profile-specific configZac Medico2009-04-301-2/+8
* Bug #265747 - Add a new /etc/portage/repos.conf config file which can be usedZac Medico2009-04-303-2/+91
* Move the /etc/portage categories and mirrors docs into alphabetical order.Zac Medico2009-04-301-44/+44
* Set local_config=False in config constructor calls, since egencache is similarZac Medico2009-04-301-2/+2
* Avoid leaking some variables from ebuild_main() into the environment (localZac Medico2009-04-301-3/+3
* Show an error message when deletion of stale cache fails. (trunk r13315)Zac Medico2009-04-301-1/+4
* Filter virtuals when expanding atoms if it helps to avoid an ambiguity.Zac Medico2009-04-301-0/+9
* Fix broken logic from previous commit. (trunk r13313)Zac Medico2009-04-301-2/+4
* Bug #265034 - In depgraph.loadResumeCommand(), tolerate missing packagesZac Medico2009-04-301-2/+4
* Use _doebuild_exit_status_check() for unsuccessful return codes (no justZac Medico2009-04-301-20/+20
* In config.setcpv(), don't add empty values to self.configdict['pkg'] forZac Medico2009-04-301-1/+3
* Fix typo in docstring. (trunk r13309)Zac Medico2009-04-301-1/+1
* Remove --nocolor since it's been replaced by --color=n and the support codeZac Medico2009-04-301-1/+1
* Initialize self._trg_cache.ec inside the GenCache constructor. (trunk r13307)Zac Medico2009-04-301-0/+5
* Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorlyZac Medico2009-04-301-2/+35
* Don't try to execut the pkg_info phase if DEFINED_PHASES is available andZac Medico2009-04-301-0/+5
* Reorganize emerge --info <atom> display, and make sure that the "cpv wasZac Medico2009-04-301-10/+13
* Add UseFlagDisplay.sort_combined and sort_separated attributes that can beZac Medico2009-04-301-6/+10
* Bug #265111 - Make current options override older options for --resume.Zac Medico2009-04-301-0/+4
* Call _ebuild_phase_funcs() from ebuild_main() since it needs to be called forZac Medico2009-04-301-5/+5
* - Move DEFINED_PHASES code into _source_ebuild() and add it to the list ofZac Medico2009-04-301-35/+34
* Move the ebuild sourcing code into a new _source_ebuild() function.Zac Medico2009-04-302-6/+10
* Make RecursiveFileLoader skip hidden directories, and only use a single statZac Medico2009-04-301-5/+10
* Make emerge --info <atom> display USE similarly to how they are displayedZac Medico2009-04-301-26/+111
* Fix some _doebuild_exit_status_check() calls so that they only happen whenZac Medico2009-04-301-14/+17
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-303-28/+48
* Replace references to portdbapi.eclassdb with appropriate references for theZac Medico2009-04-301-5/+6
* Fix code in the portdbapi constructor to cache eclass_cache.cache instancesZac Medico2009-04-301-0/+1
* Add a --repo option, allowing cache to be generated for overlays. (trunk r13292)Zac Medico2009-04-302-6/+22
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-307-53/+131
* Bug #262647 - Inside config.setcpv(), never add SRC_URI to the environmentZac Medico2009-04-301-4/+10
* Add an example for PORTAGE_IONICE_COMMAND. Thanks to Vlastimil BabkaZac Medico2009-04-301-0/+5
* Always generate an error if the target cache contains an apparently invalidZac Medico2009-04-301-5/+13
* If there are not ebuilds matching a argument, only generate an error if thereZac Medico2009-04-301-10/+19