| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the dblink.isprotected() docstring. | Zac Medico | 2006-11-26 | 1 | -4/+3 |
* | Never overwrite an untouched config file and trigger config protection instea... | Zac Medico | 2006-11-26 | 1 | -35/+6 |
* | For bug #8423, allow the merge phase to overwrite untouched config files and ... | Zac Medico | 2006-11-26 | 1 | -4/+66 |
* | Allow -keyword to be matched since some ebuilds use it. Thanks to Brian Harr... | Zac Medico | 2006-11-23 | 1 | -2/+0 |
* | For bug #156014, always round up the next kB so that it doesn't show 0 kB whe... | Zac Medico | 2006-11-23 | 1 | -0/+4 |
* | For bug #150585, stack package.keywords incrementally so that -keyword works ... | Zac Medico | 2006-11-23 | 1 | -3/+26 |
* | Use portage_data.lchown for compatibility. | Zac Medico | 2006-11-22 | 1 | -1/+2 |
* | Fix a KeyError in emerge --info <pkg> when there is no matching ebuild in the... | Zac Medico | 2006-11-22 | 1 | -1/+7 |
* | Really fix bit mask support when preserving S_ISUID and S_ISGID in apply_perm... | Zac Medico | 2006-11-22 | 1 | -1/+3 |
* | Fix bit mask support when preserving S_ISUID and S_ISGID in apply_permissions. | Zac Medico | 2006-11-22 | 1 | -1/+6 |
* | Fix apply_permissions logic for cases where mode is unspecified. | Zac Medico | 2006-11-22 | 1 | -1/+4 |
* | For bug #142993, make sure that chown and chgrp calls preserve S_ISUID and S_... | Zac Medico | 2006-11-22 | 3 | -17/+59 |
* | Enable PORTAGE_CONFIGROOT to be set via an new --config-root option. Thanks ... | Zac Medico | 2006-11-20 | 1 | -2/+16 |
* | Print a warning message if a user requests a package from package.provided (s... | Zac Medico | 2006-11-20 | 1 | -0/+22 |
* | For bug #155739, only check if a dep is in the args when myroot == self.targe... | Zac Medico | 2006-11-20 | 1 | -1/+1 |
* | Allow the ROOT setting to come from make.conf. Thanks to Daniel Barkalow <ba... | Zac Medico | 2006-11-20 | 2 | -14/+34 |
* | Remove more redundant package.provided handling that is now covered by dep_wo... | Zac Medico | 2006-11-20 | 1 | -11/+0 |
* | Remove redundant package.provided handling that is now covered by dep_wordred... | Zac Medico | 2006-11-20 | 1 | -6/+0 |
* | For depclean, just pass in None for mydbapi (instead of an empty fakedbapi in... | Zac Medico | 2006-11-20 | 1 | -2/+1 |
* | Allow dep_wordreduce to mark things satisfied by package.provided even when m... | Zac Medico | 2006-11-20 | 1 | -4/+5 |
* | Use mydbapi is None to eliminate the return_all_deps parameter from dep_check... | Zac Medico | 2006-11-20 | 2 | -19/+15 |
* | Fix portdbapi.cpv_all() so that it actually returns a list of all available e... | Zac Medico | 2006-11-19 | 1 | -1/+5 |
* | Use fake_vardb for cached aux_get calls. | Zac Medico | 2006-11-18 | 1 | -2/+1 |
* | For bug #155559, force depclean dep_check calls to preference installed packa... | Zac Medico | 2006-11-18 | 1 | -0/+16 |
* | Revert ACCEPT_LICENSE support, since license group support is a requirement a... | Zac Medico | 2006-11-18 | 5 | -139/+20 |
* | s/settings/mysettings/ typo | Zac Medico | 2006-11-17 | 1 | -1/+1 |
* | Make fixpackages use PORTAGE_NICENESS. | Zac Medico | 2006-11-17 | 1 | -0/+8 |
* | For bug #155484, apply PORTAGE_NICENESS as soon as possible (especially befor... | Zac Medico | 2006-11-17 | 1 | -8/+9 |
* | Fix a typo that prevents emerge --clean from working properly. Thanks to lei... | Zac Medico | 2006-11-17 | 1 | -1/+1 |
* | Integrate old-style virtuals handling into _expand_new_virtuals() and prefer ... | Zac Medico | 2006-11-17 | 1 | -20/+12 |
* | Fix _expand_new_virtuals so that it doesn't allow any virtual deps to go unac... | Zac Medico | 2006-11-17 | 1 | -5/+6 |
* | Update the _expand_new_virtuals docstring with a not about zero cost for new-... | Zac Medico | 2006-11-17 | 1 | -2/+2 |
* | Revert the depclean message, since new-style virtuals will now be kept. | Zac Medico | 2006-11-16 | 1 | -3/+1 |
* | For bug #141118, make dep_zapdeps assign zero cost to new-style virtuals. | Zac Medico | 2006-11-16 | 1 | -3/+12 |
* | Pull in the new-style virtuals and install them so that the vdb has complete ... | Zac Medico | 2006-11-16 | 1 | -0/+1 |
* | Add a note about removal of new-style virtuals in the depclean output. | Zac Medico | 2006-11-16 | 1 | -1/+3 |
* | For bug #141118, make dep_check do recursive expansion of new-style virtuals. | Zac Medico | 2006-11-16 | 1 | -1/+83 |
* | Don't try to lock the vdb unless privileges are sufficient. | Zac Medico | 2006-11-15 | 1 | -2/+3 |
* | Automatically convert --ask to --pretend when the user doesn't have the privi... | Zac Medico | 2006-11-15 | 1 | -7/+10 |
* | Only reload the config if global updates have actually been performed. | Zac Medico | 2006-11-14 | 1 | -11/+10 |
* | Make portage.global_updates() return any updates that may have been performed. | Zac Medico | 2006-11-14 | 1 | -1/+17 |
* | Fix a lock file leak. | Zac Medico | 2006-11-14 | 1 | -1/+1 |
* | Remove useless unmerge() call after collision-protect has prevented anything ... | Zac Medico | 2006-11-14 | 1 | -6/+0 |
* | Make fakedbapi support generic metadata instead of just slots. | Zac Medico | 2006-11-14 | 2 | -12/+12 |
* | Cache depgraph.altlist results, since altlist is called multiple times and ca... | Zac Medico | 2006-11-14 | 1 | -1/+4 |
* | For bug #154897, show a summary of fetch restrictions if there are any. | Zac Medico | 2006-11-14 | 1 | -0/+12 |
* | For bug #154986, show the usual "Filesize does not match recorded size" messa... | Zac Medico | 2006-11-14 | 1 | -2/+3 |
* | Remove reentrance support for dblink.lockdb() since it's no longer used and i... | Zac Medico | 2006-11-14 | 1 | -6/+5 |
* | Use try/finally to ensure that locks are properly released in dblink.unmerge(). | Zac Medico | 2006-11-14 | 1 | -7/+7 |
* | Use try/finally to ensure that locks are properly released in emergelog(). | Zac Medico | 2006-11-14 | 1 | -9/+12 |