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

(-)graph-tool-9999.ebuild (-4 / +8 lines)
Lines 5-11 Link Here
5
EAPI=5
5
EAPI=5
6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
7
7
8
inherit check-reqs eutils toolchain-funcs python-r1
8
inherit check-reqs eutils toolchain-funcs python-r1 autotools
9
9
10
if [[ ${PV} == "9999" ]] ; then
10
if [[ ${PV} == "9999" ]] ; then
11
	EGIT_REPO_URI="git://git.skewed.de/graph-tool"
11
	EGIT_REPO_URI="git://git.skewed.de/graph-tool"
Lines 54-63 Link Here
54
src_prepare() {
54
src_prepare() {
55
	>py-compile
55
	>py-compile
56
	python_copy_sources
56
	python_copy_sources
57
58
	eautoreconf
59
	python_foreach_impl run_in_build_dir \
60
		eautoreconf
57
}
61
}
58
62
59
src_configure() {
63
src_configure() {
60
	python_parallel_foreach_impl run_in_build_dir \
64
	python_foreach_impl run_in_build_dir \
61
		econf \
65
		econf \
62
			--disable-static \
66
			--disable-static \
63
			--disable-optimization \
67
			--disable-optimization \
Lines 66-76 Link Here
66
}
70
}
67
71
68
src_compile() {
72
src_compile() {
69
	python_parallel_foreach_impl run_in_build_dir default
73
	python_foreach_impl run_in_build_dir default
70
}
74
}
71
75
72
src_install() {
76
src_install() {
73
	python_parallel_foreach_impl run_in_build_dir default
77
	python_foreach_impl run_in_build_dir default
74
	prune_libtool_files --modules
78
	prune_libtool_files --modules
75
79
76
	# remove unwanted extra docs
80
	# remove unwanted extra docs

Return to bug 536810