aboutsummaryrefslogtreecommitdiff
blob: 6c8a70a521a402c2b0ec62b46bdbaf8a8fc3eb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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,
}