From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7F5B1382C5 for ; Wed, 2 Jun 2021 01:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B7A3E0815; Wed, 2 Jun 2021 01:24:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1651E0815 for ; Wed, 2 Jun 2021 01:24:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A598A340F5C for ; Wed, 2 Jun 2021 01:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 080DE791 for ; Wed, 2 Jun 2021 01:24:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622597003.4342b5087bd84cbe64de318c152b5425ec7f8d7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-9.0.1.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4342b5087bd84cbe64de318c152b5425ec7f8d7b X-VCS-Branch: master Date: Wed, 2 Jun 2021 01:24:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 923be501-5050-46bb-8696-aa5fc4be6d9c X-Archives-Hash: 1f54b17c5ca4b7b821d52b000d9e3d8e commit: 4342b5087bd84cbe64de318c152b5425ec7f8d7b Author: Sam James gentoo org> AuthorDate: Wed Jun 2 01:23:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 2 01:23:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4342b508 sci-libs/vtk: delete README from bundled vtkm for now Avoids collision with paraview. We'll ideally try to get paraview building with system VTK again but VTK takes a while to build so anything to prevent collisions for users now is important while we investigate that possibility. Bug: https://bugs.gentoo.org/253881 Bug: https://bugs.gentoo.org/793221 Signed-off-by: Sam James gentoo.org> sci-libs/vtk/vtk-9.0.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sci-libs/vtk/vtk-9.0.1.ebuild b/sci-libs/vtk/vtk-9.0.1.ebuild index 848e2fce63d..8c86ad38458 100644 --- a/sci-libs/vtk/vtk-9.0.1.ebuild +++ b/sci-libs/vtk/vtk-9.0.1.ebuild @@ -515,6 +515,11 @@ src_install() { doenvd "${T}"/40${PN} use web && webapp_src_install + + # Temporary! + # Avoid collision with paraview. + # bug #793221 + rm -rf "${ED}"/usr/share/vtkm-1.5/VTKm{LICENSE.txt,README.md} || die } # webapp.eclass exports these but we want it optional #534036