From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Mon, 24 Aug 2020 13:42:37 +0000 (UTC) [thread overview]
Message-ID: <1598276514.59dc07c51f1fa0b7d092f5696c62da83349e8c7f.sam@gentoo> (raw)
commit: 59dc07c51f1fa0b7d092f5696c62da83349e8c7f
Author: Adrian Grigo <agrigo2001 <AT> yahoo <DOT> com <DOT> au>
AuthorDate: Wed Aug 19 22:03:58 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <agrigo2001 <AT> yahoo.com.au>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> 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 @@
<flag restrict=">=media-gfx/openvdb-7.0.0" name="numpy">
Build pyopenvdb with support for <pkg>dev-python/numpy</pkg>
</flag>
- <flag restrict="<=media-gfx/openvdb-7.0.0" name="abi3-compat">
+ <flag restrict="<=media-gfx/openvdb-6.0.0" name="abi3-compat">
Disables newer features to maintain compatibility with ABI3.
</flag>
<flag restrict="<=media-gfx/openvdb-7.0.0" name="abi4-compat">
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
next reply other threads:[~2020-08-24 13:42 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-24 13:42 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 22:19 [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/ Conrad Kostecki
2024-05-28 17:01 Sam James
2024-04-13 17:36 Sam James
2024-04-05 1:21 Sam James
2024-02-20 13:42 Joonas Niilola
2023-02-01 18:38 Sam James
2023-02-01 5:15 Michał Górny
2022-09-29 19:58 Matthew Smith
2022-09-25 1:27 Sam James
2022-02-28 7:06 Yixun Lan
2022-02-28 5:21 Sam James
2022-02-23 2:20 Sam James
2022-02-23 2:19 Sam James
2022-02-20 21:10 Sam James
2022-02-20 21:10 Sam James
2022-02-20 21:10 Sam James
2022-02-18 22:48 Sam James
2022-02-16 19:28 Sam James
2021-12-04 1:10 Sam James
2021-10-31 8:42 Sam James
2021-10-31 8:40 Sam James
2021-10-31 8:38 Sam James
2021-10-31 8:38 Sam James
2021-10-31 7:17 Sam James
2021-10-31 5:53 Sam James
2021-10-31 2:21 Sam James
2021-10-31 2:20 Sam James
2021-10-31 2:20 Sam James
2021-10-31 2:19 Sam James
2021-10-31 2:19 Sam James
2021-10-31 2:19 Sam James
2021-10-31 2:19 Sam James
2021-10-30 17:25 Sam James
2021-10-29 22:23 Sam James
2021-10-26 11:13 Sam James
2021-06-10 0:51 Sam James
2021-03-05 18:39 Sam James
2021-02-22 7:12 Sam James
2021-01-25 14:16 Sam James
2020-12-21 18:07 Sam James
2020-11-08 10:29 Sam James
2020-10-15 15:58 Sam James
2020-08-25 18:06 Sam James
2020-08-25 18:03 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-08-24 13:42 Sam James
2020-03-01 18:36 Matthias Maier
2020-02-09 16:29 Michał Górny
2020-01-16 6:39 Michał Górny
2019-09-13 15:43 Michał Górny
2019-06-06 20:33 Andreas Sturmlechner
2019-05-25 8:52 Mikle Kolyada
2019-03-18 22:53 Patrice Clement
2018-08-14 11:39 Jonathan Scruggs
2018-08-07 17:05 Jonathan Scruggs
2018-03-30 16:04 Aaron Bauman
2018-01-27 17:19 Jonathan Scruggs
2017-09-23 8:38 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1598276514.59dc07c51f1fa0b7d092f5696c62da83349e8c7f.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox