# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.1.0.ebuild,v 1.2 2005/11/28 11:25:24 marienz Exp $ inherit distutils eutils DESCRIPTION="Kiwi is a library designed to make developing python graphical applications as easy as possible." SRC_URI="http://www.async.com.br/projects/kiwi/download/kiwi-1.9.3.tar.gz" HOMEPAGE="http://http://www.async.com.br/projects/kiwi//" DEPEND=">=dev-lang/python-2.3" IUSE="" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" src_unpack() { unpack ${A} || die cd ${S} } src_install() { distutils_src_install insinto /usr/share/doc/${P} doins -r examples insinto /usr/share/${PN} doins -r tests } src_test() { cd tests python run_all_tests.py || die "Test failed." }