commit: 656329180be16f77c7cbba38b8496715a969b26c
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 17:45:43 2026 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 17:46:46 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65632918
net-wireless/soapysdrplay: add soapysdrplay-0.5.2
Adapt -9999 ebuild
Dropped x86 arch as it is no longer supported by
>=net-wireless/sdrplay-3.15.2.
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
net-wireless/soapysdrplay/Manifest | 1 +
...{soapysdrplay-9999.ebuild => soapysdrplay-0.5.2.ebuild} | 14 +++++---------
net-wireless/soapysdrplay/soapysdrplay-9999.ebuild | 14 +++++---------
3 files changed, 11 insertions(+), 18 deletions(-)
diff --git a/net-wireless/soapysdrplay/Manifest
b/net-wireless/soapysdrplay/Manifest
index 174725c4dfee..6b7eab27da4b 100644
--- a/net-wireless/soapysdrplay/Manifest
+++ b/net-wireless/soapysdrplay/Manifest
@@ -1 +1,2 @@
+DIST soapysdrplay-0.5.2.tar.gz 22623 BLAKE2B
bcb801c45b2e44c2d53580b8063bb45dc6dc5868ea1fd9e0b33d89a180ae11f693a23f6045202a288078636ae0ecffd3b4ac5cbac97191d276bcaee90b39002b
SHA512
f83bbf2f22897263ee9dbf57306c4e96e28d9281d664a35fa570a70796cb058b78ab5d471b6af375088da5c1a7bcf9c0c4aaa0647d8eadbb6962264766601b94
DIST soapysdrplay-0_p20220120.tar.gz 21089 BLAKE2B
db8a8f7b20a57d637f69b45cab283419e46808ab95bfbcba96b155c696bb6673223347ef720c8556f4122a53659eb166edb15b48796b2e01ec3ee5bb10eafba1
SHA512
a0cd5e84da86ab9fc6ffae93e963a14091c0936bc93a0ab86d7c3cab15cf2e62e1382da9fff10b1f457d1fbf925dc3ea74683f0fa13e12394d994f9571e52334
diff --git a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
b/net-wireless/soapysdrplay/soapysdrplay-0.5.2.ebuild
similarity index 56%
copy from net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
copy to net-wireless/soapysdrplay/soapysdrplay-0.5.2.ebuild
index 446b5336ed79..bda2306c5157 100644
--- a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
+++ b/net-wireless/soapysdrplay/soapysdrplay-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,18 +13,14 @@ if [ "${PV}" = "9999" ]; then
EGIT_CLONE_TYPE="shallow"
inherit git-r3
else
- KEYWORDS="~amd64 ~x86"
- COMMIT_HASH="b789d5985b900973c81c69aa04cb3c7ebe620a75"
-
SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/${COMMIT_HASH}.tar.gz
-> ${P}.tar.gz"
- S="${WORKDIR}"/SoapySDRPlay3-"${COMMIT_HASH}"
+ KEYWORDS="~amd64"
+
SRC_URI="https://github.com/pothosware/SoapySDRPlay3/archive/soapy-sdrplay3-${PV}.tar.gz
-> ${P}.tar.gz"
+ S="${WORKDIR}"/SoapySDRPlay3-soapy-sdrplay3-${PV}
fi
LICENSE="Boost-1.0"
SLOT="0"
-IUSE=""
-REQUIRED_USE=""
-
RDEPEND="net-wireless/soapysdr
- >=net-wireless/sdrplay-3.07"
+ >=net-wireless/sdrplay-3.15.2"
DEPEND="${RDEPEND}"
diff --git a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
index 446b5336ed79..bda2306c5157 100644
--- a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
+++ b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,18 +13,14 @@ if [ "${PV}" = "9999" ]; then
EGIT_CLONE_TYPE="shallow"
inherit git-r3
else
- KEYWORDS="~amd64 ~x86"
- COMMIT_HASH="b789d5985b900973c81c69aa04cb3c7ebe620a75"
-
SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/${COMMIT_HASH}.tar.gz
-> ${P}.tar.gz"
- S="${WORKDIR}"/SoapySDRPlay3-"${COMMIT_HASH}"
+ KEYWORDS="~amd64"
+
SRC_URI="https://github.com/pothosware/SoapySDRPlay3/archive/soapy-sdrplay3-${PV}.tar.gz
-> ${P}.tar.gz"
+ S="${WORKDIR}"/SoapySDRPlay3-soapy-sdrplay3-${PV}
fi
LICENSE="Boost-1.0"
SLOT="0"
-IUSE=""
-REQUIRED_USE=""
-
RDEPEND="net-wireless/soapysdr
- >=net-wireless/sdrplay-3.07"
+ >=net-wireless/sdrplay-3.15.2"
DEPEND="${RDEPEND}"