| Commit message (Expand) | Author | Age | Files | Lines |
* | Document ACCEPT_LICENSE and package.license. | Zac Medico | 2009-09-06 | 3 | -0/+23 |
* | Add ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Packages file header. | Zac Medico | 2009-09-05 | 1 | -1/+3 |
* | Add a vardbapi._pkgs_changed attribute to use instead of PORTAGE_COUNTER_HASH | Zac Medico | 2009-09-05 | 3 | -9/+7 |
* | Inside Scheduler._check_manifests(), display all broken manifests instead of | Zac Medico | 2009-09-05 | 1 | -1/+5 |
* | Use _unicode_decode() on the string returned from time.strftime(), in order | Zac Medico | 2009-09-05 | 5 | -6/+20 |
* | DEPCACHE_PATH is not used with ROOT at all, so move it out of the target_root... | Fabian Groffen | 2009-09-05 | 1 | -1/+1 |
* | pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstruction | Fabian Groffen | 2009-09-05 | 3 | -6/+6 |
* | reorganise const.py to have logical grouping based on usage | Fabian Groffen | 2009-09-05 | 1 | -28/+49 |
* | DEPRECATED_PROFILE_FILE is derived from PROFILE_PATH which has no leading slash | Fabian Groffen | 2009-09-05 | 1 | -1/+1 |
* | add note that this file does not seem to deal with ROOT at all | Fabian Groffen | 2009-09-05 | 1 | -0/+2 |
* | PRIVATE_PATH has no leading slash (like all other uses of this var assume) | Fabian Groffen | 2009-09-05 | 1 | -2/+2 |
* | consistently use CACHE_PATH with target_root, this commit needs a separate so... | Fabian Groffen | 2009-09-05 | 6 | -14/+14 |
* | Fix usage of VDB_PATH | Fabian Groffen | 2009-09-05 | 3 | -3/+3 |
* | Remove unnecessary redundant dict lookup at the beginning of catpkgsplit(). | Zac Medico | 2009-09-05 | 1 | -2/+0 |
* | Bug #282808 - Handle a potential KeyError inside PollScheduler._poll_loop() | Zac Medico | 2009-09-05 | 1 | -1/+8 |
* | Fix documentation of some QA_* variables. | Arfrever Frehtes Taifersar Arahesis | 2009-09-04 | 1 | -3/+3 |
* | Fix typo from previous commit. | Zac Medico | 2009-09-03 | 1 | -1/+1 |
* | Bug #283513 - Do not allow --noreplace together with --emptytree since it | Zac Medico | 2009-09-03 | 1 | -0/+6 |
* | Use _unicode_decode() on the string retunred from time.strftime(), in order | Zac Medico | 2009-09-03 | 1 | -1/+7 |
* | Remove reference to GRP_STAGE23_USE (bug #283358). | Arfrever Frehtes Taifersar Arahesis | 2009-09-01 | 1 | -3/+0 |
* | Add dev-util/gperf to list of suspected run-time dependencies (bug #283357). | Arfrever Frehtes Taifersar Arahesis | 2009-09-01 | 1 | -0/+1 |
* | Bug #283292 - Fix FindPortdir() to prevent OSError: [Errno 2] from stat when | Zac Medico | 2009-08-31 | 1 | -1/+1 |
* | Fix broken indentation from previous commits. | Zac Medico | 2009-08-30 | 1 | -5/+5 |
* | Bug #283223 - Don't call str() on unicode strings inside _db_escape_string(), | Zac Medico | 2009-08-30 | 1 | -1/+5 |
* | Bug #283223 - Don't call str() inside _db_escape_string(), since it's | Zac Medico | 2009-08-30 | 1 | -1/+1 |
* | 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 |