# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit distutils MY_PV=${PV/_/-} DESCRIPTION="Offline translation and localization program working internally with XLIFF." HOMEPAGE="https://sourceforge.net/projects/wordforge2/" SRC_URI="mirror://sourceforge/wordforge2/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/lxml dev-python/pyenchant dev-python/python-levenshtein dev-python/PyQt4 sys-devel/gettext" DEPEND="" S="${WORKDIR}"/${PN}-${MY_PV}