aboutsummaryrefslogtreecommitdiff
blob: e5665d2d88b837e9ff6e6c2d67ac17f91755bab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2015-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

doc = """Use plug-in module for repoman LineChecks.
Performs Built-With-Use checks on ebuilds."""
__doc__ = doc[:]


module_spec = {
	'name': 'do',
	'description': doc,
	'provides':{
		'builtwith-check': {
			'name': "builtwith",
			'sourcefile': "builtwith",
			'class': "BuiltWithUse",
			'description': doc,
		},
	}
}