blob: 425085a5c7a790f6fbcf878598401b51546402f4 [file] [log] [blame]
# Copyright 2015-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
doc = """Workaround plug-in module for repoman LineChecks.
Performs checks for upstream workarounds in ebuilds."""
__doc__ = doc[:]
module_spec = {
'name': 'do',
'description': doc,
'provides':{
'addpredict-check': {
'name': "addpredict",
'sourcefile': "workarounds",
'class': "SandboxAddpredict",
'description': doc,
},
'noasneeded-check': {
'name': "noasneeded",
'sourcefile': "workarounds",
'class': "NoAsNeeded",
'description': doc,
},
},
'version': 1,
}