# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit distutils versionator DESCRIPTION="Analytic Sale" 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-$(get_version_component_range 1-2)* =app-tryton/sale-$(get_version_component_range 1-2)* =app-tryton/analytic_account-$(get_version_component_range 1-2)* =app-tryton/analytic_invoice-$(get_version_component_range 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 }