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

(-)vtk-8.1.0-r3.ebuild (-7 / +7 lines)
Lines 1-3 Link Here
1
# Copyright 1999-2018 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
Lines 125-137 Link Here
125
src_prepare() {
125
src_prepare() {
126
	local x
126
	local x
127
	# missing: VPIC freerange libproj4 mrmpi sqlite utf8 verdict xmdf2 xmdf3
127
	# missing: VPIC freerange libproj4 mrmpi sqlite Twisted txaio utf8 verdict xmdf2 xmdf3 ZopeInterface
128
	for x in constantly expat freetype hdf5 hyperlink incremental jpeg jsoncpp libharu libxml2 lz4 netcdf oggtheora png tiff Twisted txaio zlib ZopeInterface; do
128
	for x in expat freetype hdf5 jpeg jsoncpp libharu libxml2 lz4 netcdf png tiff zlib; do
129
		ebegin "Dropping bundled ${x}"
129
		ebegin "Dropping bundled ${x}"
130
		rm -r ThirdParty/${x}/vtk${x} || die
130
		rm -r ThirdParty/${x}/vtk${x} || die
131
		eend $?
131
		eend $?
132
	done
132
	done
133
	rm -r \
133
	#rm -r \
134
		ThirdParty/AutobahnPython/vtkAutobahn \
134
	#	ThirdParty/AutobahnPython/vtkAutobahn \
135
		|| die
135
	#	|| die
136
136
137
	if use doc; then
137
	if use doc; then
Lines 301-305 Link Here
301
		# install Tcl docs
301
		# install Tcl docs
302
		docinto vtk_tcl
302
		docinto vtk_tcl
303
		dodoc Wrapping/Tcl/README
303
		#dodoc Wrapping/Tcl/README
304
		docinto .
304
		docinto .
305
	fi
305
	fi

Return to bug 684008