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 EEBF713835B for ; Fri, 26 Feb 2021 15:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF6EE0887; Fri, 26 Feb 2021 15:56:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 13DD1E0887 for ; Fri, 26 Feb 2021 15:56:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ADB1D340E2B for ; Fri, 26 Feb 2021 15:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 498C0530 for ; Fri, 26 Feb 2021 15:56:26 +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: <1614354985.73f10c2634d9cacc929d065e88b91f0b5e686b97.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyplutosdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild X-VCS-Directories: net-wireless/soapyplutosdr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 73f10c2634d9cacc929d065e88b91f0b5e686b97 X-VCS-Branch: master Date: Fri, 26 Feb 2021 15:56:26 +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: f266b74d-44ad-4cd2-bab3-61bb1051d1d6 X-Archives-Hash: 75ac326c3fe5574aa2f7931537ab7da8 commit: 73f10c2634d9cacc929d065e88b91f0b5e686b97 Author: Rick Farina gentoo org> AuthorDate: Fri Feb 26 15:47:41 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Feb 26 15:56:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f10c26 net-wireless/soapyplutosdr: ebuild modernization Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild | 4 ++-- net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild b/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild index 96bd838be9e..813d3574f11 100644 --- a/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild +++ b/net-wireless/soapyplutosdr/soapyplutosdr-0.2.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Soapy SDR plugin for the Pluto SDR" HOMEPAGE="https://github.com/pothosware/SoapyPlutoSDR" diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild b/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild index 494237c9dd2..813d3574f11 100644 --- a/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild +++ b/net-wireless/soapyplutosdr/soapyplutosdr-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=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Soapy SDR plugin for the Pluto SDR" HOMEPAGE="https://github.com/pothosware/SoapyPlutoSDR"