aboutsummaryrefslogtreecommitdiffstats
path: root/pym/portage/emaint/modules/binhost/__init__.py
blob: c60e8bcb4fa376f3db5dd034b23e02eb503b760a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

"""Scan and generate metadata indexes for binary packages.
"""


module_spec = {
	'name': 'binhost',
	'description': __doc__,
	'provides':{
		'module1': {
			'name': "binhost",
			'class': "BinhostHandler",
			'description': __doc__,
			'functions': ['check', 'fix'],
			'func_desc': {}
			}
		}
	}