# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
PYTHON_DEPEND="2:2.4"

inherit distutils

DESCRIPTION="The openark kit provides common utilities to administer, diagnose
and audit MySQL databases."
HOMEPAGE="http://code.google.com/p/openarkkit/"
SRC_URI="http://openarkkit.googlecode.com/files/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	dev-python/mysql-python
	>=dev-db/mysql-5.0
"
RDEPEND="${DEPEND}"