# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.5.1a.ebuild,v 1.1 2007/02/10 12:08:19 lucass Exp $ NEED_PYTHON=2.3 inherit distutils MY_P="cython-${PV}" DESCRIPTION="A language for writing Python extension modules" HOMEPAGE="http://www.cython.org" SRC_URI="http://www.cython.org/${MY_P}.tgz" LICENSE="as-is PYTHON" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="examples" S="${WORKDIR}/${MY_P}" PYTHON_MODNAME="cython" src_install() { DOCS="CHANGES.txt INSTALL.txt ToDo.txt USAGE.txt LICENSE.txt CHANGES_pyrex.txt" distutils_src_install dohtml -A c -r Doc/* if use examples; then insinto /usr/share/doc/${PF} doins -r Demos fi }