dev-libs/roct-thunk-interface: cmake-utils.eclass -> cmake.eclass
authorWilfried Holzke <gentoo@holzke.net>
Thu, 2 Jan 2020 11:08:37 +0000 (12:08 +0100)
committerCraig Andrews <candrews@gentoo.org>
Thu, 2 Jan 2020 12:48:52 +0000 (07:48 -0500)
Signed-off-by: Wilfried Holzke <gentoo@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@gentoo.org>
dev-libs/roct-thunk-interface/roct-thunk-interface-2.0.0.ebuild
dev-libs/roct-thunk-interface/roct-thunk-interface-2.10.0.ebuild
dev-libs/roct-thunk-interface/roct-thunk-interface-2.6.0.ebuild
dev-libs/roct-thunk-interface/roct-thunk-interface-2.7.0.ebuild
dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild
dev-libs/roct-thunk-interface/roct-thunk-interface-2.9.0-r1.ebuild
dev-libs/roct-thunk-interface/roct-thunk-interface-3.0.0.ebuild
dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild

index ba407458247ad05631800a477e98184ca6c87744..2b55522fb86492931bb4b25515c406badb9af74b 100644 (file)
@@ -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
 }
index 8309cffdc3002a39587312da03a7c7d2dde21d5e..f3191cff1c27e7b132763a799ade8a3afb6c9e0c 100644 (file)
@@ -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
 }
index 69e6b7fe853e248f5896a09c18ed9afc8635a05a..d5524e85d8c68eef100ddd41e01b5eb69b9454f2 100644 (file)
@@ -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
 }
index e7eb6598584688803250d85aa4577d1f73e7f9f6..34aec03c20bab9417ae49820421002f928d6ca20 100644 (file)
@@ -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
 }
index 454c65e73c123fc4fdd1e08a84c9cc5ffc4421ac..651c8c64956bd93faa049660060b1b91dd173759 100644 (file)
@@ -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
 }
index 8309cffdc3002a39587312da03a7c7d2dde21d5e..f3191cff1c27e7b132763a799ade8a3afb6c9e0c 100644 (file)
@@ -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
 }
index 8309cffdc3002a39587312da03a7c7d2dde21d5e..f3191cff1c27e7b132763a799ade8a3afb6c9e0c 100644 (file)
@@ -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
 }
index 8309cffdc3002a39587312da03a7c7d2dde21d5e..f3191cff1c27e7b132763a799ade8a3afb6c9e0c 100644 (file)
@@ -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
 }