| Commit message (Expand) | Author | Age | Files | Lines |
* | Many packages use setuptools at run-time, so remove it from list of suspected... | Arfrever Frehtes Taifersar Arahesis | 2009-08-29 | 1 | -1/+0 |
* | Use KeyValuePairFileLoader intead on getconfig(), since getconfig() is too | Zac Medico | 2009-08-29 | 1 | -5/+9 |
* | Use KeyValuePairFileLoader instead of getconfig() for /etc/portage/modules, | Zac Medico | 2009-08-29 | 1 | -2/+5 |
* | Bug #281834 - In getconfig(), do not allow definition of variables that have | Zac Medico | 2009-08-28 | 1 | -0/+13 |
* | Improve logic for bug #278729. | Zac Medico | 2009-08-27 | 1 | -7/+15 |
* | Bug #278729 - Inside dep_zapdeps(), account for USE dependencies in some | Zac Medico | 2009-08-27 | 1 | -20/+51 |
* | Fix the code from bug #275796 to ensure that choices always go into the | Zac Medico | 2009-08-27 | 1 | -2/+8 |
* | Fix tar_contents() to handle UnicodeEncodeError by falling back to utf_8 if | Zac Medico | 2009-08-27 | 1 | -1/+22 |
* | Use plain ascii encoding for this file, in order to avoid error messages like | Zac Medico | 2009-08-27 | 1 | -2/+1 |
* | Fix mkdir() to call the local setfscreate() with strict returncode checking. | Zac Medico | 2009-08-26 | 1 | -2/+2 |
* | Inside depgraph._show_unsatisfied_dep(), show reasons for packages masked due | Zac Medico | 2009-08-25 | 1 | -3/+7 |
* | Show log paths when displaying the list of failed packages for --keep-going. | Zac Medico | 2009-08-24 | 1 | -11/+14 |
* | make sure we can deal with arches like x86-fbsd, like is done in bin/ebuild-h... | Fabian Groffen | 2009-08-24 | 1 | -1/+1 |
* | remove FIXME, since zmedico fixed it | Fabian Groffen | 2009-08-24 | 1 | -5/+0 |
* | Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40 | Zac Medico | 2009-08-24 | 3 | -8/+33 |
* | Bug #282306 - Inside dblink._match_contents(), fall back to utf_8 encoding if | Zac Medico | 2009-08-24 | 1 | -7/+71 |
* | Add a LIVEVCS.unmasked category for ebuilds that have non-empty KEYWORDS and | Zac Medico | 2009-08-23 | 2 | -1/+30 |
* | Bug #282306 - Inside LinkageMap._ObjectKey._generate_object_key(), fall back | Zac Medico | 2009-08-23 | 1 | -0/+15 |
* | Bug #282306 - Inside dblink._find_libs_to_preserve(), fall back to utf_8 | Zac Medico | 2009-08-23 | 1 | -0/+17 |
* | In Scheduler._schedule_tasks_imp(), add uninstall operations to the front | Zac Medico | 2009-08-22 | 1 | -1/+1 |
* | Make Scheduler._choose_pkg() prefer uninstall operations when available. | Zac Medico | 2009-08-22 | 1 | -3/+13 |
* | Support package.provided directory. | Arfrever Frehtes Taifersar Arahesis | 2009-08-22 | 1 | -1/+1 |
* | Bug #282269, comment #2 - Avoid potential UnicodeEncodeError when writing | Zac Medico | 2009-08-22 | 1 | -0/+3 |
* | Bug #282306 - Inside dblink._security_check(), fall back to utf_8 encoding | Zac Medico | 2009-08-22 | 1 | -0/+16 |
* | Bug #282269 - Avoid str() calls with overlay paths, which can trigger | Zac Medico | 2009-08-22 | 3 | -7/+9 |
* | Add some --debug output for backtracking. Also, remove unused imports.v2.2_rc39 | Zac Medico | 2009-08-21 | 1 | -3/+31 |
* | Add support for --keep-going=n so that it can be disabled on the command line | Zac Medico | 2009-08-21 | 3 | -3/+14 |
* | Add support for --selective=n, so it can be used to remove selective | Zac Medico | 2009-08-21 | 4 | -5/+35 |
* | Avoid potential empty lines in warnings about missing SONAMEs or NEEDED entri... | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 1 | -0/+2 |
* | Note that package.* and use.* as directories is only supported since | Zac Medico | 2009-08-21 | 1 | -1/+2 |
* | Rename QA_NEEDED to QA_DT_NEEDED. | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 2 | -7/+7 |
* | Improve an example. Patch by Jeremy Olexa. | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 1 | -2/+2 |
* | Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED v... | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 2 | -5/+60 |
* | Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416). | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 3 | -0/+5 |
* | Replace _content_encoding, _fs_encoding, and _merge_encoding with direct | Zac Medico | 2009-08-21 | 14 | -109/+102 |
* | Fix typo. | Zac Medico | 2009-08-21 | 1 | -1/+1 |
* | Use _encodings where appropriate and add _encodings['stdio'] for stdout | Zac Medico | 2009-08-21 | 8 | -17/+32 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 2 | -70/+104 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 1 | -5/+10 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 1 | -7/+15 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 3 | -20/+39 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-20 | 2 | -4/+12 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-20 | 1 | -7/+17 |
* | Fix portage.5 man page to document the fact that some files in profiles direc... | Arfrever Frehtes Taifersar Arahesis | 2009-08-20 | 1 | -0/+12 |
* | Fix typo from previous commit. | Zac Medico | 2009-08-19 | 1 | -1/+1 |
* | If sys.getdefaultencoding() returns None (this can happen if python is built | Zac Medico | 2009-08-19 | 1 | -1/+5 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 2 | -6/+13 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 3 | -9/+20 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 2 | -7/+16 |
* | Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog, | Zac Medico | 2009-08-19 | 2 | -5/+12 |