| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135 | Alec Warner | 2006-05-23 | 1 | -1/+1 |
* | Add ELIBC and USERLAND to USE_EXPAND_HIDDEN in make.globals since the user ca... | Zac Medico | 2006-05-23 | 1 | -0/+3 |
* | Add some documentation for USE_EXPAND_HIDDEN. | Zac Medico | 2006-05-23 | 1 | -0/+4 |
* | Prevent a KeyError from occurring when USE_EXPAND_HIDDEN is used for bug #134... | Zac Medico | 2006-05-23 | 1 | -0/+2 |
* | Document userfetch for bug #133975. Thanks to RiverRat for this patch.v2.1_rc2 | Zac Medico | 2006-05-23 | 1 | -0/+2 |
* | Fix a bug that causes hashes of random types (mostly SHA1, from my experience... | Zac Medico | 2006-05-22 | 1 | -1/+1 |
* | Don't warn about RESTRICT=test unless FEATURES=test is enabled for bug #134004. | Zac Medico | 2006-05-22 | 1 | -3/+3 |
* | Fix userfetch so that it works regardless of whether or not userpriv is enabl... | Zac Medico | 2006-05-22 | 1 | -3/+17 |
* | Fix bad spelling of "privileges" in userpriv docs. | Zac Medico | 2006-05-21 | 1 | -1/+1 |
* | Document userfetch for bug #133975. | Zac Medico | 2006-05-21 | 1 | -0/+4 |
* | Don't include a redundant size field with the other hashes when creating mani... | Zac Medico | 2006-05-21 | 1 | -0/+1 |
* | Validate the CATEGORY data in portage.config.load_infodir() and print a warni... | Zac Medico | 2006-05-21 | 1 | -3/+11 |
* | In order to help protect users, make AUTOCLEAN case insensitive. | Zac Medico | 2006-05-19 | 1 | -0/+10 |
* | Add --nocolor to emerge's short help for bug #133734. Thanks to gabebw@gmail.... | Zac Medico | 2006-05-19 | 1 | -1/+1 |
* | Catch a ValueError thrown from cpv_expand and use it print an error message (... | Zac Medico | 2006-05-19 | 1 | -1/+8 |
* | Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for this... | Zac Medico | 2006-05-18 | 1 | -4/+4 |
* | Revert r3371 because it doesn't fix the real problem and get ROOT directly fr... | Zac Medico | 2006-05-18 | 1 | -5/+5 |
* | Catch PackageNotFound exceptions from unmerge() for bug #133606. | Zac Medico | 2006-05-18 | 1 | -1/+4 |
* | Correctly autoclean build time dependencies that have been upgraded in / when... | Zac Medico | 2006-05-18 | 1 | -1/+68 |
* | When portage is upgraded, only restart emerge when destroot="/". Also, clean... | Zac Medico | 2006-05-17 | 1 | -22/+22 |
* | Fix repoman to grab categores, arch.list, and package.mask from the proper lo... | Zac Medico | 2006-05-17 | 1 | -4/+7 |
* | s/mtarget/mtune/g for bug #133528. | Zac Medico | 2006-05-17 | 1 | -4/+4 |
* | Print a warning message when AUTOCLEAN is disabled because it's quite dangerous. | Zac Medico | 2006-05-17 | 1 | -0/+8 |
* | Fix portage.getmaskingreason() so that it properly stacks all available packa... | Zac Medico | 2006-05-16 | 1 | -1/+16 |
* | Add a warning message for AUTOCLEAN="no". Thanks to jakub for reporting. | Zac Medico | 2006-05-16 | 1 | -0/+3 |
* | Add + to the --changelog regex so that dvd+rw-tools works for bug #133288. | Zac Medico | 2006-05-16 | 1 | -1/+1 |
* | Add some PORTAGE_CONFIGROOT documentation for bug #131925. Thanks to Christi... | Zac Medico | 2006-05-16 | 1 | -0/+6 |
* | Fix for bug 133363, thanks to <world.root@gmail.com> for reporting. | Alec Warner | 2006-05-15 | 1 | -1/+1 |
* | Fix a typo from r3357. | Zac Medico | 2006-05-15 | 1 | -1/+1 |
* | Add back the rstrip(os.path.sep) which is needed in the case where ROOT=/ (re... | Zac Medico | 2006-05-15 | 1 | -2/+4 |
* | Revert the performance optimization from r3355 in favor of maximum robustness. | Zac Medico | 2006-05-15 | 1 | -1/+2 |
* | Ensure that ${ROOT} is normalized for bug #90444. | Zac Medico | 2006-05-15 | 1 | -2/+2 |
* | Remove unnecessary and time consuming normpath call for bug #90444. | Zac Medico | 2006-05-15 | 1 | -1/+1 |
* | Ensure a sane global umask for bug #133307 (regression from r3228). | Zac Medico | 2006-05-14 | 1 | -0/+3 |
* | Wheel != secpass=1, so kill it. Wheel grants you nothing wrt portage perms. | Alec Warner | 2006-05-14 | 1 | -4/+1 |
* | strip leading slash in output | Mike Frysinger | 2006-05-14 | 1 | -3/+3 |
* | you have to quote $@ or things can break | Mike Frysinger | 2006-05-14 | 1 | -1/+1 |
* | Use iteritems() instead of items() because an iterator uses less memory. | Zac Medico | 2006-05-14 | 1 | -1/+1 |
* | Write raw bytes instead of attempting to encode as utf-8 for bug #133287. | Zac Medico | 2006-05-14 | 1 | -1/+1 |
* | Make portdbapi._init_cache_dirs() obey self.depcachedir. | Zac Medico | 2006-05-14 | 1 | -2/+1 |
* | Make portdbapi obey self.depcachedir instead of using portage_const.DEPCACHE_... | Zac Medico | 2006-05-14 | 1 | -1/+1 |
* | Allow `emerge --metadata` and `emerge --regen` for users in the portage group... | Zac Medico | 2006-05-13 | 1 | -1/+2 |
* | s/DEPEND atoms/package atoms/ for better wording | Zac Medico | 2006-05-12 | 1 | -1/+1 |
* | Make /etc/portage/bashrc relative to PORTAGE_CONFIGROOT.v2.1_rc1 | Zac Medico | 2006-05-12 | 1 | -1/+2 |
* | Add some documentation for /etc/portage/modules and metadata_overlay. | Zac Medico | 2006-05-12 | 1 | -0/+23 |
* | Revert r3339 because r3301 makes it unnecessary. See bug #133055. | Zac Medico | 2006-05-12 | 1 | -3/+0 |
* | Minor 1 liner for bug 131657 | Alec Warner | 2006-05-11 | 1 | -0/+1 |
* | Fix bug 113055, Binpkg's need SLOT in mysettings | Alec Warner | 2006-05-11 | 1 | -0/+3 |
* | Neglect EOFError during mtimedb loading since this error seems to be common w... | Zac Medico | 2006-05-10 | 1 | -1/+1 |
* | remove unused STICKIES variable | Mike Frysinger | 2006-05-10 | 2 | -2/+1 |