# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.10 2006/01/29 19:49:29 cryos Exp $ inherit distutils IUSE="" DESCRIPTION="A python wrapper for Gnuplot" HOMEPAGE="http://gnuplot-py.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86 amd64 ~ppc" SLOT="0" DEPEND="virtual/python sci-visualization/gnuplot dev-python/numeric" src_install() { distutils_src_install dohtml doc/Gnuplot/* insinto /usr/share/doc/${PF} doins demo.py }