| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a 'digest.missing' check, for cases like mythtv where the eclass has | Zac Medico | 2009-10-06 | 2 | -4/+17 |
* | When restarting emerge, don't trust sys.argv[0] since eselect-python may | Zac Medico | 2009-10-06 | 1 | -1/+3 |
* | Enable FEATURES=news by default and document it. | Zac Medico | 2009-10-05 | 2 | -1/+5 |
* | - move news into features so it can be ignored when needed. Lots of whitespac... | Ned Ludd | 2009-10-05 | 1 | -9/+11 |
* | * Add default ACCEPT_LICENSE and ACCEPT_PROPERTIES values in make.globals. | Zac Medico | 2009-10-05 | 2 | -12/+42 |
* | Make deprecated_profile_check() suggest to use eselect profile. Thanks to | Zac Medico | 2009-10-05 | 1 | -0/+2 |
* | Make pkgsplit() preserve 'null' category if it's present in the input. | Zac Medico | 2009-10-05 | 1 | -2/+3 |
* | Use _pkgsplit when input cannot contain a category. | Zac Medico | 2009-10-04 | 1 | -3/+3 |
* | Use the simpler/stricter _pkgspit in dbapi code. | Zac Medico | 2009-10-04 | 3 | -3/+8 |
* | Make pkgsplit() accept a cpv again, since accepting a pv only will probably | Zac Medico | 2009-10-04 | 1 | -3/+20 |
* | Add src_configure and pkg_config to the list of phases in repoman.checks.Phas... | Arfrever Frehtes Taifersar Arahesis | 2009-10-04 | 1 | -2/+2 |
* | Restrict upstream.workaround to src_compile and src_install as much as possible. | Mounir Lamouri | 2009-10-04 | 1 | -31/+36 |
* | fix mis-alignment | Fabian Groffen | 2009-10-04 | 1 | -1/+1 |
* | Generate an eerror message in dblink.mergeme when a file has to be renamed inv2.2_rc43 | Zac Medico | 2009-10-03 | 1 | -2/+31 |
* | - do not calculate source with of isolated-functions (for die function) | Fabian Groffen | 2009-10-03 | 1 | -16/+16 |
* | only calculate spacing width for that part of the stack that we're going to p... | Fabian Groffen | 2009-10-03 | 1 | -1/+8 |
* | Fix race condition when using a fork inside _test_pty_eof(). | Zac Medico | 2009-10-03 | 1 | -4/+6 |
* | Don't use a fork inside _test_pty_eof() because it gives inconsistent results. | Zac Medico | 2009-10-03 | 1 | -12/+21 |
* | Bug #285832 - When updates are missed due to dependencies that have been | Zac Medico | 2009-10-03 | 1 | -1/+44 |
* | Bug #287333 - If posible, use ebuild from tree when checking for keyword mask | Zac Medico | 2009-10-02 | 1 | -7/+6 |
* | Bug #287333 - Fix the code from bug #252167 so it behaves consistently | Zac Medico | 2009-10-02 | 1 | -4/+3 |
* | Bug #285191 - Remove the RDEPEND.implicit check because it is invalid. | Zac Medico | 2009-10-01 | 2 | -36/+1 |
* | Remove libtool from RDEPEND.suspect list, since libltdl.so is validly used by | Zac Medico | 2009-10-01 | 1 | -1/+0 |
* | Add --tolerant option (already in use on master rsync mirror), requested by | Zac Medico | 2009-09-30 | 2 | -0/+10 |
* | Bug #286895 - Generate an eerror message when a directory blocks merge | Zac Medico | 2009-09-30 | 1 | -6/+16 |
* | Use a regular expression for SLOT validation inside vardbapi.aux_get(). | Zac Medico | 2009-09-30 | 2 | -6/+9 |
* | Take regular expressions from portage.dep and use them to reimplement | Zac Medico | 2009-09-30 | 3 | -54/+35 |
* | Fix SyntaxError with Python 3 added in r14462. | Arfrever Frehtes Taifersar Arahesis | 2009-09-29 | 1 | -1/+1 |
* | Revert the rest of r14280 since it seems that dict bypasses __getitem__ | Zac Medico | 2009-09-29 | 1 | -26/+7 |
* | Add back _PackageMetadataWrapper__setitem__, removed in r14280, since removing | Zac Medico | 2009-09-29 | 1 | -30/+64 |
* | Handle encoding/decoding of unicode when using the xpak api. | Zac Medico | 2009-09-29 | 3 | -10/+28 |
* | Make tbz2.get_data() return an empty dict on failure. | Zac Medico | 2009-09-29 | 1 | -1/+1 |
* | Don't call self.scan() in tbz2.__init__ since all methods call it anyway. | Zac Medico | 2009-09-29 | 1 | -1/+0 |
* | Bug #286780 - Fix email.MIME* imports to use email.mime.* (works with python | Zac Medico | 2009-09-28 | 1 | -3/+3 |
* | Fix breakage in file path -> package lookup code. | Zac Medico | 2009-09-28 | 2 | -2/+2 |
* | Make _test_pty_eof() call process.spawn() instead of os.fork(). | Zac Medico | 2009-09-27 | 1 | -8/+9 |
* | Try to avoid blocking on Darwin in _test_pty_eof() by using slave_fd directly | Zac Medico | 2009-09-27 | 1 | -7/+5 |
* | In _test_pty_eof(), call waitpid on the child process only after reading all | Zac Medico | 2009-09-27 | 1 | -1/+1 |
* | Make _test_pty_eof() fork when writing to the slave_fd, since otherwise | Zac Medico | 2009-09-27 | 1 | -4/+12 |
* | Fix TypeError in clear_screen() in dispatch-conf which occurs when Python 3 i... | Arfrever Frehtes Taifersar Arahesis | 2009-09-27 | 1 | -1/+2 |
* | Make _test_pty_eof() use non-blocking IO, required for Darwin kernel. | Zac Medico | 2009-09-27 | 1 | -1/+13 |
* | Use catsplit() instead of a regex to generate dbapi._categories. Thanks to | Zac Medico | 2009-09-27 | 1 | -6/+3 |
* | Fix binTestsInit() to use correct values for PORTAGE_BIN_PATH and | Zac Medico | 2009-09-27 | 1 | -6/+9 |
* | Use explicit imports instead of *. | Zac Medico | 2009-09-27 | 2 | -2/+2 |
* | Use mkdtemp() instead of hardcoded pym/portage/tests/bin/root directory. | Zac Medico | 2009-09-27 | 1 | -16/+26 |
* | Bug #286522 - Check all portdbapi.findname return values in case it | Zac Medico | 2009-09-26 | 9 | -19/+43 |
* | Bug #286475 - Fix KeyValuePairFileLoader.lineParser() so it doesn't raise | Zac Medico | 2009-09-26 | 1 | -4/+1 |
* | Revert r14430 and fix to do as intended. Thanks to Arfrever for reporting.v2.2_rc42 | Zac Medico | 2009-09-26 | 1 | -2/+4 |
* | Bug #285767 - Add support to to identify and eliminate redundant package | Zac Medico | 2009-09-25 | 2 | -8/+89 |
* | Fix UnboundLocalError triggered by atom without category for nonexistent | Zac Medico | 2009-09-25 | 1 | -1/+1 |