# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Faces is a powerful project management tool." HOMEPAGE="http://faces.homeip.net" SRC_URI="mirror://sourceforge/faces-project/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/python >=dev-python/matplotlib-0.85 >=dev-python/numeric-24.2 >=dev-python/wxpython-2.6.1.0 >=dev-python/cheetah-1.0" src_install() { python setup.py install --root="${D}" --prefix=/usr || die }