aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* laymansync: Update module_spec for the change in portage's module.pyBrian Dolbec2016-04-291-0/+1
|
* laymansync.py: Corrects importing of sync classesDevan Franchini2015-05-051-2/+2
|
* pm_plugins/portage: Split up laymansync into sub-files to delay import of ↵Brian Dolbec2015-05-044-361/+371
| | | | | | | layman bug 548328 The laymansync module prevented emerge from operating due to the layman import in the module's __init__.py. There was breakage in the cryptography import due to an openssl USE flag change and re-compile. This caused the chain reaction traceback preventing emerge from running.
* laymansync.py: Changes output messages from laymanator to laymansyncDevan Franchini2015-02-071-5/+5
|
* Move the plugin module into a portage namespace for installationBrian Dolbec2015-02-075-0/+397
But to avoid import conflicts during testing in the checkout, move it to a pm_plugins subdir.