# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit distutils versionator DESCRIPTION="Invoice Module" HOMEPAGE="http://www.tryton.org/" SRC_URI="http://downloads.tryton.org/$(get_version_component_range 1-2)/trytond_${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools" RDEPEND="=app-office/trytond-1.2* =app-tryton/party-1.2* =app-tryton/currency-1.2* =app-tryton/company-1.2* =app-tryton/product-1.2* =app-tryton/account-1.2* =app-tryton/account_product-1.2*" RESTRICT_PYTHON_ABIS="3.*" S=${WORKDIR}/trytond_${P} PYTHON_MODNAME="trytond/modules/${PN}" src_install() { distutils_src_install dodoc CHANGELOG COPYRIGHT INSTALL README }