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

(-)numpy-1.3.0-r1.ebuild (-1 / +1 lines)
Lines 122-128 Link Here
122
src_install() {
122
src_install() {
123
	distutils_src_install ${NUMPY_FCONFIG}
123
	distutils_src_install ${NUMPY_FCONFIG}
124
	dodoc THANKS.txt DEV_README.txt COMPATIBILITY
124
	dodoc THANKS.txt DEV_README.txt COMPATIBILITY
125
	rm -f "${ED}"/usr/lib/python*/site-packages/numpy/*.txt || die
125
	rm -f "${D}"/usr/lib/python*/site-packages/numpy/*.txt || die
126
	docinto f2py
126
	docinto f2py
127
	dodoc numpy/f2py/docs/*.txt || die "dodoc f2py failed"
127
	dodoc numpy/f2py/docs/*.txt || die "dodoc f2py failed"
128
	doman numpy/f2py/f2py.1 || die "doman failed"
128
	doman numpy/f2py/f2py.1 || die "doman failed"

Return to bug 288476