summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* portage.const: toggle constants for stable branchZac Medico2012-07-131-5/+5
|
* slotmove: fix handling for EAPI 4-slot-abiv2.2.0_alpha118Zac Medico2012-07-137-16/+206
| | | | | | | | This is just a really minimal fix, in order to prevent slotmove from behaving incorrectly with packages that use EAPI 4-slot-abi. Any slotmove commands that try so specify a sub-slot are treated as invalid for now, since that will required additional EAPI conditional logic, as reported in bug #426476.
* vardbapi: use float mtime for aux cachev2.2.0_alpha117Zac Medico2012-07-121-3/+9
|
* manifest: remove unused mhashes variableZac Medico2012-07-121-1/+0
|
* Skip whirlpool digest check when unaccelerated.Zac Medico2012-07-123-8/+31
| | | | | | | | If multiple digests are available and whirlpool is unaccelerated, then skip it. This allows extreme performance problems like bug #425046 to be avoided whenever practical, especially for cases like stage builds where acceleration may not be available for some hashes due to minimization of dependencies.
* tests: support NOCOLOR env variableZac Medico2012-07-112-0/+6
|
* Fix --complete-graph-if-new-use for --autounmask.Zac Medico2012-07-101-2/+2
|
* emerge: add --complete-graph-if-new-use < y | n >Zac Medico2012-07-104-6/+97
| | | | | | Trigger the --complete-graph behavior if USE or IUSE will change for an installed package. This option is enabled by default. This will fix bug #425558.
* fix a couple more inconsistancies in the progessbar title, label changes.Brian Dolbec2012-07-091-11/+7
|
* TermProgressBar: Fix to do 80 chars (not 81)Brian Dolbec2012-07-091-2/+2
|
* apply Federico "fox" Scrinzi progressbar additions of title and label ↵Brian Dolbec2012-07-091-4/+26
| | | | display. Fix a couple bugs and add max_desc_length param.
* SlotAbiEmergeTestCase: test new downgrade codeZac Medico2012-07-051-3/+6
|
* vartree.py: fix stutter in commentv2.2.0_alpha116Zac Medico2012-07-041-1/+1
|
* Rebuild for slot-abi downgrades, bug #424651.Zac Medico2012-07-042-36/+298
|
* ConfigTestCase: fix warning about manifest-hashesZac Medico2012-07-041-2/+2
|
* const: Adjust MANIFEST2_* for new defaultsZac Medico2012-07-041-6/+8
|
* emerge: more helpful "non-existent set" messageZac Medico2012-07-031-0/+6
|
* Atom: tweak indent for slot logicZac Medico2012-07-021-24/+24
|
* Fix unmerge-backup/preserve-libs interaction.Zac Medico2012-07-021-3/+6
|
* _pre_unmerge_backup: show failure messagev2.2.0_alpha115Zac Medico2012-07-021-0/+2
|
* portage.const: tweak preserve-libs conditionalZac Medico2012-07-021-3/+3
|
* Atom: evaluate_conditionals slot-abi, bug #424489Zac Medico2012-07-021-7/+31
|
* Don't use SIGUSR1 under Jython, bug #424259.Zac Medico2012-07-021-2/+9
|
* _quickpkg_dblink: set PYTHONPATH for quickpkgZac Medico2012-07-011-0/+6
|
* Fix bugs in binarytree.invalids usage.Zac Medico2012-07-012-2/+4
|
* Support FEATURES={downgrade,unmerge}-backupZac Medico2012-07-012-10/+87
| | | | This will fix bug #156282 and bug #424275.
* egencache: prune empty cache directoriesv2.2.0_alpha114Zac Medico2012-06-271-8/+14
|
* BacktrackParameter: fix runtime_pkg_mask copyZac Medico2012-06-271-1/+5
| | | | This caused the backtracker to bail out too early sometimes.
* slot_conflict_handler: handle slot_abiZac Medico2012-06-272-14/+42
| | | | | We have to distinguish this from the "version" conflict, in order to avoid invalid vercmp calls when there's not version.
* _slot_abi: fix broken function refsv2.2.0_alpha113Zac Medico2012-06-251-2/+2
|
* whitelist PORTAGE_DOHTML_WARN_ON_SKIPPED_FILESZac Medico2012-06-251-0/+3
|
* protected_symlinks: suggest course of actionZac Medico2012-06-241-1/+5
| | | | See discussion in bug #423127.
* protected_symlinks: change eerror to elogZac Medico2012-06-241-1/+1
| | | | | Since bug #421165, this code will trigger more often (see bug #423127), and eerror is too harsh because the symlinks will never be orphaned.
* PollScheduler: schedule inside loop if max_loadZac Medico2012-06-241-3/+10
| | | | | This will fix a case like that reported in bug #403895, triggered when the --load-average option is used.
* test_slot_abi: fix atom == typeZac Medico2012-06-231-1/+1
|
* Skip unmerge of libdir symlinks for bug #423127.v2.2.0_alpha112Zac Medico2012-06-231-0/+6
|
* Fix debug message wording of "to due".Zac Medico2012-06-231-1/+1
|
* slot_abi_mask_built: fix __eq__ for backtrackingv2.2.0_alpha111Zac Medico2012-06-221-2/+2
|
* Slot conflict "abi" backtrack nodes non-terminal.Zac Medico2012-06-222-1/+7
|
* slot_abi_mask_built: don't discard other masksZac Medico2012-06-221-1/+3
|
* Fix success_without_autounmask logic wrt rebuildsZac Medico2012-06-221-14/+20
|
* depgraph: fix broken _complete_mode assignmentZac Medico2012-06-221-1/+1
|
* _slot_abi_update_probe: respect --excludeZac Medico2012-06-221-0/+10
|
* depgraph: fix bugs in force_reinstall handlingZac Medico2012-06-221-49/+37
|
* Package: save validated_atoms as tupleZac Medico2012-06-221-2/+2
|
* treewalk: fix USE=multislot breakageZac Medico2012-06-221-5/+4
| | | | It broke in commit e4ba8f36e6a4624f4fec61c7ce8bed0e3bd2fa01.
* test_match_from_list: test slot-abi moreZac Medico2012-06-221-0/+8
|
* Enable /etc/portage/sets for stable, bug #384061.Zac Medico2012-06-227-36/+50
|
* Add UNINSTALL_IGNORE variable for bug #421659.Zac Medico2012-06-222-14/+16
| | | | | | | | | UNINSTALL_IGNORE = [space delimited list of fnmatch patterns] This variable prevents uninstallation of files that match specific fnmatch(3) patterns. In order to ignore file collisions with these files at install time, the same patterns can be added to the COLLISION_IGNORE variable.
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-2223-47/+1287
| | | | Refer to 4-slot-abi.docbook for a full description.