Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/roct-thunk-interface/
Date: Thu, 02 Jan 2020 12:49:00
Message-Id: 1577969332.c9c49d2a736f2475806eacae920e04d56285bf58.candrews@gentoo
1 commit: c9c49d2a736f2475806eacae920e04d56285bf58
2 Author: Wilfried Holzke <gentoo <AT> holzke <DOT> net>
3 AuthorDate: Thu Jan 2 11:08:37 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 12:48:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c49d2a
7
8 dev-libs/roct-thunk-interface: cmake-utils.eclass -> cmake.eclass
9
10 Signed-off-by: Wilfried Holzke <gentoo <AT> holzke.net>
11 Package-Manager: Portage-2.3.79, Repoman-2.3.16
12 Closes: https://github.com/gentoo/gentoo/pull/14215
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 .../roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild | 6 +++---
16 .../roct-thunk-interface/roct-thunk-interface-2.10.0.ebuild | 12 ++++++------
17 .../roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild | 10 +++++-----
18 .../roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild | 10 +++++-----
19 .../roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild | 10 +++++-----
20 .../roct-thunk-interface-2.9.0-r1.ebuild | 12 ++++++------
21 .../roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild | 12 ++++++------
22 .../roct-thunk-interface/roct-thunk-interface-9999.ebuild | 12 ++++++------
23 8 files changed, 42 insertions(+), 42 deletions(-)
24
25 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild
26 index ba407458247..2b55522fb86 100644
27 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild
28 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild
29 @@ -1,9 +1,9 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 +# Copyright 1999-2020 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=7
35
36 -inherit cmake-utils linux-info
37 +inherit cmake linux-info
38
39 if [[ ${PV} == *9999 ]] ; then
40 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
41 @@ -29,5 +29,5 @@ DEPEND="${RDEPEND}"
42
43 src_prepare() {
44 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
45 - cmake-utils_src_prepare
46 + cmake_src_prepare
47 }
48
49 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.10.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.10.0.ebuild
50 index 8309cffdc30..f3191cff1c2 100644
51 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.10.0.ebuild
52 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.10.0.ebuild
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2019 Gentoo Authors
55 +# Copyright 1999-2020 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59
60 -inherit cmake-utils linux-info
61 +inherit cmake linux-info
62
63 if [[ ${PV} == *9999 ]] ; then
64 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
65 @@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
66
67 src_prepare() {
68 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
69 - cmake-utils_src_prepare
70 + cmake_src_prepare
71 }
72 src_configure() {
73 local mycmakeargs=(
74 -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
75 -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
76 )
77 - cmake-utils_src_configure
78 + cmake_src_configure
79 }
80 src_compile() {
81 - cmake-utils_src_compile build-dev
82 + cmake_src_compile build-dev
83 }
84 src_install() {
85 - cmake-utils_src_install install-dev
86 + cmake_src_install install-dev
87 }
88
89 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild
90 index 69e6b7fe853..d5524e85d8c 100644
91 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild
92 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild
93 @@ -1,9 +1,9 @@
94 -# Copyright 1999-2019 Gentoo Authors
95 +# Copyright 1999-2020 Gentoo Authors
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI=7
99
100 -inherit cmake-utils linux-info
101 +inherit cmake linux-info
102
103 if [[ ${PV} == *9999 ]] ; then
104 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
105 @@ -32,11 +32,11 @@ DEPEND="${RDEPEND}"
106
107 src_prepare() {
108 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
109 - cmake-utils_src_prepare
110 + cmake_src_prepare
111 }
112 src_compile() {
113 - cmake-utils_src_compile build-dev
114 + cmake_src_compile build-dev
115 }
116 src_install() {
117 - cmake-utils_src_install install-dev
118 + cmake_src_install install-dev
119 }
120
121 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild
122 index e7eb6598584..34aec03c20b 100644
123 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild
124 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild
125 @@ -1,9 +1,9 @@
126 -# Copyright 1999-2019 Gentoo Authors
127 +# Copyright 1999-2020 Gentoo Authors
128 # Distributed under the terms of the GNU General Public License v2
129
130 EAPI=7
131
132 -inherit cmake-utils linux-info
133 +inherit cmake linux-info
134
135 if [[ ${PV} == *9999 ]] ; then
136 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
137 @@ -32,11 +32,11 @@ DEPEND="${RDEPEND}"
138
139 src_prepare() {
140 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
141 - cmake-utils_src_prepare
142 + cmake_src_prepare
143 }
144 src_compile() {
145 - cmake-utils_src_compile build-dev
146 + cmake_src_compile build-dev
147 }
148 src_install() {
149 - cmake-utils_src_install install-dev
150 + cmake_src_install install-dev
151 }
152
153 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild
154 index 454c65e73c1..651c8c64956 100644
155 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild
156 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild
157 @@ -1,9 +1,9 @@
158 -# Copyright 1999-2019 Gentoo Authors
159 +# Copyright 1999-2020 Gentoo Authors
160 # Distributed under the terms of the GNU General Public License v2
161
162 EAPI=7
163
164 -inherit cmake-utils linux-info
165 +inherit cmake linux-info
166
167 if [[ ${PV} == *9999 ]] ; then
168 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
169 @@ -32,11 +32,11 @@ DEPEND="${RDEPEND}"
170
171 src_prepare() {
172 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
173 - cmake-utils_src_prepare
174 + cmake_src_prepare
175 }
176 src_compile() {
177 - cmake-utils_src_compile build-dev
178 + cmake_src_compile build-dev
179 }
180 src_install() {
181 - cmake-utils_src_install install-dev
182 + cmake_src_install install-dev
183 }
184
185 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild
186 index 8309cffdc30..f3191cff1c2 100644
187 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild
188 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild
189 @@ -1,9 +1,9 @@
190 -# Copyright 1999-2019 Gentoo Authors
191 +# Copyright 1999-2020 Gentoo Authors
192 # Distributed under the terms of the GNU General Public License v2
193
194 EAPI=7
195
196 -inherit cmake-utils linux-info
197 +inherit cmake linux-info
198
199 if [[ ${PV} == *9999 ]] ; then
200 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
201 @@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
202
203 src_prepare() {
204 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
205 - cmake-utils_src_prepare
206 + cmake_src_prepare
207 }
208 src_configure() {
209 local mycmakeargs=(
210 -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
211 -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
212 )
213 - cmake-utils_src_configure
214 + cmake_src_configure
215 }
216 src_compile() {
217 - cmake-utils_src_compile build-dev
218 + cmake_src_compile build-dev
219 }
220 src_install() {
221 - cmake-utils_src_install install-dev
222 + cmake_src_install install-dev
223 }
224
225 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild
226 index 8309cffdc30..f3191cff1c2 100644
227 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild
228 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild
229 @@ -1,9 +1,9 @@
230 -# Copyright 1999-2019 Gentoo Authors
231 +# Copyright 1999-2020 Gentoo Authors
232 # Distributed under the terms of the GNU General Public License v2
233
234 EAPI=7
235
236 -inherit cmake-utils linux-info
237 +inherit cmake linux-info
238
239 if [[ ${PV} == *9999 ]] ; then
240 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
241 @@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
242
243 src_prepare() {
244 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
245 - cmake-utils_src_prepare
246 + cmake_src_prepare
247 }
248 src_configure() {
249 local mycmakeargs=(
250 -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
251 -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
252 )
253 - cmake-utils_src_configure
254 + cmake_src_configure
255 }
256 src_compile() {
257 - cmake-utils_src_compile build-dev
258 + cmake_src_compile build-dev
259 }
260 src_install() {
261 - cmake-utils_src_install install-dev
262 + cmake_src_install install-dev
263 }
264
265 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
266 index 8309cffdc30..f3191cff1c2 100644
267 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
268 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
269 @@ -1,9 +1,9 @@
270 -# Copyright 1999-2019 Gentoo Authors
271 +# Copyright 1999-2020 Gentoo Authors
272 # Distributed under the terms of the GNU General Public License v2
273
274 EAPI=7
275
276 -inherit cmake-utils linux-info
277 +inherit cmake linux-info
278
279 if [[ ${PV} == *9999 ]] ; then
280 EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/"
281 @@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
282
283 src_prepare() {
284 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
285 - cmake-utils_src_prepare
286 + cmake_src_prepare
287 }
288 src_configure() {
289 local mycmakeargs=(
290 -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
291 -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
292 )
293 - cmake-utils_src_configure
294 + cmake_src_configure
295 }
296 src_compile() {
297 - cmake-utils_src_compile build-dev
298 + cmake_src_compile build-dev
299 }
300 src_install() {
301 - cmake-utils_src_install install-dev
302 + cmake_src_install install-dev
303 }