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 6979313933E for ; Wed, 7 Jul 2021 20:05:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9460DE0D6C; Wed, 7 Jul 2021 20:05:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7C628E0D6C for ; Wed, 7 Jul 2021 20:05:55 +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 2BF2A33BEF8 for ; Wed, 7 Jul 2021 20:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF032720 for ; Wed, 7 Jul 2021 20:05:50 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1625688284.33e9d55403254a688035003145520574f27f1b7d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-8.2.0-r4.ebuild sci-libs/vtk/vtk-9.0.1.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 33e9d55403254a688035003145520574f27f1b7d X-VCS-Branch: master Date: Wed, 7 Jul 2021 20:05:50 +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: 62489ede-4c17-4866-aeb3-14d0cdb1d81a X-Archives-Hash: c320c7faca64f713069360ac7eabc3c4 commit: 33e9d55403254a688035003145520574f27f1b7d Author: Bernd Waibel posteo net> AuthorDate: Tue Jul 6 19:25:15 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jul 7 20:04:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e9d554 sci-libs/vtk: add subslot Add a subslot to trigger automatic rebuilds on consumers on up- or downgrades of the package. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernd Waibel posteo.net> Signed-off-by: Ionen Wolkens gentoo.org> sci-libs/vtk/vtk-8.2.0-r4.ebuild | 16 ++++++++-------- sci-libs/vtk/vtk-9.0.1.ebuild | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-libs/vtk/vtk-8.2.0-r4.ebuild b/sci-libs/vtk/vtk-8.2.0-r4.ebuild index 5573bf1a4a7..2051e4d46bd 100644 --- a/sci-libs/vtk/vtk-8.2.0-r4.ebuild +++ b/sci-libs/vtk/vtk-8.2.0-r4.ebuild @@ -8,21 +8,21 @@ WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes # Short package version -SPV="$(ver_cut 1-2)" +MY_PV="$(ver_cut 1-2)" inherit flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils toolchain-funcs cmake virtualx webapp DESCRIPTION="The Visualization Toolkit" HOMEPAGE="https://www.vtk.org/" SRC_URI=" - https://www.vtk.org/files/release/${SPV}/VTK-${PV}.tar.gz - doc? ( https://www.vtk.org/files/release/${SPV}/vtkDocHtml-${PV}.tar.gz ) + https://www.vtk.org/files/release/${MY_PV}/VTK-${PV}.tar.gz + doc? ( https://www.vtk.org/files/release/${MY_PV}/vtkDocHtml-${PV}.tar.gz ) examples? ( - https://www.vtk.org/files/release/${SPV}/VTKData-${PV}.tar.gz - https://www.vtk.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz + https://www.vtk.org/files/release/${MY_PV}/VTKData-${PV}.tar.gz + https://www.vtk.org/files/release/${MY_PV}/VTKLargeData-${PV}.tar.gz )" LICENSE="BSD LGPL-2" -SLOT="0" +SLOT="0/${MY_PV}" KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="all-modules aqua boost doc examples ffmpeg gdal imaging java json mpi mysql odbc offscreen postgres python qt5 R rendering tbb tcl theora tk @@ -181,7 +181,7 @@ src_configure() { -Wno-dev -DVTK_DIR="${S}" -DVTK_INSTALL_LIBRARY_DIR=$(get_libdir) - -DVTK_INSTALL_PACKAGE_DIR="$(get_libdir)/cmake/${PN}-${SPV}" + -DVTK_INSTALL_PACKAGE_DIR="$(get_libdir)/cmake/${PN}-${MY_PV}" -DVTK_INSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" -DVTK_DATA_ROOT="${EPREFIX}/usr/share/${PN}/data" -DVTK_CUSTOM_LIBRARY_SUFFIX="" @@ -357,7 +357,7 @@ src_install() { # environment cat >> "${T}"/40${PN} <<- EOF || die VTK_DATA_ROOT=${EPREFIX}/usr/share/${PN}/data - VTK_DIR=${EPREFIX}/usr/$(get_libdir)/${PN}-${SPV} + VTK_DIR=${EPREFIX}/usr/$(get_libdir)/${PN}-${MY_PV} VTKHOME=${EPREFIX}/usr EOF doenvd "${T}"/40${PN} diff --git a/sci-libs/vtk/vtk-9.0.1.ebuild b/sci-libs/vtk/vtk-9.0.1.ebuild index 8c86ad38458..fde829fd737 100644 --- a/sci-libs/vtk/vtk-9.0.1.ebuild +++ b/sci-libs/vtk/vtk-9.0.1.ebuild @@ -30,7 +30,7 @@ SRC_URI=" S="${WORKDIR}/VTK-${PV}" LICENSE="BSD LGPL-2" -SLOT="0" +SLOT="0/${MY_PV}" KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" # Note: external xdmf2 has no recognized target IUSE="+X all-modules boost cuda doc examples ffmpeg gdal imaging java