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

(-)/usr/portage/app-vim/youcompleteme/youcompleteme-99999999.ebuild (-3 / +1 lines)
Lines 36-42 Link Here
36
	dev-python/futures[${PYTHON_USEDEP}]
36
	dev-python/futures[${PYTHON_USEDEP}]
37
	dev-python/jedi[${PYTHON_USEDEP}]
37
	dev-python/jedi[${PYTHON_USEDEP}]
38
	dev-python/requests[${PYTHON_USEDEP}]
38
	dev-python/requests[${PYTHON_USEDEP}]
39
	dev-python/sh[${PYTHON_USEDEP}]
40
	dev-python/waitress[${PYTHON_USEDEP}]
39
	dev-python/waitress[${PYTHON_USEDEP}]
41
"
40
"
42
DEPEND="
41
DEPEND="
Lines 62-68 Link Here
62
		rm -r "${S}"/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}"
61
		rm -r "${S}"/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}"
63
	done
62
	done
64
	# Argparse is included in python 2.7
63
	# Argparse is included in python 2.7
65
	for third_party_module in argparse bottle jedi waitress sh requests; do
64
	for third_party_module in argparse bottle jedi waitress requests; do
66
		rm -r "${S}"/third_party/ycmd/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}"
65
		rm -r "${S}"/third_party/ycmd/third_party/${third_party_module} || die "Failed to remove third party module ${third_party_module}"
67
	done
66
	done
68
}
67
}
Lines 96-102 Link Here
96
	rm -r third_party/ycmd/{*.md,*.sh} || die
95
	rm -r third_party/ycmd/{*.md,*.sh} || die
97
	find python -name *test* -exec rm -rf {} + || die
96
	find python -name *test* -exec rm -rf {} + || die
98
	find "${S}" -name '.git*' -exec rm -rf {} + || die
97
	find "${S}" -name '.git*' -exec rm -rf {} + || die
99
	rm third_party/ycmd/libclang.so || die
100
98
101
	vim-plugin_src_install
99
	vim-plugin_src_install
102
100

Return to bug 559694