aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* laymansync.pylayman.py: Fix bug 674594 typo•••Signed-off-by: Brian Dolbec <dolsen@gentoo.org> Brian Dolbec2020-04-241-1/+1
* pm_plugins/portage: drop portage._native_kwargs usage (bug 613936)•••The portage._native_kwargs function is not available since portage-2.3.0. X-Gentoo-Bug: 613936 X-Gentoo-Bug-URL: https://bugs.gentoo.org/613936 Zac Medico2017-06-221-2/+2
* 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 lay...•••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.Brian Dolbec2015-05-044-361/+371
* laymansync.py: Changes output messages from laymanator to laymansyncDevan Franchini2015-02-071-5/+5
* Move the plugin module into a portage namespace for installation•••But to avoid import conflicts during testing in the checkout, move it to a pm_plugins subdir. Brian Dolbec2015-02-075-0/+397