summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: remove not existent fileHEADmasterAlexander Sulfrian2013-01-251-1/+1
* gitignore: ignore auto generated filesAlexander Sulfrian2013-01-251-0/+2
* emerge.1: --depclean-lib-check disabled defaultv2.1.11.50Zac Medico2013-01-241-1/+1
* Remove extended package set configuration docs.Zac Medico2013-01-242-6/+2
* portage.const: toggle constants for stable branchZac Medico2013-01-241-4/+4
* config: raise PermissionDenied morev2.2.0_alpha161Zac Medico2013-01-242-10/+12
* RepoConfigLoader: raise PermissionDenied moreZac Medico2013-01-242-12/+31
* RepoConfigLoader: raise PermissionDeniedZac Medico2013-01-241-1/+10
* _new_backup_path: fix TypeError, bug #453892Zac Medico2013-01-241-1/+1
* Package._init_use: always sync _metadatav2.2.0_alpha160Zac Medico2013-01-231-2/+3
* Add debug output for cases like bug #453400.Zac Medico2013-01-231-0/+20
* Package: avoid redundant splitting of USEZac Medico2013-01-231-4/+3
* Package: filter built USE for bug #453400Zac Medico2013-01-232-28/+41
* Fix default use match for implicit IUSE.v2.2.0_alpha159Zac Medico2013-01-213-9/+22
* make.conf: example for ACCEPT_LICENSEUlrich Müller2013-01-211-0/+12
* make.conf.5: better examples for ACCEPT_LICENSEUlrich Müller2013-01-211-6/+6
* make.conf.example: remove obsolete warningZac Medico2013-01-211-2/+1
* repoman: fix TypeError: must be char, not unicodev2.2.0_alpha158Zac Medico2013-01-201-1/+1
* repoman: fix stable mask to use correct profilev2.2.0_alpha157Zac Medico2013-01-193-16/+33
* isStable: fix * logic for repomanZac Medico2013-01-191-1/+5
* isStable: handle * for repoman moreZac Medico2013-01-191-1/+1
* isStable: handle * for repomanv2.2.0_alpha156Zac Medico2013-01-191-1/+1
* tests/repoman: add dev and exp profilesZac Medico2013-01-191-0/+15
* Fix stable mask logic for repoman.Zac Medico2013-01-192-10/+23
* FindVCS: add debug infoZac Medico2013-01-191-8/+30
* test_security_set: detect missing xml supportv2.2.0_alpha155Zac Medico2013-01-181-0/+13
* glsa-check: explicit imports, fix glsaconfig refZac Medico2013-01-181-3/+4
* Enable glsa @security set for stable, and test.Zac Medico2013-01-184-0/+137
* glsa.py: fix misc breakageZac Medico2013-01-181-2/+3
* Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2013-01-182-7/+11
* sync with genscripts rev 343. This adds the initial py3k support and the anal...Paul Varner2013-01-182-6/+14
* Merge rev 113 from djanderson's genscripts repoPaul Varner2013-01-181-74/+68
* getminupgrade: fix documentation and backtraceRobert Buchholz2013-01-181-16/+22
* Do not inject GLSAs into the checkfile when fixing themPaul Varner2013-01-182-13/+15
* Restructure system affection detection.Paul Varner2013-01-182-59/+74
* Change behaviour of getMinUpgradePaul Varner2013-01-182-7/+18
* Some python tweaks to speed glsa-checkPaul Varner2013-01-181-25/+12
* Handle unicode encoding when dumping to stdout and start migration to using S...Paul Varner2013-01-182-20/+35
* Add workaround for Python 2.6.4 issue 4978Zac Medico2013-01-189-13/+32
* Use unicode_literals more.Zac Medico2013-01-1847-200/+273
* test_string_format: use unicode_literalsZac Medico2013-01-181-26/+25
* localization: always return unicodeZac Medico2013-01-181-3/+9
* egencache: unicode_literals for TextIOWrapperZac Medico2013-01-181-16/+14
* cache/flat_hash.py: unicode_literalsZac Medico2013-01-181-7/+7
* cache/sqlite.py: unicode_literalsZac Medico2013-01-181-3/+4
* ebuild_xattr.py: lowercase utf-8 commentZac Medico2013-01-181-1/+1
* _setup_pipes: close unnecessary duplicate fdsZac Medico2013-01-171-9/+46
* Use 'with file' more.Zac Medico2013-01-171-61/+46
* ru/ebuild.1: update obsolete md5 referencesv2.2.0_alpha154Vladimir Romanov2013-01-161-17/+19
* emerge --info: show free ram/swap, bug #451048Zac Medico2013-01-162-0/+93