Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 489332
Collapse All | Expand All

(-)/usr/portage/app-office/openerp-client/openerp-client-5.0.15-r1.ebuild (-2 / +10 lines)
Lines 9-23 Link Here
9
9
10
DESCRIPTION="Open Source ERP & CRM"
10
DESCRIPTION="Open Source ERP & CRM"
11
HOMEPAGE="http://www.openerp.com/"
11
HOMEPAGE="http://www.openerp.com/"
12
SRC_URI="http://www.openerp.com/download/stable/source/${P}.tar.gz"
12
SRC_URI="http://nightly.openerp.com/6.1/releases/${P}-latest.tar.gz"
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="amd64 x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE=""
17
IUSE=""
18
18
19
CDEPEND="dev-python/matplotlib[gtk]
19
CDEPEND="dev-python/matplotlib[gtk]
20
	dev-python/egenix-mx-base
20
	dev-python/egenix-mx-base
21
	dev-python/lxml
22
	media-gfx/pydot
21
	x11-libs/hippo-canvas[python]"
23
	x11-libs/hippo-canvas[python]"
22
24
23
RDEPEND="${CDEPEND}"
25
RDEPEND="${CDEPEND}"
Lines 28-34 Link Here
28
	python_pkg_setup
30
	python_pkg_setup
29
}
31
}
30
32
33
src_compile() {
34
	cd "${P}-20131023-234716"
35
	distutils_src_compile
36
}
37
31
src_install() {
38
src_install() {
39
	cd "${P}-20131023-234716"
32
	distutils_src_install
40
	distutils_src_install
33
	rm "${ED}usr/bin/openerp-client"
41
	rm "${ED}usr/bin/openerp-client"
34
	dobin "${FILESDIR}/openerp-client"
42
	dobin "${FILESDIR}/openerp-client"

Return to bug 489332