# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="A Python interface for the GNU scientific library (gsl)." HOMEPAGE="http://pygsl.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.2 >=sci-libs/gsl-1.5 dev-python/numeric" src_install() { distutils_src_install insinto /usr/share/doc/${PF}/examples doins examples/* }