# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.1.ebuild,v 1.2 2012/02/28 00:44:06 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit distutils DESCRIPTION="Collection of python tools for astronomy" HOMEPAGE="http://www.astro.rug.nl/software/kapteyn" SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sci-astronomy/wcslib-4.7 dev-python/numpy" RDEPEND="${DEPEND}" src_install() { distutils_src_install dodoc doc/${PN}.pdf || die }