blob: 6c8a70a521a402c2b0ec62b46bdbaf8a8fc3eb74 [file] [log] [blame]
# Copyright 2015-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
doc = """Nested plug-in module for repoman LineChecks.
Performs nested subshell checks on ebuilds."""
__doc__ = doc[:]
module_spec = {
'name': 'do',
'description': doc,
'provides':{
'nesteddie-check': {
'name': "nesteddie",
'sourcefile': "nested",
'class': "EbuildNestedDie",
'description': doc,
},
},
'version': 1,
}