# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.81.ebuild,v 1.6 2005/12/07 17:48:54 marienz Exp $ inherit distutils DESCRIPTION="matplotlib is a pure python plotting library designed to bring publication quality plotting to python with a syntax familiar to matlab users." HOMEPAGE="http://matplotlib.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="doc gtk" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" LICENSE="PYTHON" DEPEND="virtual/python >=dev-python/numeric-22 dev-python/numarray >=media-libs/freetype-2.1.7 media-libs/libpng sys-libs/zlib gtk? ( >=dev-python/pygtk-1.99.16 ) !dev-python/pytz !dev-python/python-dateutil" src_install() { distutils_src_install if use doc ; then insinto /usr/share/doc/${PF}/examples doins examples/*.py examples/README insinto /usr/share/doc/${PF}/examples/data doins examples/data/*.dat fi }