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 3EB6D138359 for ; Mon, 24 Aug 2020 13:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE568E087A; Mon, 24 Aug 2020 13:42:41 +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 C55A9E087A for ; Mon, 24 Aug 2020 13:42:41 +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 597EA340D22 for ; Mon, 24 Aug 2020 13:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19CF333D for ; Mon, 24 Aug 2020 13:42:37 +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: <1598276514.59dc07c51f1fa0b7d092f5696c62da83349e8c7f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openvdb/metadata.xml media-gfx/openvdb/openvdb-5.2.0-r1.ebuild media-gfx/openvdb/openvdb-6.2.1.ebuild X-VCS-Directories: media-gfx/openvdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59dc07c51f1fa0b7d092f5696c62da83349e8c7f X-VCS-Branch: master Date: Mon, 24 Aug 2020 13:42:37 +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: eec4ca12-4b66-4786-8473-08c9d3b99816 X-Archives-Hash: d56a1b8cb61acea4f4e099c8bb491fe0 commit: 59dc07c51f1fa0b7d092f5696c62da83349e8c7f Author: Adrian Grigo yahoo com au> AuthorDate: Wed Aug 19 22:03:58 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 24 13:41:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59dc07c5 media-gfx/openvdb: Remove support for ABI3 from openvdb 6 Openvdb 6 deprecated ABI 3. Support for it has been removed. Openvdb 6 supports ABI 4 to 6. ABI 3 is still available in Openvdb 4 and 5. Signed-off-by: Adrian Grigo yahoo.com.au> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> media-gfx/openvdb/metadata.xml | 2 +- media-gfx/openvdb/openvdb-5.2.0-r1.ebuild | 3 ++- media-gfx/openvdb/openvdb-6.2.1.ebuild | 8 +++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/media-gfx/openvdb/metadata.xml b/media-gfx/openvdb/metadata.xml index 7d62609da7c..aac3bf03086 100644 --- a/media-gfx/openvdb/metadata.xml +++ b/media-gfx/openvdb/metadata.xml @@ -18,7 +18,7 @@ Build pyopenvdb with support for dev-python/numpy - + Disables newer features to maintain compatibility with ABI3. diff --git a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild index 5871d41b900..744922c69e8 100644 --- a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild +++ b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild @@ -54,7 +54,8 @@ DEPEND="${RDEPEND} ) test? ( dev-util/cppunit )" -PATCHES=( "${FILESDIR}/${P}-use-gnuinstalldirs.patch" +PATCHES=( + "${FILESDIR}/${P}-use-gnuinstalldirs.patch" "${FILESDIR}/${P}-use-pkgconfig-for-ilmbase-and-openexr.patch" "${FILESDIR}/${PN}-4.0.2-fix-const-correctness-for-unittest.patch" "${FILESDIR}/${PN}-4.0.2-fix-build-docs.patch" diff --git a/media-gfx/openvdb/openvdb-6.2.1.ebuild b/media-gfx/openvdb/openvdb-6.2.1.ebuild index e9fd355cdf5..11a4fd54333 100644 --- a/media-gfx/openvdb/openvdb-6.2.1.ebuild +++ b/media-gfx/openvdb/openvdb-6.2.1.ebuild @@ -15,12 +15,12 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="abi3-compat abi4-compat abi5-compat abi6-compat doc python test" +IUSE="abi4-compat abi5-compat abi6-compat doc python test" RESTRICT="!test? ( test )" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) - ^^ ( abi3-compat abi4-compat abi5-compat abi6-compat ) + ^^ ( abi4-compat abi5-compat abi6-compat ) " RDEPEND=" @@ -71,9 +71,7 @@ src_configure() { local myprefix="${EPREFIX}/usr/" local version - if use abi3-compat; then - version=3 - elif use abi4-compat; then + if use abi4-compat; then version=4 elif use abi5-compat; then version=5