blob: e196172570f540d2725b929afceae2b1c0a0f304 [file] [log] [blame]
# Copyright 2015-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
doc = """Uri plug-in module for repoman LineChecks.
Performs HOMEPAGE variable checks on ebuilds."""
__doc__ = doc[:]
module_spec = {
'name': 'do',
'description': doc,
'provides':{
'httpsuri-check': {
'name': "httpsuri",
'sourcefile': "uri",
'class': "UriUseHttps",
'description': doc,
},
},
'version': 1,
}