Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/clfft/
Date: Wed, 26 Jan 2022 17:48:42
Message-Id: 1643194536.742ead5411f244924e1c456d4faf682977ea847e.andrewammerlaan@gentoo
1 commit: 742ead5411f244924e1c456d4faf682977ea847e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 26 10:55:36 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 26 10:55:36 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=742ead54
7
8 sci-libs/clfft: remove underscore from use flag
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-libs/clfft/{clfft-2.12.2.ebuild => clfft-2.12.2-r1.ebuild} | 8 ++++----
14 sci-libs/clfft/clfft-9999.ebuild | 8 ++++----
15 sci-libs/clfft/metadata.xml | 2 +-
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/sci-libs/clfft/clfft-2.12.2.ebuild b/sci-libs/clfft/clfft-2.12.2-r1.ebuild
19 similarity index 87%
20 rename from sci-libs/clfft/clfft-2.12.2.ebuild
21 rename to sci-libs/clfft/clfft-2.12.2-r1.ebuild
22 index 9cfbc7f8a..8be3d24d0 100644
23 --- a/sci-libs/clfft/clfft-2.12.2.ebuild
24 +++ b/sci-libs/clfft/clfft-2.12.2-r1.ebuild
25 @@ -1,7 +1,7 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=7
31 +EAPI=8
32
33 MY_PN="clFFT"
34
35 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/clMathLibraries/${MY_PN}/archive/v${PV}.tar.gz -> ${
36 LICENSE="Apache-2.0"
37 SLOT="0"
38 KEYWORDS="~amd64"
39 -IUSE="callback_client +client test"
40 +IUSE="callback-client +client test"
41
42 RDEPEND="
43 virtual/opencl
44 @@ -38,7 +38,7 @@ S="${WORKDIR}/${MY_PN}-${PV}/src"
45
46 src_configure() {
47 local mycmakeargs=(
48 - -DBUILD_CALLBACK_CLIENT="$(usex callback_client)"
49 + -DBUILD_CALLBACK_CLIENT="$(usex callback-client)"
50 -DBUILD_CLIENT="$(usex client)"
51 -DBUILD_TEST="$(usex test)"
52 -DBoost_USE_STATIC_LIBS=OFF
53
54 diff --git a/sci-libs/clfft/clfft-9999.ebuild b/sci-libs/clfft/clfft-9999.ebuild
55 index d78fc3e9e..10e6ed148 100644
56 --- a/sci-libs/clfft/clfft-9999.ebuild
57 +++ b/sci-libs/clfft/clfft-9999.ebuild
58 @@ -1,7 +1,7 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 +# Copyright 1999-2022 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 -EAPI=7
64 +EAPI=8
65
66 MY_PN="clFFT"
67
68 @@ -21,7 +21,7 @@ EGIT_BRANCH="develop"
69
70 LICENSE="Apache-2.0"
71 SLOT="0"
72 -IUSE="callback_client +client test"
73 +IUSE="callback-client +client test"
74
75 RDEPEND="
76 virtual/opencl
77 @@ -40,7 +40,7 @@ S="${WORKDIR}/${P}/src"
78
79 src_configure() {
80 local mycmakeargs=(
81 - -DBUILD_CALLBACK_CLIENT="$(usex callback_client)"
82 + -DBUILD_CALLBACK_CLIENT="$(usex callback-client)"
83 -DBUILD_CLIENT="$(usex client)"
84 -DBUILD_TEST="$(usex test)"
85 -DBoost_USE_STATIC_LIBS=OFF
86
87 diff --git a/sci-libs/clfft/metadata.xml b/sci-libs/clfft/metadata.xml
88 index e353d590c..911f5977b 100644
89 --- a/sci-libs/clfft/metadata.xml
90 +++ b/sci-libs/clfft/metadata.xml
91 @@ -18,7 +18,7 @@ clFFT is part of the clMath sofware library, which is the
92 successor of APPML.
93 </longdescription>
94 <use>
95 - <flag name="callback_client">
96 + <flag name="callback-client">
97 Build a command line clFFT client program that tests callback functionality.
98 </flag>
99 <flag name="client">