summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-214-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 Arahesis2009-08-211-0/+2
| | | | | | entries. Found by Zac Medico. svn path=/main/trunk/; revision=14119
* Note that package.* and use.* as directories is only supported sinceZac Medico2009-08-211-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 Arahesis2009-08-212-7/+7
| | | | svn path=/main/trunk/; revision=14117
* Improve an example. Patch by Jeremy Olexa.Arfrever Frehtes Taifersar Arahesis2009-08-211-2/+2
| | | | svn path=/main/trunk/; revision=14116
* Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED ↵Arfrever Frehtes Taifersar Arahesis2009-08-212-5/+60
| | | | | | variable. svn path=/main/trunk/; revision=14115
* Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).Arfrever Frehtes Taifersar Arahesis2009-08-213-0/+5
| | | | svn path=/main/trunk/; revision=14114
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-2114-109/+102
| | | | | | usage of _encodings. svn path=/main/trunk/; revision=14113
* Fix typo.Zac Medico2009-08-211-1/+1
| | | | svn path=/main/trunk/; revision=14112
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-218-17/+32
| | | | | | encoding. svn path=/main/trunk/; revision=14111
* Use _encodings where appropriate.Zac Medico2009-08-212-70/+104
| | | | svn path=/main/trunk/; revision=14110
* Use _encodings where appropriate.Zac Medico2009-08-211-5/+10
| | | | svn path=/main/trunk/; revision=14109
* Use _encodings where appropriate.Zac Medico2009-08-211-7/+15
| | | | svn path=/main/trunk/; revision=14108
* Use _encodings where appropriate.Zac Medico2009-08-213-20/+39
| | | | svn path=/main/trunk/; revision=14107
* Use _encodings where appropriate.Zac Medico2009-08-202-4/+12
| | | | svn path=/main/trunk/; revision=14106
* Use _encodings where appropriate.Zac Medico2009-08-201-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 Arahesis2009-08-201-0/+12
| | | | | | directory can be directories. svn path=/main/trunk/; revision=14104
* Fix typo from previous commit.Zac Medico2009-08-191-1/+1
| | | | svn path=/main/trunk/; revision=14103
* If sys.getdefaultencoding() returns None (this can happen if python is builtZac Medico2009-08-191-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 Medico2009-08-192-6/+13
| | | | svn path=/main/trunk/; revision=14101
* Use _encodings where appropriate.Zac Medico2009-08-193-9/+20
| | | | svn path=/main/trunk/; revision=14100
* Use _encodings where appropriate.Zac Medico2009-08-192-7/+16
| | | | svn path=/main/trunk/; revision=14099
* Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog,Zac Medico2009-08-192-5/+12
| | | | | | metadata.xml, and ebuilds. svn path=/main/trunk/; revision=14098
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-2/+8
| | | | svn path=/main/trunk/; revision=14097
* Remove unused os import.Zac Medico2009-08-191-1/+0
| | | | svn path=/main/trunk/; revision=14096
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-5/+14
| | | | svn path=/main/trunk/; revision=14095
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-2/+12
| | | | svn path=/main/trunk/; revision=14094
* Use portage.os and _encodings['fs'] where appropriate.Zac Medico2009-08-181-5/+12
| | | | svn path=/main/trunk/; revision=14093
* Use errors='backslashreplace' instead of 'replace' for the defaultZac Medico2009-08-181-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 Medico2009-08-181-52/+69
| | | | svn path=/main/trunk/; revision=14091
* Use _content_encoding and _fs_encoding, and use strict unicode exceptionsZac Medico2009-08-181-20/+37
| | | | | | where appropriate. svn path=/main/trunk/; revision=14090
* Use the new portage.output._init(config_root) function.Zac Medico2009-08-182-1/+2
| | | | svn path=/main/trunk/; revision=14089
* Use _content_encoding where appropriate.Zac Medico2009-08-181-23/+32
| | | | svn path=/main/trunk/; revision=14088
* Don't wrap os.popen().Zac Medico2009-08-181-0/+1
| | | | svn path=/main/trunk/; revision=14087
* Bug #270866 - Validate News-Item-Format headers.Zac Medico2009-08-181-0/+5
| | | | svn path=/main/trunk/; revision=14086
* Use _content_encoding and _fs_encoding where appropriate. Also, enableZac Medico2009-08-181-17/+21
| | | | | | strict exceptions for unicode encoding failures. svn path=/main/trunk/; revision=14085
* Use _content_encoding and _fs_encoding where appropriate.Zac Medico2009-08-181-5/+8
| | | | svn path=/main/trunk/; revision=14084
* Implement lazy loading of color.map when either the codes or _stylesZac Medico2009-08-181-12/+45
| | | | | | | | attribute is accessed. This provides and _init(config_root='/') function that the prefix branch can use to substitute an appropriate config_root value at runtime. svn path=/main/trunk/; revision=14083
* Use st_* attributes instead of the stat module.Zac Medico2009-08-181-5/+4
| | | | svn path=/main/trunk/; revision=14082
* Bug #277619 - Fix news item relevance logic. Thanks to Alec WarnerZac Medico2009-08-171-11/+22
| | | | | | <antarus@gentoo.org> for this patch. svn path=/main/trunk/; revision=14081
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-172-7/+26
| | | | svn path=/main/trunk/; revision=14080
* Enable error='strict' when encoding arguments inside _unicode_func_wrapper(),Zac Medico2009-08-171-5/+14
| | | | | | and document behavior. svn path=/main/trunk/; revision=14079
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-1711-26/+32
| | | | svn path=/main/trunk/; revision=14078
* Test the edge case.Zac Medico2009-08-171-0/+3
| | | | svn path=/main/trunk/; revision=14077
* Add 'return False' which was missing from the previous commit.Arfrever Frehtes Taifersar Arahesis2009-08-171-0/+1
| | | | svn path=/main/trunk/; revision=14076
* Print a warning when nonexistent files have been passed to dohtml.Arfrever Frehtes Taifersar Arahesis2009-08-171-1/+3
| | | | svn path=/main/trunk/; revision=14075
* Use portage.os and _fs_encoding where appropriate, and fix binary stringZac Medico2009-08-171-59/+88
| | | | | | handling for py3k compat. svn path=/main/trunk/; revision=14074
* When _unicode_func_wrapper() decodes a string in a returned list (typicallyZac Medico2009-08-171-5/+14
| | | | | | | from os.listdir), discard values with invalid encoding. This insures that all names returned from all os.listdir() calls are valid. svn path=/main/trunk/; revision=14073
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-175-41/+98
| | | | svn path=/main/trunk/; revision=14072
* Use a clean listener system for portage.elog instead of _emerge_elog_listenerMounir Lamouri2009-08-162-7/+19
| | | | svn path=/main/trunk/; revision=14071