| Commit message (Expand) | Author | Age | Files | Lines |
* | Return tuples instead of lists from getboth functions and methods. | Zac Medico | 2006-07-23 | 1 | -2/+2 |
* | Return a tuple from searchindex instead of a list. | Zac Medico | 2006-07-23 | 1 | -1/+1 |
* | Make xsplit() return False on failure and True on success for bug #141445. | Zac Medico | 2006-07-22 | 1 | -2/+2 |
* | Move best_match_to_list, match_from_list, and match_to_list from the core por... | Zac Medico | 2006-07-22 | 2 | -113/+115 |
* | Move portage.best() to portage_versions. | Zac Medico | 2006-07-22 | 2 | -17/+16 |
* | Remove unused portage.match_from_list_original() function. | Zac Medico | 2006-07-22 | 1 | -116/+0 |
* | Use portage.best() to simplify package comparison. | Zac Medico | 2006-07-22 | 1 | -6/+2 |
* | Just add the providers to the protected set without bothering to check if the... | Zac Medico | 2006-07-22 | 1 | -6/+5 |
* | Make depclean account for old-style virtuals so that it doesn't remove the pr... | Zac Medico | 2006-07-22 | 1 | -1/+8 |
* | Make sure that PORTAGE_BUILDDIR exists before attempting to lock it. Dependin... | Zac Medico | 2006-07-21 | 1 | -2/+2 |
* | Collapse whitespace in aux_get calls for remote binpkg metadata. See bug #14... | Zac Medico | 2006-07-21 | 1 | -4/+2 |
* | Ignore hidden directories and files when updating config files. | Zac Medico | 2006-07-21 | 1 | -0/+5 |
* | Add a link for "Setting up your own local rsync mirror" as suggested by jkt. | Zac Medico | 2006-07-21 | 1 | -0/+2 |
* | Move dep_transform from the portage_dep module to portage_update. | Zac Medico | 2006-07-21 | 3 | -26/+26 |
* | Move update_config_files from the core portage module to portage_update. | Zac Medico | 2006-07-21 | 2 | -74/+83 |
* | Do the portage_checksum import in local scope because of circular dependency. | Zac Medico | 2006-07-21 | 1 | -1/+1 |
* | Move new_protect_filename from the core portage module to portage_util. | Zac Medico | 2006-07-21 | 2 | -52/+52 |
* | Move parse_updates from the core portage module to portage_update. | Zac Medico | 2006-07-21 | 2 | -35/+37 |
* | Move isjustname, isspecific, dep_getkey, and dep_transform from the core port... | Zac Medico | 2006-07-21 | 2 | -68/+66 |
* | Remove grabdict_package and grabfile_package from the core portage module sin... | Zac Medico | 2006-07-21 | 2 | -26/+1 |
* | Move dep_getcpv, get_operator, and isvalidatom from the core portage module t... | Zac Medico | 2006-07-21 | 2 | -57/+58 |
* | Blacklist some variables in the config constructor so that they can't interfe... | Zac Medico | 2006-07-21 | 1 | -4/+9 |
* | Fix broken if/elif statement. | Zac Medico | 2006-07-20 | 1 | -2/+2 |
* | Fix a broken reference to portage.portdb. | Zac Medico | 2006-07-20 | 1 | -1/+2 |
* | Remove redundant initialization of directories for cloned config instances. | Zac Medico | 2006-07-20 | 1 | -2/+2 |
* | Move initialization of config.uvlist into the regenerate() method since that'... | Zac Medico | 2006-07-20 | 1 | -9/+9 |
* | Move initialization of self.lookuplist to a more logical location for cloned ... | Zac Medico | 2006-07-20 | 1 | -3/+2 |
* | Remove redundant initialization of self.features (and self.regenerate() call)... | Zac Medico | 2006-07-20 | 1 | -36/+27 |
* | note that there is the possibility to have a local rsync server; bug 141110 | Simon Stelling | 2006-07-20 | 1 | -1/+5 |
* | Remove redundant initialization of PORTAGE_BIN_PATH and PORTAGE_PYM_PATH for ... | Zac Medico | 2006-07-20 | 1 | -3/+5 |
* | Remove redundant initialization of CBUILD for cloned config instances. | Zac Medico | 2006-07-20 | 1 | -4/+4 |
* | Remove redundant definition of catsplit() which is already imported from port... | Zac Medico | 2006-07-20 | 1 | -3/+0 |
* | Remove redundant copying of self.lookuplist and self.uvlist for cloned config... | Zac Medico | 2006-07-20 | 1 | -2/+0 |
* | When cloning a config instance, use the copied env instead of grabbing a new ... | Zac Medico | 2006-07-20 | 1 | -1/+0 |
* | Remove redundant processing of ROOT and PORTAGE_CONFIGROOT for cloned config ... | Zac Medico | 2006-07-20 | 1 | -7/+5 |
* | Remove redundant (and possibly problem causing) copying of self.backupenv for... | Zac Medico | 2006-07-20 | 1 | -1/+1 |
* | Remove redundant processing of PORTDIR_OVERLAY for cloned config instances. | Zac Medico | 2006-07-20 | 1 | -13/+13 |
* | Remove redundant initialization of self.depcachedir for cloned config instances. | Zac Medico | 2006-07-20 | 1 | -13/+5 |
* | When a config instance is cloned, don't initialize PORTAGE_GID since it would... | Zac Medico | 2006-07-20 | 1 | -3/+3 |
* | When a config instance is cloned, don't set default USE_ORDER since it would ... | Zac Medico | 2006-07-20 | 1 | -9/+6 |
* | Handle a potential ValueError when parsing the number of terminal columns. | Zac Medico | 2006-07-20 | 1 | -5/+14 |
* | Make user_special() return 1 if none of the patterns in /etc/etc-update.speci... | Zac Medico | 2006-07-19 | 1 | -2/+1 |
* | Make PORTAGE_TMPDIR cannonical for sandbox before it's exported to the ebuild... | Zac Medico | 2006-07-19 | 1 | -1/+3 |
* | add support to prevent auto-processing for user-special files that match a pa... | Marius Mauch | 2006-07-19 | 1 | -2/+16 |
* | use eval to allow shell expansion in config file | Marius Mauch | 2006-07-19 | 1 | -5/+7 |
* | Only call portageq once | Marius Mauch | 2006-07-19 | 1 | -3/+8 |
* | Remove redundant checksum output. | Zac Medico | 2006-07-19 | 1 | -1/+0 |
* | update mtime after replacing config files | Marius Mauch | 2006-07-19 | 1 | -0/+2 |
* | add notice about remaining updates on exit | Marius Mauch | 2006-07-19 | 1 | -1/+7 |
* | add option to discard config updates | Marius Mauch | 2006-07-19 | 1 | -3/+25 |