# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Web application framework based on mod_python or its own HTTP server" HOMEPAGE="http://jtoolkit.sourceforge.net" SRC_URI="mirror://sourceforge/jtoolkit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-python/kid-0.9.3" src_unpack() { unpack ${A} # Hack to use distutils_src_install mv "${S}/jToolkitSetup.py" "${S}/setup.py" || die }