inherit distutils IUSE="" DESCRIPTION="Scientific Module for Python" SRC_URI="http://starship.python.net/~hinsen/ScientificPython/${P}.tar.gz" HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~sparc ~alpha" DEPEND="virtual/python >=dev-python/Numeric-19.0 >=app-sci/netcdf-3.0" src_install() { distutils_src_install dodoc MANIFEST.in COPYRIGHT README* cd Doc dodoc CHANGELOG dohtml HTML/* dodir /usr/share/doc/${PF}/pdf insinto /usr/share/doc/${PF}/pdf doins PDF/* }