From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 159271580F6 for ; Tue, 20 May 2025 20:26:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 022383430C2 for ; Tue, 20 May 2025 20:26:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E4B571103DD; Tue, 20 May 2025 20:26:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D71C21103DD for ; Tue, 20 May 2025 20:26:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C0B8343097 for ; Tue, 20 May 2025 20:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0138F19E5 for ; Tue, 20 May 2025 20:26:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1747772789.83aef218ce79533642f0b3568e65e7e1172888a6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyuhd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild X-VCS-Directories: net-wireless/soapyuhd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83aef218ce79533642f0b3568e65e7e1172888a6 X-VCS-Branch: master Date: Tue, 20 May 2025 20:26:39 +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: 17f780ae-d13e-48a7-a3d3-ed2a87dd0a85 X-Archives-Hash: 09866e81f8156787cca33cfa7b75bf41 commit: 83aef218ce79533642f0b3568e65e7e1172888a6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 19 20:32:22 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 20 20:26:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83aef218 net-wireless/soapyuhd: drop 0.4.1 Signed-off-by: Andreas Sturmlechner gentoo.org> net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild b/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild deleted file mode 100644 index a57ac212bdeb..000000000000 --- a/net-wireless/soapyuhd/soapyuhd-0.4.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices" -HOMEPAGE="https://github.com/pothosware/SoapyUHD" - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git" - inherit git-r3 -else - KEYWORDS="amd64 ~arm ~riscv ~x86" - SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="net-wireless/soapysdr:= - net-wireless/uhd:= - dev-libs/boost:=" -DEPEND="${RDEPEND}"