commit: 65dec2f042de88571b966b794a0b4253373412a7 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Sun Oct 5 07:51:17 2025 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Sun Oct 5 07:56:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dec2f0
net-wireless/soapyrtlsdr: drop 0.3.3-r2 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> .../soapyrtlsdr/soapyrtlsdr-0.3.3-r2.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.3-r2.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.3-r2.ebuild deleted file mode 100644 index 99cb25e39b04..000000000000 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.3-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="SoapySDR RTL-SDR Support Module" -HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR" - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR.git" - inherit git-r3 -else - KEYWORDS="amd64 ~arm ~riscv ~x86" - SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/SoapyRTLSDR-soapy-rtl-sdr-"${PV}" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="net-wireless/soapysdr:= - net-wireless/rtl-sdr:=" -DEPEND="${RDEPEND}" -BDEPEND=""
