# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python DESCRIPTION="a Python web application framework built on modpython and Apache. It can also run in standalone mode using its own builtin HTTP server. " HOMEPAGE="http://translate.sourceforge.net" SRC_URI="http://translate.sourceforge.net/snapshots/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/python" RDEPEND="virtual/python >=dev-python/kid-0.9.3" src_install () { ./jToolkitSetup.py install --root=${D} } pkg_postrm() { python_mod_cleanup }