# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.2.1.ebuild,v 1.4 2009/03/13 16:19:58 tcunha Exp $

EAPI="3"

inherit distutils git

DESCRIPTION="Python MPD client library"
HOMEPAGE="http://pypi.python.org/pypi/python-mpd/"
SRC_URI=""
EGIT_BRANCH="master"
EGIT_REPO_URI="git://jatreuman.indefero.net/jatreuman/python-mpd.git"

LICENSE="GPL-3"
KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86"
SLOT="0"
IUSE=""

RDEPEND=">=virtual/python-2.4"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

DOCS="CHANGES.txt README.txt TODO.txt doc/commands.txt"