# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild,v 1.1 2007/07/21 16:07:33 hawking Exp $ inherit distutils eutils MY_P=${P/python/python2} S=${WORKDIR}/${MY_P} DESCRIPTION="A Python module for creating publication-quality 2D scientific plots." SRC_URI="mirror://sourceforge/biggles/${MY_P}.tar.gz" HOMEPAGE="http://biggles.sourceforge.net/" DEPEND="~media-libs/plotutils-2.4.1 dev-python/numpy" IUSE="" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" LICENSE="GPL-2" PYTHON_MODNAME=biggles src_unpack() { distutils_src_unpack epatch "${FILESDIR}/${P}-numpy.patch" } src_install() { distutils_src_install dodir /usr/share/doc/${PF}/examples cp -r examples/* ${D}/usr/share/doc/${PF}/examples } pkg_postinst() { ewarn "This version uses numpy instead of the numeric module." ewarn "If this causes any unforeseen problems please file a bug on" ewarn "http://bugs.gentoo.org." }