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

(-)vmd-1.8.7-r1.ebuild.old (-4 / +4 lines)
Lines 98-107 Link Here
98
		-i configure || die "failed to set up netcdf"
98
		-i configure || die "failed to set up netcdf"
99
99
100
	local NUMPY_INCLUDE="numpy/core/include"
100
	local NUMPY_INCLUDE="numpy/core/include"
101
	sed -e "s:gentoo-python-include:$(python_get_includedir):" \
101
	sed -e "s:gentoo-python-include:${EPREFIX}$(python_get_includedir):" \
102
		-e "s:gentoo-python-lib:$(python_get_libdir):" \
102
		-e "s:gentoo-python-lib:${EPREFIX}$(python_get_libdir):" \
103
		-e "s:gentoo-python-link:$(PYTHON):" \
103
		-e "s:gentoo-python-link:$(PYTHON):" \
104
		-e "s:gentoo-numpy-include:$(python_get_sitedir)/${NUMPY_INCLUDE}:" \
104
		-e "s:gentoo-numpy-include:${EPREFIX}$(python_get_sitedir)/${NUMPY_INCLUDE}:" \
105
		-i configure || die "failed setting up python"
105
		-i configure || die "failed setting up python"
106
106
107
	sed -e "s:LINUXPPC:LINUX:g" \
107
	sed -e "s:LINUXPPC:LINUX:g" \
Lines 137-143 Link Here
137
src_install() {
137
src_install() {
138
	# install plugins
138
	# install plugins
139
	cd "${WORKDIR}"/plugins
139
	cd "${WORKDIR}"/plugins
140
	PLUGINDIR=${D}/usr/$(get_libdir)/${PN}/plugins make distrib || \
140
	PLUGINDIR=${ED}/usr/$(get_libdir)/${PN}/plugins make distrib || \
141
		die "failed to install plugins"
141
		die "failed to install plugins"
142
142
143
	# install vmd
143
	# install vmd

Return to bug 327517