| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #267468 - Display the total number of binary packages in the merge | Zac Medico | 2009-10-09 | 2 | -0/+15 |
* | Fix typo in FEATURES=news docs. Thanks to Jonathan Callen <en.ABCD@gmail.com> | Zac Medico | 2009-10-08 | 1 | -1/+1 |
* | Bug #287950 - Add a --fail-clean[=n] option, for enabling or disabling | Zac Medico | 2009-10-08 | 4 | -0/+39 |
* | Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaning | Zac Medico | 2009-10-07 | 4 | -1/+41 |
* | Enable pty support on FreeBSD. | Zac Medico | 2009-10-07 | 1 | -1/+1 |
* | merge disable openpty conditional from branches/prefix | Fabian Groffen | 2009-10-07 | 1 | -1/+15 |
* | Bug #274870: Add file.size.fatal check in repoman. | Arfrever Frehtes Taifersar Arahesis | 2009-10-07 | 1 | -3/+8 |
* | Use the stricter _pkgsplit function. | Zac Medico | 2009-10-07 | 1 | -1/+1 |
* | Bug #265267 - Add hint about --accept-properties=-interactive in the | Zac Medico | 2009-10-06 | 2 | -2/+8 |
* | Bug #265267 - When disabling --jobs due to interactive package(s), hint | Zac Medico | 2009-10-06 | 1 | -1/+4 |
* | Exempt installed packages from PROPERTIES masking since the user is likely | Zac Medico | 2009-10-06 | 1 | -3/+5 |
* | Fix collision in variable name 'x'. | Zac Medico | 2009-10-06 | 1 | -2/+2 |
* | Bug #287870 - Add -r option as short version of --resume. | Zac Medico | 2009-10-06 | 3 | -3/+4 |
* | Add a note about --accept-properties and exclusion of interactive updates.v2.2_rc44 | Zac Medico | 2009-10-06 | 1 | -0/+3 |
* | Add a new --accept-properties option so that users can temporarily override | Zac Medico | 2009-10-06 | 4 | -2/+41 |
* | 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 |