| Commit message (Expand) | Author | Age | Files | Lines |
* | change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuil... | Mike Frysinger | 2007-04-07 | 4 | -15/+16 |
* | remove references to EXEDESTTREE | Mike Frysinger | 2007-04-07 | 1 | -6/+6 |
* | document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/config | Mike Frysinger | 2007-04-07 | 1 | -0/+46 |
* | tell people that the FILES section is not supposed to be complete (and sneak ... | Mike Frysinger | 2007-04-07 | 1 | -8/+10 |
* | change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ebuil... | Mike Frysinger | 2007-04-07 | 3 | -8/+9 |
* | remove references to DOCDESTTREE and INSDESTTREE | Mike Frysinger | 2007-04-07 | 1 | -8/+9 |
* | Provide a default value to the getattr call. | Zac Medico | 2007-04-05 | 1 | -1/+1 |
* | Make sure XARGS has a default value. | Zac Medico | 2007-04-05 | 1 | -0/+1 |
* | Don't force OS detection in the portage.data module. | Zac Medico | 2007-04-05 | 1 | -4/+2 |
* | Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro... | Zac Medico | 2007-04-05 | 4 | -13/+5 |
* | Punt the sorted_versions() function in favor of list.sort(vercmp). | Zac Medico | 2007-04-05 | 1 | -32/+7 |
* | For bug #173184, handle the CommandNotFound that is produced during uninstall... | Zac Medico | 2007-04-02 | 1 | -4/+9 |
* | I consulted the python oracle and it told me enumerate was better, so go team... | Alec Warner | 2007-04-01 | 1 | -11/+9 |
* | drop line_count in favor of izip and count(), itertools FOR THE WIN baby. | Alec Warner | 2007-03-31 | 2 | -20/+45 |
* | After talking to marienz, decide that 1 class is better than 4, also realize ... | Alec Warner | 2007-03-31 | 2 | -109/+39 |
* | Fix missing import. | Zac Medico | 2007-03-31 | 1 | -0/+1 |
* | make PDEPEND wording less restrictive #172511 and clarify install status wrt ... | Mike Frysinger | 2007-03-30 | 1 | -8/+11 |
* | For bug #172571, use socket.AF_INET as the default family for socket.getaddri... | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | spaces -> tabs | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | spaces -> tabs | Zac Medico | 2007-03-28 | 1 | -3/+3 |
* | For bug #172539, fix ecompressdir suffix handling so that automatic decompres... | Zac Medico | 2007-03-28 | 1 | -6/+6 |
* | Correctly pull the metadata again when the node is converted. | Zac Medico | 2007-03-28 | 1 | -5/+6 |
* | Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for grea... | Zac Medico | 2007-03-28 | 1 | -0/+3 |
* | Synchronize PORTAGE_COMPRESS_FLAGS to reflect that -9 is the default now. | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | Properly anchor sed regexp for readlonly attribut filtering. | Zac Medico | 2007-03-27 | 1 | -2/+2 |
* | Filter the readonly attribute from variables saved in ${T}/environment to pre... | Zac Medico | 2007-03-27 | 1 | -1/+2 |
* | source ${T}/environment before the definition of qa_source() and qa_call() so... | Zac Medico | 2007-03-27 | 1 | -6/+6 |
* | Continue to support profile masking at least until bug #170697 is settled. | Zac Medico | 2007-03-26 | 1 | -0/+13 |
* | minor name changes for bin tests, svn propset keywords Id stuff | Alec Warner | 2007-03-26 | 2 | -3/+3 |
* | fix broken PortageModule classes | Alec Warner | 2007-03-26 | 1 | -1/+3 |
* | fix tests for PortageModulesFile | Alec Warner | 2007-03-26 | 1 | -4/+7 |
* | clean up some init functions, add PortageModules class | Alec Warner | 2007-03-26 | 1 | -6/+39 |
* | fix some tests, break others | Alec Warner | 2007-03-26 | 3 | -4/+39 |
* | Fix insecure tempfile usage | Alec Warner | 2007-03-26 | 3 | -6/+11 |
* | fix grammar in error output | Mike Frysinger | 2007-03-25 | 1 | -1/+1 |
* | Verify the Manifest first even if there's only one package (prior to the fetc... | Zac Medico | 2007-03-25 | 1 | -1/+0 |
* | Do the "*" check as early as possible in config.getMissingLicenses(). | Zac Medico | 2007-03-25 | 1 | -3/+4 |
* | split the loader classes into their own file, split the recursive filename gr... | Alec Warner | 2007-03-25 | 2 | -167/+168 |
* | completely rewrite file bits, use Loader classes to push loading functionalit... | Alec Warner | 2007-03-25 | 1 | -72/+197 |
* | Fix the rest of the tests | Alec Warner | 2007-03-25 | 3 | -7/+7 |
* | Verify all ebuild manifests before building anything now so that the user is ... | Zac Medico | 2007-03-24 | 1 | -0/+29 |
* | return from the merge task instead of calling sys.exit directly. | Zac Medico | 2007-03-24 | 1 | -6/+1 |
* | Allow the merge task to continue despite conflicts when --fetch-all-uri is sp... | Zac Medico | 2007-03-24 | 1 | -0/+1 |
* | For bug #172033, remove the obsolete QA Notice for man pages that are already... | Zac Medico | 2007-03-24 | 1 | -2/+2 |
* | Clean up and simplify preference selection logic for bug #171840. | Zac Medico | 2007-03-23 | 1 | -47/+26 |
* | For bug #171840, consider all choices for slot intersection and promote those... | Zac Medico | 2007-03-23 | 1 | -3/+7 |
* | Ignore non-existent directories for bug #171809. This is required for readon... | Zac Medico | 2007-03-23 | 1 | -1/+9 |
* | Add --verbose to the "for more help" message. | Zac Medico | 2007-03-22 | 1 | -1/+1 |
* | default --help should be usable, so make the extended output require --verbose | Mike Frysinger | 2007-03-22 | 1 | -6/+3 |
* | Fix a typo. | Zac Medico | 2007-03-21 | 1 | -1/+1 |