summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update imports to import portage.os and portage.shutil (with unicodeZac Medico2009-08-112-35/+27
| | | | | | wrappers), and use _unicode_encode() where appropriate. svn path=/main/trunk/; revision=13996
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1113-110/+29
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13995
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1111-71/+27
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13994
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1135-170/+82
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* Avoid using the wrapped os.read(), in order to avoid differing behaviorZac Medico2009-08-111-9/+4
| | | | | | | | between python-2.x (with wrapper) and py3k (without wrapper). This sort of mismatch only applies to os functions that return raw bytes under py3k, rather than unicode. svn path=/main/trunk/; revision=13992
* Fix breakage from previous commit.Zac Medico2009-08-111-1/+1
| | | | svn path=/main/trunk/; revision=13991
* Fix unicode support for compatibility with the new wrapped os module, andZac Medico2009-08-112-63/+31
| | | | | | use _unicode_decode() and _unicode_encode() where appropriate. svn path=/main/trunk/; revision=13990
* Bug #280460 - Wrap portage.os with unicode encode/decode wrappers.Zac Medico2009-08-102-2/+4
| | | | svn path=/main/trunk/; revision=13989
* This is an unused commandline interface to xpak.xpak().Zac Medico2009-08-101-18/+0
| | | | svn path=/main/trunk/; revision=13988
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-0/+7
| | | | svn path=/main/trunk/; revision=13987
* This is an uneeded script for parsing ldd output.Zac Medico2009-08-101-44/+0
| | | | svn path=/main/trunk/; revision=13986
* This definitely obsolete.Zac Medico2009-08-101-31/+0
| | | | svn path=/main/trunk/; revision=13985
* This is an obsolete shell script for applying package moves vardb entry.Zac Medico2009-08-101-20/+0
| | | | svn path=/main/trunk/; revision=13984
* This script is obsolete since manifest 2.Zac Medico2009-08-101-100/+0
| | | | svn path=/main/trunk/; revision=13983
* This old script does checksums on installed files. People use equery for thisZac Medico2009-08-101-66/+0
| | | | | | now. svn path=/main/trunk/; revision=13982
* This is a commandline interface to pkgsplit() that probably isn't used byZac Medico2009-08-101-20/+0
| | | | | | anyone. We can add a function like this to portageq. svn path=/main/trunk/; revision=13981
* This is an old emerge profiling script that probably doesn't work.Zac Medico2009-08-101-44/+0
| | | | svn path=/main/trunk/; revision=13980
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-1/+8
| | | | svn path=/main/trunk/; revision=13979
* Bug #280460 - Wrap os and os.path modules with unicode encode/decodeZac Medico2009-08-102-1/+69
| | | | | | wrappers for python-2.x. svn path=/main/trunk/; revision=13978
* Bug #280998 - Misc selinux fixes. Thanks to Chris PeBenitoZac Medico2009-08-102-10/+15
| | | | | | <pebenito@gentoo.org> for this patch. svn path=/main/trunk/; revision=13977
* Open new items in text mode (unicode), and safely handle unicode in news itemv2.2_rc38Zac Medico2009-08-101-1/+5
| | | | | | names. svn path=/main/trunk/; revision=13975
* Bug #280962 - Fix broken path normalization insideZac Medico2009-08-101-9/+10
| | | | | | StaticFileSet.multiBuilder(). svn path=/main/trunk/; revision=13974
* Use writemsg_stdout() for safe unicode output of --list-sets.Zac Medico2009-08-101-3/+2
| | | | svn path=/main/trunk/; revision=13973
* Fix PreservedLibsRegistry.pruneNonExisting() to work with $ROOT.Zac Medico2009-08-101-4/+9
| | | | svn path=/main/trunk/; revision=13972
* Don't trigger the --root-deps code for removal actions such as --prune andZac Medico2009-08-101-7/+8
| | | | | | --depclean. svn path=/main/trunk/; revision=13971
* In calc_depclean(), sort packages that are displayed due to being pulledZac Medico2009-08-101-1/+2
| | | | | | in by link level dependencies. svn path=/main/trunk/; revision=13970
* Tweak $ROOT handling inside depgraph._add_pkg_deps() for removal actions,Zac Medico2009-08-101-0/+2
| | | | | | so --with-bdeps works correctly with --depclean and --prune. svn path=/main/trunk/; revision=13969
* Inside calc_depclean(), use LinkageMap.findConsumers() for checkingZac Medico2009-08-101-15/+11
| | | | | | | intersection of files being removed with providers in the LinkageMap (a KeyError is raised when there is no intersection). svn path=/main/trunk/; revision=13968
* Remove unused import.v2.2_rc37Zac Medico2009-08-091-1/+0
| | | | svn path=/main/trunk/; revision=13966
* Make everything safe for unicode (this should fix the elog modules thatZac Medico2009-08-091-1/+28
| | | | | | send mail). svn path=/main/trunk/; revision=13965
* Fix EOutput to safely write unicode to stderr/stdout. Thanks to Arfrever forZac Medico2009-08-091-14/+17
| | | | | | reporting. svn path=/main/trunk/; revision=13964
* Fix typo in comment. Thanks to Arfrever.Zac Medico2009-08-091-2/+2
| | | | svn path=/main/trunk/; revision=13963
* Encode unicode messages as bytes in order to avoid TypeError fromZac Medico2009-08-091-6/+14
| | | | | | syslog.syslog() with python-2.x. svn path=/main/trunk/; revision=13962
* Write log files in text mode (unicode). Thanks to Arfrever for reporting.Zac Medico2009-08-092-2/+6
| | | | svn path=/main/trunk/; revision=13961
* Always use encoding='utf_8' for unicode() calls.Zac Medico2009-08-094-5/+7
| | | | svn path=/main/trunk/; revision=13960
* Bug #280690 - Fix incorrect idendification of start quote as end quote whenZac Medico2009-08-091-1/+6
| | | | | | the start quote is immediately followed by a newline. svn path=/main/trunk/; revision=13959
* Inside collect_ebuild_messages(), open elog files in text mode (unicode).Zac Medico2009-08-091-1/+3
| | | | | | Thanks to jlec for reporting. svn path=/main/trunk/; revision=13958
* Convert scanelf output to unicode inside LinkageMap.rebuild().Zac Medico2009-08-081-0/+2
| | | | svn path=/main/trunk/; revision=13957
* Use writemsg_stdout() for safe display of unicode overlay paths.Zac Medico2009-08-081-1/+1
| | | | svn path=/main/trunk/; revision=13956
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-8/+18
| | | | svn path=/main/trunk/; revision=13955
* Add missing noiselevel argument in writemsg_stdout() calls.Zac Medico2009-08-081-3/+5
| | | | svn path=/main/trunk/; revision=13954
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-14/+15
| | | | svn path=/main/trunk/; revision=13953
* Move global portage import to the top and add writemsg andZac Medico2009-08-081-20/+23
| | | | | | writemsg_stdout imports for safe unicode output. svn path=/main/trunk/; revision=13952
* Simplify command introspection inside usage().Zac Medico2009-08-081-6/+3
| | | | svn path=/main/trunk/; revision=13951
* In Task.__str__(), emulate tuple.__str__, but don't show 'foo' as u'foo' forZac Medico2009-08-081-2/+5
| | | | | | unicode strings. svn path=/main/trunk/; revision=13950
* Account for hardlinks when computing SIZE metadata.Zac Medico2009-08-081-1/+4
| | | | svn path=/main/trunk/; revision=13949
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-071-17/+3
| | | | svn path=/main/trunk/; revision=13948
* Open repo_name in text mode (unicode).Zac Medico2009-08-071-1/+2
| | | | svn path=/main/trunk/; revision=13947
* In config.__setitem__(), convert keys/values to unicode in order to avoidZac Medico2009-08-071-1/+8
| | | | | | potential UnicodeDecodeError exceptions later. svn path=/main/trunk/; revision=13946
* Convert environment variables to unicode inside the config constructor, inZac Medico2009-08-071-1/+11
| | | | | | order to avoid potential UnicodeDecodeError exceptions later. svn path=/main/trunk/; revision=13945