From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA63E1382C5 for ; Tue, 30 Mar 2021 20:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C154E0869; Tue, 30 Mar 2021 20:29:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07F56E0869 for ; Tue, 30 Mar 2021 20:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25CF6340C6F for ; Tue, 30 Mar 2021 20:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C98D65B4 for ; Tue, 30 Mar 2021 20:29:02 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1617136136.3d4dc778e06cd4ea4ea790746eead454cbe60cd8.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/airspy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/airspy/airspy-1.0.9.ebuild net-wireless/airspy/airspy-9999.ebuild X-VCS-Directories: net-wireless/airspy/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 3d4dc778e06cd4ea4ea790746eead454cbe60cd8 X-VCS-Branch: master Date: Tue, 30 Mar 2021 20:29:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee693808-58f2-4938-ab40-8e9fd3b59103 X-Archives-Hash: f1c8039fb621861a033a4f54465175a3 commit: 3d4dc778e06cd4ea4ea790746eead454cbe60cd8 Author: Rick Farina gentoo org> AuthorDate: Tue Mar 30 20:28:56 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Mar 30 20:28:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4dc778 net-wireless/airspy: migrate off cmake-utils Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rick Farina gentoo.org> net-wireless/airspy/airspy-1.0.9.ebuild | 8 ++++---- net-wireless/airspy/airspy-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-wireless/airspy/airspy-1.0.9.ebuild b/net-wireless/airspy/airspy-1.0.9.ebuild index c87df5170b7..d214c535ef7 100644 --- a/net-wireless/airspy/airspy-1.0.9.ebuild +++ b/net-wireless/airspy/airspy-1.0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils udev +inherit cmake udev DESCRIPTION="Usemode driver and associated tools for airspy" HOMEPAGE="http://www.airspy.com" @@ -29,11 +29,11 @@ src_configure() { local mycmakeargs=( -DINSTALL_UDEV_RULES=$(usex udev) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install if use udev; then udev_newrules "${ED}/etc/udev/rules.d/52-airspy.rules" 52-airspy.rules diff --git a/net-wireless/airspy/airspy-9999.ebuild b/net-wireless/airspy/airspy-9999.ebuild index c87df5170b7..d214c535ef7 100644 --- a/net-wireless/airspy/airspy-9999.ebuild +++ b/net-wireless/airspy/airspy-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils udev +inherit cmake udev DESCRIPTION="Usemode driver and associated tools for airspy" HOMEPAGE="http://www.airspy.com" @@ -29,11 +29,11 @@ src_configure() { local mycmakeargs=( -DINSTALL_UDEV_RULES=$(usex udev) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install if use udev; then udev_newrules "${ED}/etc/udev/rules.d/52-airspy.rules" 52-airspy.rules