# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils 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-20.2 >=dev-python/wxpython-2.6.1.0 >=dev-python/cheetah-1.0 virtual/ghostscript >=net-print/poster-0.1" src_install() { distutils_python_version site_pkgs="/usr/$(get_libdir)/python${PYVER}/site-packages/" export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}" dodir ${site_pkgs} distutils_src_install --single-version-externally-managed }