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

"""'The emaint program module provides checks and maintenancefor:
  Scanning, checking and fixing problems in the world file.
"""


module_spec = {
	'name': 'binhost',
	'description': "Provides functions to scan, check and " + \
		"Generate a metadata index for binary packages",
	'provides':{
		'module1': {
			'name': "binhost",
			'class': "BinhostHandler",
			'description':  "Generate a metadata index for binary packages",
			'functions': ['check', 'fix'],
			'func_desc': {}
			}
		}
	}