# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils DESCRIPTION="Python refactoring IDE" HOMEPAGE="http://pyglet.org" SRC_URI="http://pyglet.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RESTRICT="nomirror" DEPEND="" # S=${WORKDIR}/${P} src_install() { distutils_src_install dodoc README NOTICE LICENSE PKG-INFO CHANGELOG docinto docs dohtml docs/html/*.html docinto docs/programming_guide dohtml docs/programming_guide/*.html docinto docs/api dohtml docs/api/*.html }