commit: 979bf275c7407aacd0c498b063b34fff42122874 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Sun Oct 5 07:49:33 2025 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Sun Oct 5 07:56:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979bf275
net-wireless/soapyplutosdr: drop 0.2.2 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> .../soapyplutosdr/soapyplutosdr-0.2.2.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-0.2.2.ebuild b/net-wireless/soapyplutosdr/soapyplutosdr-0.2.2.ebuild deleted file mode 100644 index b4d830f5d287..000000000000 --- a/net-wireless/soapyplutosdr/soapyplutosdr-0.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Soapy SDR plugin for the Pluto SDR" -HOMEPAGE="https://github.com/pothosware/SoapyPlutoSDR" - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="https://github.com/pothosware/SoapyPlutoSDR.git" - inherit git-r3 -else - KEYWORDS="amd64 ~arm ~riscv ~x86" - COMMIT="422a9b306f765499dd3e9a4c3400fa39816dcfdb" - SRC_URI="https://github.com/pothosware/SoapyPlutoSDR/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/SoapyPlutoSDR-${COMMIT} -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -RDEPEND="net-wireless/soapysdr:= - net-libs/libiio:= - net-libs/libad9361-iio:=" -DEPEND="${RDEPEND}"
