# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils python DESCRIPTION="A portal that will enable you to manage your translation project, do web-based translation and offline translation" HOMEPAGE="http://translate.sourceforge.net" SRC_URI="mirror://sourceforge/translate/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/python" RDEPEND="virtual/python =dev-python/translate-toolkit-${PV} =dev-python/jToolkit-0.7.8 " src_install () { ./pootlesetup.py install --root=${D} } pkg_postrm() { python_mod_cleanup }