--- vtk-8.1.0-r3.ebuild 2018-10-27 16:39:29.000000000 +0200 +++ vtk-8.2.0.ebuild 2019-04-21 15:36:55.990125283 +0200 @@ -1,3 +1,3 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 @@ -125,13 +125,13 @@ src_prepare() { local x - # missing: VPIC freerange libproj4 mrmpi sqlite utf8 verdict xmdf2 xmdf3 - for x in constantly expat freetype hdf5 hyperlink incremental jpeg jsoncpp libharu libxml2 lz4 netcdf oggtheora png tiff Twisted txaio zlib ZopeInterface; do + # missing: VPIC freerange libproj4 mrmpi sqlite Twisted txaio utf8 verdict xmdf2 xmdf3 ZopeInterface + for x in expat freetype hdf5 jpeg jsoncpp libharu libxml2 lz4 netcdf png tiff zlib; do ebegin "Dropping bundled ${x}" rm -r ThirdParty/${x}/vtk${x} || die eend $? done - rm -r \ - ThirdParty/AutobahnPython/vtkAutobahn \ - || die + #rm -r \ + # ThirdParty/AutobahnPython/vtkAutobahn \ + # || die if use doc; then @@ -301,5 +301,5 @@ # install Tcl docs docinto vtk_tcl - dodoc Wrapping/Tcl/README + #dodoc Wrapping/Tcl/README docinto . fi