Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inside depgraph._show_unsatisfied_dep(), show reasons for packages masked due | Zac Medico | 2009-08-25 | 1 | -3/+7 |
| | | | | | | to backtracking. svn path=/main/trunk/; revision=14155 | ||||
* | Show log paths when displaying the list of failed packages for --keep-going. | Zac Medico | 2009-08-24 | 1 | -11/+14 |
| | | | | svn path=/main/trunk/; revision=14154 | ||||
* | make sure we can deal with arches like x86-fbsd, like is done in ↵ | Fabian Groffen | 2009-08-24 | 1 | -1/+1 |
| | | | | | | bin/ebuild-helpers/prepstrip svn path=/main/trunk/; revision=14151 | ||||
* | remove FIXME, since zmedico fixed it | Fabian Groffen | 2009-08-24 | 1 | -5/+0 |
| | | | | svn path=/main/trunk/; revision=14140 | ||||
* | Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40 | Zac Medico | 2009-08-24 | 3 | -8/+33 |
| | | | | svn path=/main/trunk/; revision=14134 | ||||
* | Bug #282306 - Inside dblink._match_contents(), fall back to utf_8 encoding if | Zac Medico | 2009-08-24 | 1 | -7/+71 |
| | | | | | | | a path cannot be encoded under the user's chosen encoding. This should fix the traceback shown in bug #281199, comment #26. svn path=/main/trunk/; revision=14133 | ||||
* | Add a LIVEVCS.unmasked category for ebuilds that have non-empty KEYWORDS and | Zac Medico | 2009-08-23 | 2 | -1/+30 |
| | | | | | | | are not masked in the global package.mask. Thanks to Diego E. Pettenò for the suggestion. svn path=/main/trunk/; revision=14132 | ||||
* | Bug #282306 - Inside LinkageMap._ObjectKey._generate_object_key(), fall back | Zac Medico | 2009-08-23 | 1 | -0/+15 |
| | | | | | | | | to utf_8 encoding if a path cannot be encoded under the user's chosen encoding. This should complete the fix for the traceback shown in bug #282115, comment #6. svn path=/main/trunk/; revision=14131 | ||||
* | Bug #282306 - Inside dblink._find_libs_to_preserve(), fall back to utf_8 | Zac Medico | 2009-08-23 | 1 | -0/+17 |
| | | | | | | | encoding if a path cannot be encoded under the user's chosen encoding. This fixes the traceback shown in bug 282115, comment #6. svn path=/main/trunk/; revision=14130 | ||||
* | In Scheduler._schedule_tasks_imp(), add uninstall operations to the front | Zac Medico | 2009-08-22 | 1 | -1/+1 |
| | | | | | | of the merge queue. svn path=/main/trunk/; revision=14129 | ||||
* | Make Scheduler._choose_pkg() prefer uninstall operations when available. | Zac Medico | 2009-08-22 | 1 | -3/+13 |
| | | | | svn path=/main/trunk/; revision=14128 | ||||
* | Support package.provided directory. | Arfrever Frehtes Taifersar Arahesis | 2009-08-22 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=14127 | ||||
* | Bug #282269, comment #2 - Avoid potential UnicodeEncodeError when writing | Zac Medico | 2009-08-22 | 1 | -0/+3 |
| | | | | | | to sys.stderr inside xtermTitle(). svn path=/main/trunk/; revision=14126 | ||||
* | Bug #282306 - Inside dblink._security_check(), fall back to utf_8 encoding | Zac Medico | 2009-08-22 | 1 | -0/+16 |
| | | | | | | it a path cannot be encoded under the user's chosen encoding. svn path=/main/trunk/; revision=14125 | ||||
* | Bug #282269 - Avoid str() calls with overlay paths, which can trigger | Zac Medico | 2009-08-22 | 3 | -7/+9 |
| | | | | | | UnicodeEncodeError in python-2.x. svn path=/main/trunk/; revision=14124 | ||||
* | Add some --debug output for backtracking. Also, remove unused imports.v2.2_rc39 | Zac Medico | 2009-08-21 | 1 | -3/+31 |
| | | | | svn path=/main/trunk/; revision=14122 | ||||
* | Add support for --keep-going=n so that it can be disabled on the command line | Zac Medico | 2009-08-21 | 3 | -3/+14 |
| | | | | | | after it's been enabled in EMERGE_DEFAULT_OPTS. svn path=/main/trunk/; revision=14121 | ||||
* | Add support for --selective=n, so it can be used to remove selective | Zac Medico | 2009-08-21 | 4 | -5/+35 |
| | | | | | | behavior that may have been implied by some other option like --update. svn path=/main/trunk/; revision=14120 | ||||
* | Avoid potential empty lines in warnings about missing SONAMEs or NEEDED ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 1 | -0/+2 |
| | | | | | | entries. Found by Zac Medico. svn path=/main/trunk/; revision=14119 | ||||
* | Note that package.* and use.* as directories is only supported since | Zac Medico | 2009-08-21 | 1 | -1/+2 |
| | | | | | | portage-2.1.6.7, and it is not included in PMS at this time. svn path=/main/trunk/; revision=14118 | ||||
* | Rename QA_NEEDED to QA_DT_NEEDED. | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 2 | -7/+7 |
| | | | | svn path=/main/trunk/; revision=14117 | ||||
* | Improve an example. Patch by Jeremy Olexa. | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 1 | -2/+2 |
| | | | | svn path=/main/trunk/; revision=14116 | ||||
* | Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 2 | -5/+60 |
| | | | | | | variable. svn path=/main/trunk/; revision=14115 | ||||
* | Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416). | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 3 | -0/+5 |
| | | | | svn path=/main/trunk/; revision=14114 | ||||
* | Replace _content_encoding, _fs_encoding, and _merge_encoding with direct | Zac Medico | 2009-08-21 | 14 | -109/+102 |
| | | | | | | usage of _encodings. svn path=/main/trunk/; revision=14113 | ||||
* | Fix typo. | Zac Medico | 2009-08-21 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=14112 | ||||
* | Use _encodings where appropriate and add _encodings['stdio'] for stdout | Zac Medico | 2009-08-21 | 8 | -17/+32 |
| | | | | | | encoding. svn path=/main/trunk/; revision=14111 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 2 | -70/+104 |
| | | | | svn path=/main/trunk/; revision=14110 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 1 | -5/+10 |
| | | | | svn path=/main/trunk/; revision=14109 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 1 | -7/+15 |
| | | | | svn path=/main/trunk/; revision=14108 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 3 | -20/+39 |
| | | | | svn path=/main/trunk/; revision=14107 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-20 | 2 | -4/+12 |
| | | | | svn path=/main/trunk/; revision=14106 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-20 | 1 | -7/+17 |
| | | | | svn path=/main/trunk/; revision=14105 | ||||
* | Fix portage.5 man page to document the fact that some files in profiles ↵ | Arfrever Frehtes Taifersar Arahesis | 2009-08-20 | 1 | -0/+12 |
| | | | | | | directory can be directories. svn path=/main/trunk/; revision=14104 | ||||
* | Fix typo from previous commit. | Zac Medico | 2009-08-19 | 1 | -1/+1 |
| | | | | svn path=/main/trunk/; revision=14103 | ||||
* | If sys.getdefaultencoding() returns None (this can happen if python is built | Zac Medico | 2009-08-19 | 1 | -1/+5 |
| | | | | | | with USE=build, in stage 1), fall back to _encodings['merge'] = 'ascii'. svn path=/main/trunk/; revision=14102 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 2 | -6/+13 |
| | | | | svn path=/main/trunk/; revision=14101 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 3 | -9/+20 |
| | | | | svn path=/main/trunk/; revision=14100 | ||||
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 2 | -7/+16 |
| | | | | svn path=/main/trunk/; revision=14099 | ||||
* | Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog, | Zac Medico | 2009-08-19 | 2 | -5/+12 |
| | | | | | | metadata.xml, and ebuilds. svn path=/main/trunk/; revision=14098 | ||||
* | Use portage.os and _encodings where appropriate. | Zac Medico | 2009-08-19 | 1 | -2/+8 |
| | | | | svn path=/main/trunk/; revision=14097 | ||||
* | Remove unused os import. | Zac Medico | 2009-08-19 | 1 | -1/+0 |
| | | | | svn path=/main/trunk/; revision=14096 | ||||
* | Use portage.os and _encodings where appropriate. | Zac Medico | 2009-08-19 | 1 | -5/+14 |
| | | | | svn path=/main/trunk/; revision=14095 | ||||
* | Use portage.os and _encodings where appropriate. | Zac Medico | 2009-08-19 | 1 | -2/+12 |
| | | | | svn path=/main/trunk/; revision=14094 | ||||
* | Use portage.os and _encodings['fs'] where appropriate. | Zac Medico | 2009-08-18 | 1 | -5/+12 |
| | | | | svn path=/main/trunk/; revision=14093 | ||||
* | Use errors='backslashreplace' instead of 'replace' for the default | Zac Medico | 2009-08-18 | 1 | -1/+2 |
| | | | | | | | _unicode_encode() argument ('replace' substitutes '?', which is not as useful). svn path=/main/trunk/; revision=14092 | ||||
* | Replace the _{content,fs,merge}_encoding attributes with an _encodings dict. | Zac Medico | 2009-08-18 | 1 | -52/+69 |
| | | | | svn path=/main/trunk/; revision=14091 | ||||
* | Use _content_encoding and _fs_encoding, and use strict unicode exceptions | Zac Medico | 2009-08-18 | 1 | -20/+37 |
| | | | | | | where appropriate. svn path=/main/trunk/; revision=14090 | ||||
* | Use the new portage.output._init(config_root) function. | Zac Medico | 2009-08-18 | 2 | -1/+2 |
| | | | | svn path=/main/trunk/; revision=14089 | ||||
* | Use _content_encoding where appropriate. | Zac Medico | 2009-08-18 | 1 | -23/+32 |
| | | | | svn path=/main/trunk/; revision=14088 |