commit:     c9c49d2a736f2475806eacae920e04d56285bf58
Author:     Wilfried Holzke <gentoo <AT> holzke <DOT> net>
AuthorDate: Thu Jan  2 11:08:37 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 12:48:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c49d2a

dev-libs/roct-thunk-interface: cmake-utils.eclass -> cmake.eclass

Signed-off-by: Wilfried Holzke <gentoo <AT> holzke.net>
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/14215
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild   |  6 +++---
 .../roct-thunk-interface/roct-thunk-interface-2.10.0.ebuild  | 12 ++++++------
 .../roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild   | 10 +++++-----
 .../roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild   | 10 +++++-----
 .../roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild   | 10 +++++-----
 .../roct-thunk-interface-2.9.0-r1.ebuild                     | 12 ++++++------
 .../roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild   | 12 ++++++------
 .../roct-thunk-interface/roct-thunk-interface-9999.ebuild    | 12 ++++++------
 8 files changed, 42 insertions(+), 42 deletions(-)

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
index ba407458247..2b55522fb86 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -29,5 +29,5 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }

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
index 8309cffdc30..f3191cff1c2 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
                -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 src_compile() {
-       cmake-utils_src_compile build-dev
+       cmake_src_compile build-dev
 }
 src_install() {
-       cmake-utils_src_install install-dev
+       cmake_src_install install-dev
 }

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
index 69e6b7fe853..d5524e85d8c 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -32,11 +32,11 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 src_compile() {
-       cmake-utils_src_compile build-dev
+       cmake_src_compile build-dev
 }
 src_install() {
-       cmake-utils_src_install install-dev
+       cmake_src_install install-dev
 }

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
index e7eb6598584..34aec03c20b 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -32,11 +32,11 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 src_compile() {
-       cmake-utils_src_compile build-dev
+       cmake_src_compile build-dev
 }
 src_install() {
-       cmake-utils_src_install install-dev
+       cmake_src_install install-dev
 }

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
index 454c65e73c1..651c8c64956 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -32,11 +32,11 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 src_compile() {
-       cmake-utils_src_compile build-dev
+       cmake_src_compile build-dev
 }
 src_install() {
-       cmake-utils_src_install install-dev
+       cmake_src_install install-dev
 }

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
index 8309cffdc30..f3191cff1c2 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
                -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 src_compile() {
-       cmake-utils_src_compile build-dev
+       cmake_src_compile build-dev
 }
 src_install() {
-       cmake-utils_src_install install-dev
+       cmake_src_install install-dev
 }

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
index 8309cffdc30..f3191cff1c2 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
                -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 src_compile() {
-       cmake-utils_src_compile build-dev
+       cmake_src_compile build-dev
 }
 src_install() {
-       cmake-utils_src_install install-dev
+       cmake_src_install install-dev
 }

diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild 
b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
index 8309cffdc30..f3191cff1c2 100644
--- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
+++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils linux-info
+inherit cmake linux-info
 
 if [[ ${PV} == *9999 ]] ; then
        
EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/";
@@ -26,18 +26,18 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
        sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/"
                -DCPACK_PACKAGING_INSTALL_PREFIX="${EPREFIX}/usr"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 src_compile() {
-       cmake-utils_src_compile build-dev
+       cmake_src_compile build-dev
 }
 src_install() {
-       cmake-utils_src_install install-dev
+       cmake_src_install install-dev
 }

Reply via email to