# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_P="Delny-${PV/_alpha/a}" DESCRIPTION="some Python modules for Delaunay triangulation" HOMEPAGE="http://www.soton.ac.uk/~fb102/Python/" SRC_URI="http://www.soton.ac.uk/~fb102/Python/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python media-libs/qhull" S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-qhull-3.1.patch" }