# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit python games distutils DESCRIPTION="A chess client for Gnome" HOMEPAGE="http://pychess.googlepages.com/home" SRC_URI="http://pychess.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/pygtk dev-python/pygobject dev-python/pycairo dev-python/pysqlite dev-python/gst-python dev-python/gnome-python-desktop x11-themes/gnome-icon-theme" DEPEND="${RDEPEND}" src_install() { python_version distutils_src_install --install-scripts=${GAMES_BINDIR} dodoc AUTHORS README prepgamesdirs }