--- /usr/portage/app-office/openerp-client/openerp-client-5.0.15-r1.ebuild 2011-04-08 15:35:19.000000000 -0700 +++ openerp-client-6.1.ebuild 2013-10-24 23:48:01.903857814 -0700 @@ -9,15 +9,17 @@ DESCRIPTION="Open Source ERP & CRM" HOMEPAGE="http://www.openerp.com/" -SRC_URI="http://www.openerp.com/download/stable/source/${P}.tar.gz" +SRC_URI="http://nightly.openerp.com/6.1/releases/${P}-latest.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND="dev-python/matplotlib[gtk] dev-python/egenix-mx-base + dev-python/lxml + media-gfx/pydot x11-libs/hippo-canvas[python]" RDEPEND="${CDEPEND}" @@ -28,7 +30,13 @@ python_pkg_setup } +src_compile() { + cd "${P}-20131023-234716" + distutils_src_compile +} + src_install() { + cd "${P}-20131023-234716" distutils_src_install rm "${ED}usr/bin/openerp-client" dobin "${FILESDIR}/openerp-client"