Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Mon, 24 Aug 2020 13:42:40
Message-Id: 1598276509.3c56c123b69155630847109905b2aa249a5856f9.sam@gentoo
1 commit: 3c56c123b69155630847109905b2aa249a5856f9
2 Author: Adrian Grigo <agrigo2001 <AT> yahoo <DOT> com <DOT> au>
3 AuthorDate: Tue Aug 18 00:24:09 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 13:41:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c56c123
7
8 media-gfx/openvdb: Update to EAPI 7 and switch to cmake eclass
9
10 The minimum set of changes to pass repoman checks is to update
11 to EAPI 7 and switch the cmake-utils eclass to cmake
12
13 Signed-off-by: Adrian Grigo <agrigo2001 <AT> yahoo.com.au>
14 Package-Manager: Portage-2.3.103, Repoman-2.3.23
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-gfx/openvdb/openvdb-4.0.2-r3.ebuild | 6 +++---
18 media-gfx/openvdb/openvdb-5.2.0-r1.ebuild | 6 +++---
19 2 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild
22 index 221e3108611..1996c6be2df 100644
23 --- a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild
24 +++ b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild
25 @@ -1,11 +1,11 @@
26 # Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=6
30 +EAPI=7
31
32 PYTHON_COMPAT=( python3_6 )
33
34 -inherit cmake-utils flag-o-matic python-single-r1
35 +inherit cmake flag-o-matic python-single-r1
36
37 DESCRIPTION="Libs for the efficient manipulation of volumetric data"
38 HOMEPAGE="https://www.openvdb.org"
39 @@ -85,5 +85,5 @@ src_configure() {
40 use python && mycmakeargs+=( -DPYOPENVDB_INSTALL_DIRECTORY="$(python_get_sitedir)" )
41 use test && mycmakeargs+=( -DCPPUNIT_LOCATION="${myprefix}" )
42
43 - cmake-utils_src_configure
44 + cmake_src_configure
45 }
46
47 diff --git a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild
48 index 2f2eb78d9fc..3955290220b 100644
49 --- a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild
50 +++ b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild
51 @@ -1,11 +1,11 @@
52 # Copyright 1999-2020 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 -EAPI=6
56 +EAPI=7
57
58 PYTHON_COMPAT=( python3_6 )
59
60 -inherit cmake-utils flag-o-matic python-single-r1
61 +inherit cmake flag-o-matic python-single-r1
62
63 DESCRIPTION="Libs for the efficient manipulation of volumetric data"
64 HOMEPAGE="https://www.openvdb.org"
65 @@ -78,5 +78,5 @@ src_configure() {
66 use python && mycmakeargs+=( -DPYOPENVDB_INSTALL_DIRECTORY="$(python_get_sitedir)" )
67 use test && mycmakeargs+=( -DCPPUNIT_LOCATION="${myprefix}" )
68
69 - cmake-utils_src_configure
70 + cmake_src_configure
71 }