public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2023-08-19 13:41 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2023-08-19 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f24e41dde5d6eba875f2c5ea119a9f97358ff9b8
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:36:25 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:36:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24e41dd

net-wireless/soapysdr: sync live

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 1d464012b588..2e4f82164255 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_CLONE_TYPE="shallow"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2024-06-02  1:46 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-06-02  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     68ec02c5ea02712425d654fcf8bf42b3b97a0d81
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 01:45:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 01:45:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ec02c5

net-wireless/soapysdr: fix live template kws

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index dbc5bebb6a98..ad161a57c0f5 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_CLONE_TYPE="shallow"
 	inherit git-r3
 else
-	KEYWORDS="amd64 ~arm ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2024-06-02  1:44 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-06-02  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8821591153aff8dbdd7c7a399d33f3600e83fbc3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 01:09:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 01:09:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88215911

net-wireless/soapysdr: disable py3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.8.1.ebuild | 2 +-
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
index fae8341b7d65..b82e2be6935d 100644
--- a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit cmake python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index fa9402a85678..04bd0f2876cd 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit cmake python-r1
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2024-05-18  8:18 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2024-05-18  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f165572239645b420f442882638c2b02b6916e81
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 08:18:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 08:18:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1655722

net-wireless/soapysdr: Stabilize 0.8.1 amd64, #908603

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
index fa9402a85678..fae8341b7d65 100644
--- a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_CLONE_TYPE="shallow"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~arm ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2023-08-19 13:41 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2023-08-19 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     915993925dd6ae9f4303278ab00e4feb49c5d12b
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:37:45 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:37:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91599392

net-wireless/soapysdr: enable py3.12

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.8.1.ebuild | 2 +-
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
index 2e4f82164255..fa9402a85678 100644
--- a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit cmake python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 2e4f82164255..fa9402a85678 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit cmake python-r1
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2023-08-19 13:41 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2023-08-19 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     dbd0b2b2c39af82ef3ca1133205c20e57a16b731
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:38:02 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:38:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd0b2b2

net-wireless/soapysdr: drop 0.7.2

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/Manifest              |  1 -
 net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 60 -----------------------------
 2 files changed, 61 deletions(-)

diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
index 608bd6bf2e48..2de4d5a52684 100644
--- a/net-wireless/soapysdr/Manifest
+++ b/net-wireless/soapysdr/Manifest
@@ -1,2 +1 @@
-DIST soapysdr-0.7.2.tar.gz 124607 BLAKE2B 534480574e2085bddea52141f26e0da8c70157e2c89a0af1236f3d1eb5b996d4ae5231cd209c610fc22d099bd9db665c4c7aea54081eeca2bb293b9eb1fe7c8e SHA512 2454b9b6bf4542f3bce2c6a8e1c886cee9179ca0e13e3c1e22817a05ef671428a3cb8fea69e496c8b62573f360c248508edf3d0871ec5063dfac8211b122d371
 DIST soapysdr-0.8.1.tar.gz 131252 BLAKE2B 4dc97b683063a1bc52717f15b12a2471a338cebc30dccfd58723792119a496f5170b67eeda1ff4dbcd34811948f70b9f0e5df11b5b1738b46839ca7377fe557b SHA512 50c8f1652bf9ca09215f9c4115175427ca7b5338add7591e31ca0e627093c94b73e7cf7f84fa71ff419cc010d3c1263931506c728bbaa00413a7915d56a87787

diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
deleted file mode 100644
index 2e4f82164255..000000000000
--- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit cmake python-r1
-
-DESCRIPTION="vendor and platform neutral SDR support library"
-HOMEPAGE="https://github.com/pothosware/SoapySDR"
-
-if [ "${PV}" = "9999" ]; then
-	EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
-	EGIT_CLONE_TYPE="shallow"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~arm ~riscv ~x86"
-	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
-fi
-
-LICENSE="Boost-1.0"
-SLOT="0/${PV}"
-
-IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-	python? ( dev-lang/swig:0 )
-"
-PDEPEND="bladerf? ( net-wireless/soapybladerf )
-		hackrf? ( net-wireless/soapyhackrf )
-		rtlsdr? ( net-wireless/soapyrtlsdr )
-		plutosdr? ( net-wireless/soapyplutosdr )
-		uhd? ( net-wireless/soapyuhd )"
-
-src_configure() {
-	configuration() {
-		mycmakeargs+=(
-			-DENABLE_PYTHON=ON
-			-DBUILD_PYTHON3=ON
-		)
-	}
-
-	if use python; then
-		python_foreach_impl configuration
-	fi
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	if use python; then
-		python_foreach_impl python_optimize
-	fi
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2023-04-06  2:18 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2023-04-06  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     10f828cb18c8e71aa212419fe0c7bbbf003c5ae9
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 02:06:42 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 02:06:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f828cb

net-wireless/soapysdr: enable py3.9

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 2 +-
 net-wireless/soapysdr/soapysdr-0.8.1.ebuild | 2 +-
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
index d05998052986..2e4f82164255 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit cmake python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
index d05998052986..2e4f82164255 100644
--- a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit cmake python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index a61a00912262..1d464012b588 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit cmake python-r1
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2023-04-04 19:56 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2023-04-04 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0a6dc01175a17120867c32e0206010c0e89e7cbb
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 01:35:26 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 19:55:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6dc011

net-wireless/soapysdr: add python 3.11

Closes: https://bugs.gentoo.org/897184
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 2 +-
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
index 4ca5a16b1b82..d05998052986 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit cmake python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 61d5b92cbede..a61a00912262 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit cmake python-r1
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2023-04-04 19:56 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2023-04-04 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     09269b4821e5a1d02a8c2c5769ca813499b1e59e
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 19:54:53 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 19:55:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09269b48

net-wireless/soapysdr: add 0.8.1

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/Manifest              |  1 +
 net-wireless/soapysdr/soapysdr-0.8.1.ebuild | 60 +++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
index 8736fc69bae5..608bd6bf2e48 100644
--- a/net-wireless/soapysdr/Manifest
+++ b/net-wireless/soapysdr/Manifest
@@ -1 +1,2 @@
 DIST soapysdr-0.7.2.tar.gz 124607 BLAKE2B 534480574e2085bddea52141f26e0da8c70157e2c89a0af1236f3d1eb5b996d4ae5231cd209c610fc22d099bd9db665c4c7aea54081eeca2bb293b9eb1fe7c8e SHA512 2454b9b6bf4542f3bce2c6a8e1c886cee9179ca0e13e3c1e22817a05ef671428a3cb8fea69e496c8b62573f360c248508edf3d0871ec5063dfac8211b122d371
+DIST soapysdr-0.8.1.tar.gz 131252 BLAKE2B 4dc97b683063a1bc52717f15b12a2471a338cebc30dccfd58723792119a496f5170b67eeda1ff4dbcd34811948f70b9f0e5df11b5b1738b46839ca7377fe557b SHA512 50c8f1652bf9ca09215f9c4115175427ca7b5338add7591e31ca0e627093c94b73e7cf7f84fa71ff419cc010d3c1263931506c728bbaa00413a7915d56a87787

diff --git a/net-wireless/soapysdr/soapysdr-0.8.1.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
new file mode 100644
index 000000000000..d05998052986
--- /dev/null
+++ b/net-wireless/soapysdr/soapysdr-0.8.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit cmake python-r1
+
+DESCRIPTION="vendor and platform neutral SDR support library"
+HOMEPAGE="https://github.com/pothosware/SoapySDR"
+
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
+	EGIT_CLONE_TYPE="shallow"
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
+	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
+fi
+
+LICENSE="Boost-1.0"
+SLOT="0/${PV}"
+
+IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+	python? ( dev-lang/swig:0 )
+"
+PDEPEND="bladerf? ( net-wireless/soapybladerf )
+		hackrf? ( net-wireless/soapyhackrf )
+		rtlsdr? ( net-wireless/soapyrtlsdr )
+		plutosdr? ( net-wireless/soapyplutosdr )
+		uhd? ( net-wireless/soapyuhd )"
+
+src_configure() {
+	configuration() {
+		mycmakeargs+=(
+			-DENABLE_PYTHON=ON
+			-DBUILD_PYTHON3=ON
+		)
+	}
+
+	if use python; then
+		python_foreach_impl configuration
+	fi
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	if use python; then
+		python_foreach_impl python_optimize
+	fi
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2022-07-13  6:15 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-07-13  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f428329b120428ed984f8530ea3e5ec9d8e32eab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 06:15:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 06:15:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f428329b

net-wireless/soapysdr: Keyword 0.7.2 arm, #854291

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
index 7c13d7f933c0..2ffa31c8eec6 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
@@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_CLONE_TYPE="shallow"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2022-06-10 13:03 Thomas Beierlein
  0 siblings, 0 replies; 22+ messages in thread
From: Thomas Beierlein @ 2022-06-10 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     90654fbce3397bf10cb7d6d75886f3a0f394b2e1
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 13:02:07 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 13:03:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90654fbc

net-wireless/soapysdr: Add Python 3.10 support

Closes: https://bugs.gentoo.org/846209
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 4 ++--
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
index f9ebcebd59f1..7c13d7f933c0 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 inherit cmake python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 0d446573c63d..7c13d7f933c0 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 inherit cmake python-r1
 
@@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_CLONE_TYPE="shallow"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2022-04-30 19:09 Marek Szuba
  0 siblings, 0 replies; 22+ messages in thread
From: Marek Szuba @ 2022-04-30 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     07976232f4ebabda17ae9443186c40174e60295e
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 19:07:32 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:09:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07976232

net-wireless/soapysdr: keyword 0.7.2 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
index 0d446573c63d..f9ebcebd59f1 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then
 	EGIT_CLONE_TYPE="shallow"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~riscv ~x86"
 	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
 fi


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2021-06-10  3:37 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-06-10  3:37 UTC (permalink / raw
  To: gentoo-commits

commit:     76878357cf012d531037c2df49a47f2b153d5f46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 03:36:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 03:36:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76878357

net-wireless/soapysdr: conditionalise Python usage in src_install

Closes: https://bugs.gentoo.org/794958
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.2.ebuild | 7 +++++--
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
index ffd714150f9..0d446573c63 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,5 +53,8 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
-	python_foreach_impl python_optimize
+
+	if use python; then
+		python_foreach_impl python_optimize
+	fi
 }

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index ffd714150f9..0d446573c63 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,5 +53,8 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
-	python_foreach_impl python_optimize
+
+	if use python; then
+		python_foreach_impl python_optimize
+	fi
 }


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2020-12-04  3:16 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2020-12-04  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     76fe64f580c4e2d89b3a6952fdf84c0dadbf09cf
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 03:00:34 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 03:14:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fe64f5

net-wireless/soapysdr: fix qa warnings

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/Manifest                               |  2 +-
 .../{soapysdr-0.7.1.ebuild => soapysdr-0.7.2.ebuild}         | 12 ++++++++----
 net-wireless/soapysdr/soapysdr-9999.ebuild                   | 12 ++++++++----
 3 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
index 3f6515b2a52..8736fc69bae 100644
--- a/net-wireless/soapysdr/Manifest
+++ b/net-wireless/soapysdr/Manifest
@@ -1 +1 @@
-DIST soapysdr-0.7.1.tar.gz 124532 BLAKE2B 157c24610b5f89b549a7d670e26ba68cabb923b7fd95bab4adc4896f7fb9e13f58e53671a4802804bc15b09eb1113baddb5879fd14efe8b8ea1bfbff363dde0f SHA512 9b2c4251d6362faecf770df021b74e3b387b99699ae4f7d3f145801e2acc901a3803f7b4d2cd50267013f1add6658703dfa5db6db28b8a645f1f8230117123cd
+DIST soapysdr-0.7.2.tar.gz 124607 BLAKE2B 534480574e2085bddea52141f26e0da8c70157e2c89a0af1236f3d1eb5b996d4ae5231cd209c610fc22d099bd9db665c4c7aea54081eeca2bb293b9eb1fe7c8e SHA512 2454b9b6bf4542f3bce2c6a8e1c886cee9179ca0e13e3c1e22817a05ef671428a3cb8fea69e496c8b62573f360c248508edf3d0871ec5063dfac8211b122d371

diff --git a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
similarity index 87%
rename from net-wireless/soapysdr/soapysdr-0.7.1.ebuild
rename to net-wireless/soapysdr/soapysdr-0.7.2.ebuild
index f3b498a69d5..d5a5aa7bad6 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.2.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
-inherit cmake-utils python-r1
+inherit cmake python-r1
 
 DESCRIPTION="vendor and platform neutral SDR support library"
 HOMEPAGE="https://github.com/pothosware/SoapySDR"
@@ -13,7 +13,6 @@ HOMEPAGE="https://github.com/pothosware/SoapySDR"
 if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
 	EGIT_CLONE_TYPE="shallow"
-	KEYWORDS=""
 	inherit git-r3
 else
 	KEYWORDS="~amd64 ~x86"
@@ -49,5 +48,10 @@ src_configure() {
 		python_foreach_impl configuration
 	fi
 
-	cmake-utils_src_configure
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	python_foreach_impl python_optimize
 }

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index f3b498a69d5..d5a5aa7bad6 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
-inherit cmake-utils python-r1
+inherit cmake python-r1
 
 DESCRIPTION="vendor and platform neutral SDR support library"
 HOMEPAGE="https://github.com/pothosware/SoapySDR"
@@ -13,7 +13,6 @@ HOMEPAGE="https://github.com/pothosware/SoapySDR"
 if [ "${PV}" = "9999" ]; then
 	EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
 	EGIT_CLONE_TYPE="shallow"
-	KEYWORDS=""
 	inherit git-r3
 else
 	KEYWORDS="~amd64 ~x86"
@@ -49,5 +48,10 @@ src_configure() {
 		python_foreach_impl configuration
 	fi
 
-	cmake-utils_src_configure
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	python_foreach_impl python_optimize
 }


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2020-08-14 23:22 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2020-08-14 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     853ca8d8199a367d6931f01f851ad4d10316459c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 21:25:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:21:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853ca8d8

net-wireless/soapysdr: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.1.ebuild | 8 ++++----
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
index 178d51ae142..f3b498a69d5 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
@@ -39,10 +39,10 @@ PDEPEND="bladerf? ( net-wireless/soapybladerf )
 
 src_configure() {
 	configuration() {
-		mycmakeargs+=( -DENABLE_PYTHON=ON )
-		if python_is_python3; then
-			mycmakeargs+=( -DBUILD_PYTHON3=ON )
-		fi
+		mycmakeargs+=(
+			-DENABLE_PYTHON=ON
+			-DBUILD_PYTHON3=ON
+		)
 	}
 
 	if use python; then

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 178d51ae142..f3b498a69d5 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -39,10 +39,10 @@ PDEPEND="bladerf? ( net-wireless/soapybladerf )
 
 src_configure() {
 	configuration() {
-		mycmakeargs+=( -DENABLE_PYTHON=ON )
-		if python_is_python3; then
-			mycmakeargs+=( -DBUILD_PYTHON3=ON )
-		fi
+		mycmakeargs+=(
+			-DENABLE_PYTHON=ON
+			-DBUILD_PYTHON3=ON
+		)
 	}
 
 	if use python; then


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2020-02-10 21:25 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2020-02-10 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     60da64b04bbb1e34c5fcc556bcee346bc444d1c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 21:08:36 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 21:24:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60da64b0

net-wireless/soapysdr: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.1.ebuild | 2 +-
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
index 9244fbbf714..178d51ae142 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit cmake-utils python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 9244fbbf714..178d51ae142 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit cmake-utils python-r1
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2019-12-20 19:41 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2019-12-20 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6a3d3bbb1e3e69df4af8fe430e3c7fd1ad13673f
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 19:30:35 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 19:30:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3d3bbb

net-wireless/soapysdr: python 3.7

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/soapysdr-0.7.1.ebuild | 4 ++--
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
index 38efa5b2ccc..8f6c242211d 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit cmake-utils python-r1
 

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 38efa5b2ccc..8f6c242211d 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit cmake-utils python-r1
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2019-08-28 14:52 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2019-08-28 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     20709ce25476e92d1c44f6e4e8237b7963dbacbd
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:50:28 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 14:50:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20709ce2

net-wireless/soapysdr: bump

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/Manifest                     |  3 +-
 net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild     | 53 ----------------------
 ...soapysdr-0.7.0.ebuild => soapysdr-0.7.1.ebuild} |  0
 3 files changed, 1 insertion(+), 55 deletions(-)

diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
index 51daf073add..3f6515b2a52 100644
--- a/net-wireless/soapysdr/Manifest
+++ b/net-wireless/soapysdr/Manifest
@@ -1,2 +1 @@
-DIST soapysdr-0.6.1.tar.gz 112820 BLAKE2B 42376a7a43c0d5a87a5b17b7d901cc7c74885083051c433c1f22427fe07a4fb0f111ddb460867bd7f748cb3ac6858b15e3dc69ba3ecca4574802c6bd0856a8cc SHA512 80ae8d0b096139e0df70524a1ff05fa1954755177d7920dbd8acb37e45cf86729e2745dcfd4e9c7ae2d7aa564335c2f197ca25ea387daa8f376d6c3e93234106
-DIST soapysdr-0.7.0.tar.gz 122933 BLAKE2B 2bd2f8812a6258a92ca4fe82ced10e3e97e348927dfc8a1f702a7ee4900b4fbe966a32566d1640a3474734074524cf31d8850b47a9b177e6e0e4d92c531409a6 SHA512 3dc69f070a2fe7acee9239154e58b21aa9c321fe35e2de77dfed8561016a93d5e693b5288da6d05e3d8c0f9ab7552ea12c4fd74ddb8d3c118d576f58251fb632
+DIST soapysdr-0.7.1.tar.gz 124532 BLAKE2B 157c24610b5f89b549a7d670e26ba68cabb923b7fd95bab4adc4896f7fb9e13f58e53671a4802804bc15b09eb1113baddb5879fd14efe8b8ea1bfbff363dde0f SHA512 9b2c4251d6362faecf770df021b74e3b387b99699ae4f7d3f145801e2acc901a3803f7b4d2cd50267013f1add6658703dfa5db6db28b8a645f1f8230117123cd

diff --git a/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild b/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
deleted file mode 100644
index 0b2bcdea38a..00000000000
--- a/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit cmake-utils python-r1
-
-DESCRIPTION="vendor and platform neutral SDR support library"
-HOMEPAGE="https://github.com/pothosware/SoapySDR"
-
-if [ "${PV}" = "9999" ]; then
-	EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
-	EGIT_CLONE_TYPE="shallow"
-	KEYWORDS=""
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~x86"
-	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
-fi
-
-LICENSE="Boost-1.0"
-SLOT="0"
-
-IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-	python? ( dev-lang/swig:0 )
-"
-PDEPEND="bladerf? ( net-wireless/soapybladerf )
-		hackrf? ( net-wireless/soapyhackrf )
-		rtlsdr? ( net-wireless/soapyrtlsdr )
-		plutosdr? ( net-wireless/soapyplutosdr )
-		uhd? ( net-wireless/soapyuhd )"
-
-src_configure() {
-	configuration() {
-		mycmakeargs+=( -DENABLE_PYTHON=ON )
-		if python_is_python3; then
-			mycmakeargs+=( -DBUILD_PYTHON3=ON )
-		fi
-	}
-
-	if use python; then
-		python_foreach_impl configuration
-	fi
-
-	cmake-utils_src_configure
-}

diff --git a/net-wireless/soapysdr/soapysdr-0.7.0.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
similarity index 100%
rename from net-wireless/soapysdr/soapysdr-0.7.0.ebuild
rename to net-wireless/soapysdr/soapysdr-0.7.1.ebuild


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2018-11-07 20:01 Rick Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Rick Farina @ 2018-11-07 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9ac001371490e83fd2e84ba585bd2c3d91c78d16
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  7 19:18:21 2018 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 20:01:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac00137

net-wireless/soapysdr: bump

add subslot

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/soapysdr/Manifest                                     | 1 +
 .../soapysdr/{soapysdr-9999.ebuild => soapysdr-0.7.0.ebuild}       | 7 ++++---
 net-wireless/soapysdr/soapysdr-9999.ebuild                         | 7 ++++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
index f1850570c58..51daf073add 100644
--- a/net-wireless/soapysdr/Manifest
+++ b/net-wireless/soapysdr/Manifest
@@ -1 +1,2 @@
 DIST soapysdr-0.6.1.tar.gz 112820 BLAKE2B 42376a7a43c0d5a87a5b17b7d901cc7c74885083051c433c1f22427fe07a4fb0f111ddb460867bd7f748cb3ac6858b15e3dc69ba3ecca4574802c6bd0856a8cc SHA512 80ae8d0b096139e0df70524a1ff05fa1954755177d7920dbd8acb37e45cf86729e2745dcfd4e9c7ae2d7aa564335c2f197ca25ea387daa8f376d6c3e93234106
+DIST soapysdr-0.7.0.tar.gz 122933 BLAKE2B 2bd2f8812a6258a92ca4fe82ced10e3e97e348927dfc8a1f702a7ee4900b4fbe966a32566d1640a3474734074524cf31d8850b47a9b177e6e0e4d92c531409a6 SHA512 3dc69f070a2fe7acee9239154e58b21aa9c321fe35e2de77dfed8561016a93d5e693b5288da6d05e3d8c0f9ab7552ea12c4fd74ddb8d3c118d576f58251fb632

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-0.7.0.ebuild
similarity index 88%
copy from net-wireless/soapysdr/soapysdr-9999.ebuild
copy to net-wireless/soapysdr/soapysdr-0.7.0.ebuild
index 0669ed4ac68..238bf83a0e2 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,9 +22,9 @@ else
 fi
 
 LICENSE="Boost-1.0"
-SLOT="0"
+SLOT="0/${PV}"
 
-IUSE="bladerf hackrf python rtlsdr uhd"
+IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
 PDEPEND="bladerf? ( net-wireless/soapybladerf )
 		hackrf? ( net-wireless/soapyhackrf )
 		rtlsdr? ( net-wireless/soapyrtlsdr )
+		plutosdr? ( net-wireless/soapyplutosdr )
 		uhd? ( net-wireless/soapyuhd )"
 
 src_configure() {

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 0669ed4ac68..238bf83a0e2 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,9 +22,9 @@ else
 fi
 
 LICENSE="Boost-1.0"
-SLOT="0"
+SLOT="0/${PV}"
 
-IUSE="bladerf hackrf python rtlsdr uhd"
+IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
 PDEPEND="bladerf? ( net-wireless/soapybladerf )
 		hackrf? ( net-wireless/soapyhackrf )
 		rtlsdr? ( net-wireless/soapyrtlsdr )
+		plutosdr? ( net-wireless/soapyplutosdr )
 		uhd? ( net-wireless/soapyuhd )"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2018-09-04 20:54 Richard Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Richard Farina @ 2018-09-04 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     063f324eba15a918a5ea1a94f0878e2bc14a820c
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 20:30:37 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 20:54:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063f324e

net-wireless/soapysdr: add plutosdr support

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-wireless/soapysdr/metadata.xml                                     | 1 +
 .../soapysdr/{soapysdr-0.6.1.ebuild => soapysdr-0.6.1-r1.ebuild}       | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-wireless/soapysdr/metadata.xml b/net-wireless/soapysdr/metadata.xml
index 2d7ac62a7df..8b0393c48e0 100644
--- a/net-wireless/soapysdr/metadata.xml
+++ b/net-wireless/soapysdr/metadata.xml
@@ -13,6 +13,7 @@
 		<flag name="bladerf">Add support for bladerf hardware</flag>
 		<flag name="hackrf">Add support for hackrf hardware</flag>
 		<flag name="rtlsdr">Add support for rtlsdr hardware</flag>
+		<flag name="plutosdr">Add support for Analog Devices ADALM-PLUTO hardware</flag>
 		<flag name="uhd">Add support for Ettus USRP hardware</flag>
 	</use>
 	<upstream>

diff --git a/net-wireless/soapysdr/soapysdr-0.6.1.ebuild b/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
similarity index 92%
rename from net-wireless/soapysdr/soapysdr-0.6.1.ebuild
rename to net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
index 0669ed4ac68..699b01529e7 100644
--- a/net-wireless/soapysdr/soapysdr-0.6.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
@@ -24,7 +24,7 @@ fi
 LICENSE="Boost-1.0"
 SLOT="0"
 
-IUSE="bladerf hackrf python rtlsdr uhd"
+IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
 PDEPEND="bladerf? ( net-wireless/soapybladerf )
 		hackrf? ( net-wireless/soapyhackrf )
 		rtlsdr? ( net-wireless/soapyrtlsdr )
+		plutosdr? ( net-wireless/soapyplutosdr )
 		uhd? ( net-wireless/soapyuhd )"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2018-08-26 10:03 Christian Ruppert
  0 siblings, 0 replies; 22+ messages in thread
From: Christian Ruppert @ 2018-08-26 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2e69319f20591bdcb0106bf57a1f3dd4e451a2f3
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 10:03:31 2018 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 10:03:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e69319f

net-wireless/soapysdr: Fix upstream metadata

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-wireless/soapysdr/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/soapysdr/metadata.xml b/net-wireless/soapysdr/metadata.xml
index cf56d5875a6..2d7ac62a7df 100644
--- a/net-wireless/soapysdr/metadata.xml
+++ b/net-wireless/soapysdr/metadata.xml
@@ -16,6 +16,6 @@
 		<flag name="uhd">Add support for Ettus USRP hardware</flag>
 	</use>
 	<upstream>
-		<remote-id type="github">cpothosware/SoapySDR</remote-id>
+		<remote-id type="github">pothosware/SoapySDR</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
@ 2018-02-19 17:29 Richard Farina
  0 siblings, 0 replies; 22+ messages in thread
From: Richard Farina @ 2018-02-19 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8d81387a5e684b987d16d59fb96c70a5881ac9cf
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 16:50:45 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 17:29:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d81387a

net-wireless/soapysdr: import from pentoo

needed dep for soapy_power and gr-osmosdr

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/soapysdr/Manifest              |  1 +
 net-wireless/soapysdr/metadata.xml          | 21 ++++++++++++
 net-wireless/soapysdr/soapysdr-0.6.1.ebuild | 52 +++++++++++++++++++++++++++++
 net-wireless/soapysdr/soapysdr-9999.ebuild  | 52 +++++++++++++++++++++++++++++
 4 files changed, 126 insertions(+)

diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
new file mode 100644
index 00000000000..f1850570c58
--- /dev/null
+++ b/net-wireless/soapysdr/Manifest
@@ -0,0 +1 @@
+DIST soapysdr-0.6.1.tar.gz 112820 BLAKE2B 42376a7a43c0d5a87a5b17b7d901cc7c74885083051c433c1f22427fe07a4fb0f111ddb460867bd7f748cb3ac6858b15e3dc69ba3ecca4574802c6bd0856a8cc SHA512 80ae8d0b096139e0df70524a1ff05fa1954755177d7920dbd8acb37e45cf86729e2745dcfd4e9c7ae2d7aa564335c2f197ca25ea387daa8f376d6c3e93234106

diff --git a/net-wireless/soapysdr/metadata.xml b/net-wireless/soapysdr/metadata.xml
new file mode 100644
index 00000000000..cf56d5875a6
--- /dev/null
+++ b/net-wireless/soapysdr/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zerochaos@gentoo.org</email>
+		<name>Rick Farina</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>radio@gentoo.org</email>
+		<name>Radio</name>
+	</maintainer>
+	<use>
+		<flag name="bladerf">Add support for bladerf hardware</flag>
+		<flag name="hackrf">Add support for hackrf hardware</flag>
+		<flag name="rtlsdr">Add support for rtlsdr hardware</flag>
+		<flag name="uhd">Add support for Ettus USRP hardware</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">cpothosware/SoapySDR</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-wireless/soapysdr/soapysdr-0.6.1.ebuild b/net-wireless/soapysdr/soapysdr-0.6.1.ebuild
new file mode 100644
index 00000000000..0669ed4ac68
--- /dev/null
+++ b/net-wireless/soapysdr/soapysdr-0.6.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit cmake-utils python-r1
+
+DESCRIPTION="vendor and platform neutral SDR support library"
+HOMEPAGE="https://github.com/pothosware/SoapySDR"
+
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
+	EGIT_CLONE_TYPE="shallow"
+	KEYWORDS=""
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
+fi
+
+LICENSE="Boost-1.0"
+SLOT="0"
+
+IUSE="bladerf hackrf python rtlsdr uhd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+	python? ( dev-lang/swig:0 )
+"
+PDEPEND="bladerf? ( net-wireless/soapybladerf )
+		hackrf? ( net-wireless/soapyhackrf )
+		rtlsdr? ( net-wireless/soapyrtlsdr )
+		uhd? ( net-wireless/soapyuhd )"
+
+src_configure() {
+	configuration() {
+		mycmakeargs+=( -DENABLE_PYTHON=ON )
+		if python_is_python3; then
+			mycmakeargs+=( -DBUILD_PYTHON3=ON )
+		fi
+	}
+
+	if use python; then
+		python_foreach_impl configuration
+	fi
+
+	cmake-utils_src_configure
+}

diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
new file mode 100644
index 00000000000..0669ed4ac68
--- /dev/null
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit cmake-utils python-r1
+
+DESCRIPTION="vendor and platform neutral SDR support library"
+HOMEPAGE="https://github.com/pothosware/SoapySDR"
+
+if [ "${PV}" = "9999" ]; then
+	EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
+	EGIT_CLONE_TYPE="shallow"
+	KEYWORDS=""
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
+fi
+
+LICENSE="Boost-1.0"
+SLOT="0"
+
+IUSE="bladerf hackrf python rtlsdr uhd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+	python? ( dev-lang/swig:0 )
+"
+PDEPEND="bladerf? ( net-wireless/soapybladerf )
+		hackrf? ( net-wireless/soapyhackrf )
+		rtlsdr? ( net-wireless/soapyrtlsdr )
+		uhd? ( net-wireless/soapyuhd )"
+
+src_configure() {
+	configuration() {
+		mycmakeargs+=( -DENABLE_PYTHON=ON )
+		if python_is_python3; then
+			mycmakeargs+=( -DBUILD_PYTHON3=ON )
+		fi
+	}
+
+	if use python; then
+		python_foreach_impl configuration
+	fi
+
+	cmake-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-06-02  1:46 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19 13:41 [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2024-06-02  1:46 Sam James
2024-06-02  1:44 Sam James
2024-05-18  8:18 Arthur Zamarin
2023-08-19 13:41 Rick Farina
2023-08-19 13:41 Rick Farina
2023-04-06  2:18 Rick Farina
2023-04-04 19:56 Rick Farina
2023-04-04 19:56 Rick Farina
2022-07-13  6:15 Sam James
2022-06-10 13:03 Thomas Beierlein
2022-04-30 19:09 Marek Szuba
2021-06-10  3:37 Sam James
2020-12-04  3:16 Rick Farina
2020-08-14 23:22 Andreas Sturmlechner
2020-02-10 21:25 Michał Górny
2019-12-20 19:41 Rick Farina
2019-08-28 14:52 Rick Farina
2018-11-07 20:01 Rick Farina
2018-09-04 20:54 Richard Farina
2018-08-26 10:03 Christian Ruppert
2018-02-19 17:29 Richard Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox