# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Provides arbitrary precision floating point and rational numbers to Python" SRC_URI="http://downloads.sourceforge.net/calcrpnpy/${P}.tar.gz" HOMEPAGE="http://calcrpnpy.sourceforge.net/clnum.html" RDEPEND=">=dev-lang/python-2.4 >=sci-libs/cln-1.1.13" IUSE="" SLOT="0" KEYWORDS="~x86" LICENSE="GPL-2" src_install() { distutils_src_install insinto /usr/share/doc/${PF} doins clnumManual.html }