commit: 83aef218ce79533642f0b3568e65e7e1172888a6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon May 19 20:32:22 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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}"
