commit:     58b873f93723920df128007c11e3db131619039d
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 18:31:01 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 18:31:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b873f9

net-wireless/hackrf-tools: migrate to cmake.eclass

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/hackrf-tools/hackrf-tools-2018.01.1-r1.ebuild | 6 +++---
 net-wireless/hackrf-tools/hackrf-tools-9999.ebuild         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-wireless/hackrf-tools/hackrf-tools-2018.01.1-r1.ebuild 
b/net-wireless/hackrf-tools/hackrf-tools-2018.01.1-r1.ebuild
index 787eb9c1524..85077b67001 100644
--- a/net-wireless/hackrf-tools/hackrf-tools-2018.01.1-r1.ebuild
+++ b/net-wireless/hackrf-tools/hackrf-tools-2018.01.1-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
+inherit cmake
 
 DESCRIPTION="tools for communicating with HackRF SDR platform"
 HOMEPAGE="http://greatscottgadgets.com/hackrf/";
@@ -29,7 +29,7 @@ DEPEND="~net-libs/libhackrf-${PV}:=
 RDEPEND="${DEPEND}"
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        dosbin "${FILESDIR}/hackrf_easy_flash"
        if [[ ${PV} != "9999" ]] ; then
                insinto /usr/share/hackrf

diff --git a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild 
b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild
index 849ca920795..d7c23f08076 100644
--- a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild
+++ b/net-wireless/hackrf-tools/hackrf-tools-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
+inherit cmake
 
 DESCRIPTION="tools for communicating with HackRF SDR platform"
 HOMEPAGE="http://greatscottgadgets.com/hackrf/";
@@ -29,7 +29,7 @@ DEPEND="~net-libs/libhackrf-${PV}:=
 RDEPEND="${DEPEND}"
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        dosbin "${FILESDIR}/hackrf_easy_flash"
        if [[ ${PV} != "9999" ]] ; then
                insinto /usr/share/hackrf

Reply via email to