[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/, profiles/

2023-06-22 Thread Jakov Smolić
commit: fed80d932ca14d07919d910951b2c0ee1d9059ab
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 22 13:12:19 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 22 13:12:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed80d93

net-wireless/gr-iio: treeclean

Closes: https://bugs.gentoo.org/897168
Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/gr-iio/Manifest   |  1 -
 net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild | 50 --
 net-wireless/gr-iio/gr-iio-.ebuild | 50 --
 net-wireless/gr-iio/metadata.xml   | 15 ---
 profiles/package.mask  |  7 ---
 5 files changed, 123 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
deleted file mode 100644
index 9fdff3854352..
--- a/net-wireless/gr-iio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gr-iio-0.3_p20210726.tar.gz 67948 BLAKE2B 
59d72f5fb31f5166ba7eb58f6bb50fe91f1edfc0c6fbff5f2d55e3768bc70504c15d32555695f65a9356d7a10a9d4549829896bc3062e9e3992d1f8072114751
 SHA512 
6c8316e6d3c2711256e1463dc1b5ec00e16366069d33d26e6c502e206459be4c76cbf2aa93fa8c54b7766e06b15efdcbc41a83cc72862cdd3c5ce83d0159385e

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
deleted file mode 100644
index d6085313dd3c..
--- a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="GNU Radio IIO Blocks"
-HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
-if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio;
-   EGIT_BRANCH="upgrade-3.8"
-   inherit git-r3
-else
-   COMMIT="407865f89b92daa89fec5c2b3c0e44bb422ef9d3"
-   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
-   KEYWORDS="~amd64 ~riscv ~x86"
-fi
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-libs/boost:=[python,${PYTHON_USEDEP}]
-   ')
-   net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
-   !net-wireless/gnuradio[iio(-)]
-   dev-libs/boost:=
-   net-libs/libiio:=
-   dev-libs/gmp
-   sci-libs/volk:=
-   net-libs/libad9361-iio:="
-
-DEPEND="${RDEPEND}
-   sys-devel/flex:=
-   sys-devel/bison:=
-   dev-util/cppunit:=
-   dev-lang/swig:0"
-
-src_install() {
-   cmake_src_install
-   # Remove stray python files generated by the build system
-   find "${ED}" -name '*.pyc' -exec rm -f {} \; || die
-   find "${ED}" -name '*.pyo' -exec rm -f {} \; || die
-   python_optimize
-}

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
deleted file mode 100644
index d6085313dd3c..
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="GNU Radio IIO Blocks"
-HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
-if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio;
-   EGIT_BRANCH="upgrade-3.8"
-   inherit git-r3
-else
-   COMMIT="407865f89b92daa89fec5c2b3c0e44bb422ef9d3"
-   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
-   KEYWORDS="~amd64 ~riscv ~x86"
-fi
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-libs/boost:=[python,${PYTHON_USEDEP}]
-   ')
-   net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
-   !net-wireless/gnuradio[iio(-)]
-   dev-libs/boost:=
-   net-libs/libiio:=
-   dev-libs/gmp
-   sci-libs/volk:=
-   net-libs/libad9361-iio:="
-
-DEPEND="${RDEPEND}
-   sys-devel/flex:=
-   sys-devel/bison:=
-   dev-util/cppunit:=
-   dev-lang/swig:0"
-
-src_install() {
-   cmake_src_install
-   # Remove stray python files generated by the build system
-   find "${ED}" -name '*.pyc' -exec rm -f {} \; || die
-   find "${ED}" -name '*.pyo' -exec rm -f {} \; || die
-   python_optimize
-}

diff --git a/net-wireless/gr-iio/metadata.xml b/net-wireless/gr-iio/metadata.xml
deleted file mode 100644
index 9a8912883720..
--- a/net-wireless/gr-iio/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-

[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2023-04-04 Thread Sam James
commit: 7525d4dacbe1a6780a9e82252b5a2dd5351c5229
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  4 23:54:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  4 23:54:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7525d4da

net-wireless/gr-iio: drop python3_9

gnuradio (and soapysdr) lack python 3.9 now.

Signed-off-by: Sam James  gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild | 4 ++--
 net-wireless/gr-iio/gr-iio-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
index 861a3cc6afb1..d6085313dd3c 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_10 )
 
 inherit cmake python-single-r1
 

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index 861a3cc6afb1..d6085313dd3c 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_10 )
 
 inherit cmake python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2022-09-04 Thread David Seifert
commit: a9568889b62d37732cf7d5433fc7ae8aa5b637c1
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep  4 12:12:09 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 12:12:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9568889

net-wireless/gr-iio: [QA] correct boost python usedep

Signed-off-by: David Seifert  gentoo.org>

 .../{gr-iio-0.3_p20210726.ebuild => gr-iio-0.3_p20210726-r1.ebuild} | 2 +-
 net-wireless/gr-iio/gr-iio-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
similarity index 96%
rename from net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
index d487ff81632b..861a3cc6afb1 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
-   dev-libs/boost:=[${PYTHON_USEDEP}]
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
')
net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
!net-wireless/gnuradio[iio(-)]

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index d487ff81632b..861a3cc6afb1 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
-   dev-libs/boost:=[${PYTHON_USEDEP}]
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
')
net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
!net-wireless/gnuradio[iio(-)]



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2022-09-01 Thread Rick Farina
commit: b5b46b5e64b19a244705e3c70444683399c66547
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Sep  1 15:42:23 2022 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Sep  1 15:50:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b46b5e

net-wireless/gr-iio: add python deps

Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild | 5 -
 net-wireless/gr-iio/gr-iio-.ebuild  | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
index e36aba5be25f..d487ff81632b 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
@@ -24,8 +24,11 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-libs/boost:=[${PYTHON_USEDEP}]
+   ')
+   net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
!net-wireless/gnuradio[iio(-)]
-   net-wireless/gnuradio:=
dev-libs/boost:=
net-libs/libiio:=
dev-libs/gmp

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index e36aba5be25f..d487ff81632b 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -24,8 +24,11 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-libs/boost:=[${PYTHON_USEDEP}]
+   ')
+   net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}]
!net-wireless/gnuradio[iio(-)]
-   net-wireless/gnuradio:=
dev-libs/boost:=
net-libs/libiio:=
dev-libs/gmp



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2022-09-01 Thread Rick Farina
commit: 24ecb374615b6a96175a1209f0d845bb3d34576c
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Sep  1 15:36:08 2022 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Sep  1 15:50:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ecb374

net-wireless/gr-iio: bump to latest snapshot

Mostly deprecate in favor of gnuradio[iio]

Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-iio/Manifest   |  2 +-
 ...iio-0.3_p20191219-r2.ebuild => gr-iio-0.3_p20210726.ebuild} | 10 +++---
 net-wireless/gr-iio/gr-iio-.ebuild | 10 +++---
 3 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
index cd98bcee556d..9fdff3854352 100644
--- a/net-wireless/gr-iio/Manifest
+++ b/net-wireless/gr-iio/Manifest
@@ -1 +1 @@
-DIST gr-iio-0.3_p20191219.tar.gz 56149 BLAKE2B 
9f95d3eadd1e7c87145093571442064d66a9ae72b2d49bdfb8a437757ede3ea7968184686741de45d9d5cadfd95d87c098f6262ff642a37cd5efbd0d14be061b
 SHA512 
9664ce7e45c91389ce9bca0224451c592101a99f2a5ac6122ab822df8e0e8fb595fb8d0f55589237e76e9d3c49534c14902c1d991b75141decfa2e5cf983527c
+DIST gr-iio-0.3_p20210726.tar.gz 67948 BLAKE2B 
59d72f5fb31f5166ba7eb58f6bb50fe91f1edfc0c6fbff5f2d55e3768bc70504c15d32555695f65a9356d7a10a9d4549829896bc3062e9e3992d1f8072114751
 SHA512 
6c8316e6d3c2711256e1463dc1b5ec00e16366069d33d26e6c502e206459be4c76cbf2aa93fa8c54b7766e06b15efdcbc41a83cc72862cdd3c5ce83d0159385e

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
similarity index 73%
rename from net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
index ded3f63256e6..e36aba5be25f 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{9,10} )
 
 inherit cmake python-single-r1
 
@@ -14,7 +14,7 @@ if [ "${PV}" = "" ]; then
EGIT_BRANCH="upgrade-3.8"
inherit git-r3
 else
-   COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb"
+   COMMIT="407865f89b92daa89fec5c2b3c0e44bb422ef9d3"

SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~riscv ~x86"
@@ -24,7 +24,8 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   =net-wireless/gnuradio-3.8*:=
+   !net-wireless/gnuradio[iio(-)]
+   net-wireless/gnuradio:=
dev-libs/boost:=
net-libs/libiio:=
dev-libs/gmp
@@ -39,5 +40,8 @@ DEPEND="${RDEPEND}
 
 src_install() {
cmake_src_install
+   # Remove stray python files generated by the build system
+   find "${ED}" -name '*.pyc' -exec rm -f {} \; || die
+   find "${ED}" -name '*.pyo' -exec rm -f {} \; || die
python_optimize
 }

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index ded3f63256e6..e36aba5be25f 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{9,10} )
 
 inherit cmake python-single-r1
 
@@ -14,7 +14,7 @@ if [ "${PV}" = "" ]; then
EGIT_BRANCH="upgrade-3.8"
inherit git-r3
 else
-   COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb"
+   COMMIT="407865f89b92daa89fec5c2b3c0e44bb422ef9d3"

SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~riscv ~x86"
@@ -24,7 +24,8 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   =net-wireless/gnuradio-3.8*:=
+   !net-wireless/gnuradio[iio(-)]
+   net-wireless/gnuradio:=
dev-libs/boost:=
net-libs/libiio:=
dev-libs/gmp
@@ -39,5 +40,8 @@ DEPEND="${RDEPEND}
 
 src_install() {
cmake_src_install
+   # Remove stray python files generated by the build system
+   find "${ED}" -name '*.pyc' -exec rm -f {} \; || die
+   find "${ED}" -name '*.pyo' -exec rm -f {} \; || die
python_optimize
 }



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2022-06-10 Thread Thomas Beierlein
commit: ae969280c9a42b5a2208cbb2f5a97d82beb6bffe
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Jun 10 17:59:06 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Jun 10 18:00:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae969280

net-wireless/gr-iio: Add Python 3.10 support

Closes: https://bugs.gentoo.org/846194
Signed-off-by: Thomas Beierlein  gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 4 ++--
 net-wireless/gr-iio/gr-iio-.ebuild | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
index 2765cad70f80..ded3f63256e6 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.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-single-r1
 

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index 0f3c49b650fd..ded3f63256e6 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.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-single-r1
 
@@ -17,7 +17,7 @@ else
COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb"

SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~riscv ~x86"
 fi
 LICENSE="GPL-3+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2022-04-30 Thread Marek Szuba
commit: 34998009fddb19f3a34d9120a5edc810c18d80f2
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Apr 30 19:31:49 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Apr 30 22:01:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34998009

net-wireless/gr-iio: keyword 0.3_p20191219-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
index 0f3c49b650fd..2765cad70f80 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.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
@@ -17,7 +17,7 @@ else
COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb"

SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~riscv ~x86"
 fi
 LICENSE="GPL-3+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2021-02-14 Thread Rick Farina
commit: f7f98c5e00af608b5cf091602e5067a7574c76cc
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Feb 12 18:08:04 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Feb 15 02:19:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f98c5e

net-wireless/gr-iio: python bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 2 +-
 net-wireless/gr-iio/gr-iio-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
index a98aa8c659a..0f3c49b650f 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit cmake python-single-r1
 

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index a98aa8c659a..0f3c49b650f 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit cmake python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2020-12-18 Thread Rick Farina
commit: d92904ae9776b0fa4d100b48dd6f77e77a637e74
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Dec 18 17:15:58 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Dec 18 19:41:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92904ae

net-wireless/gr-iio: volk subslot dep

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Rick Farina  gentoo.org>

 .../{gr-iio-0.3_p20191219-r1.ebuild => gr-iio-0.3_p20191219-r2.ebuild}  | 2 +-
 net-wireless/gr-iio/gr-iio-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
similarity index 98%
rename from net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
index b86aad9b816..4c0884935b0 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS}
dev-libs/boost:=
net-libs/libiio:=
dev-libs/gmp
-   sci-libs/volk
+   sci-libs/volk:=
net-libs/libad9361-iio:="
 
 DEPEND="${RDEPEND}

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index b86aad9b816..4c0884935b0 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${PYTHON_DEPS}
dev-libs/boost:=
net-libs/libiio:=
dev-libs/gmp
-   sci-libs/volk
+   sci-libs/volk:=
net-libs/libad9361-iio:="
 
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2020-10-11 Thread Mikle Kolyada
commit: cd4a1fcd44200ee417a38bb27f9b1f80ba7b1b95
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 11 14:39:57 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 11 14:46:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4a1fcd

net-wireless/gr-iio: Drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-wireless/gr-iio/Manifest |  1 -
 net-wireless/gr-iio/gr-iio-0.3-r3.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
index a5aa42abfb8..cd98bcee556 100644
--- a/net-wireless/gr-iio/Manifest
+++ b/net-wireless/gr-iio/Manifest
@@ -1,2 +1 @@
-DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 
3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224
 SHA512 
2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02
 DIST gr-iio-0.3_p20191219.tar.gz 56149 BLAKE2B 
9f95d3eadd1e7c87145093571442064d66a9ae72b2d49bdfb8a437757ede3ea7968184686741de45d9d5cadfd95d87c098f6262ff642a37cd5efbd0d14be061b
 SHA512 
9664ce7e45c91389ce9bca0224451c592101a99f2a5ac6122ab822df8e0e8fb595fb8d0f55589237e76e9d3c49534c14902c1d991b75141decfa2e5cf983527c

diff --git a/net-wireless/gr-iio/gr-iio-0.3-r3.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
deleted file mode 100644
index cc5dd36528f..000
--- a/net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="GNU Radio IIO Blocks"
-HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
-if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio;
-   inherit git-r3
-   KEYWORDS=""
-else
-   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-   =net-wireless/gnuradio-3.7*:=
-   dev-libs/boost:=
-   net-libs/libiio:=
-   net-libs/libad9361-iio:="
-
-DEPEND="${RDEPEND}
-   sys-devel/flex:=
-   sys-devel/bison:=
-   dev-util/cppunit:=
-   dev-lang/swig:0"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2020-06-02 Thread Rick Farina
commit: 740609a83d9b1126a66fe655dd70b9229fa801a4
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Jun  2 16:29:32 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Jun  2 17:36:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740609a8

net-wireless/gr-iio: fix QA issue

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina  gentoo.org>

 ...{gr-iio-0.3_p20191219.ebuild => gr-iio-0.3_p20191219-r1.ebuild} | 7 ++-
 net-wireless/gr-iio/gr-iio-.ebuild | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
similarity index 91%
rename from net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
index 62c62d5978c..b86aad9b816 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
 
 DESCRIPTION="GNU Radio IIO Blocks"
 HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
@@ -37,3 +37,8 @@ DEPEND="${RDEPEND}
sys-devel/bison:=
dev-util/cppunit:=
dev-lang/swig:0"
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index 62c62d5978c..b86aad9b816 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
 
 DESCRIPTION="GNU Radio IIO Blocks"
 HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
@@ -37,3 +37,8 @@ DEPEND="${RDEPEND}
sys-devel/bison:=
dev-util/cppunit:=
dev-lang/swig:0"
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2020-06-01 Thread Rick Farina
commit: 2c5a6f40a3f6656ef63873e3122486c5cec8f17c
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jun  1 01:34:39 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:43:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5a6f40

net-wireless/gr-iio: bump for gr3.8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-iio/Manifest |  2 +-
 .../{gr-iio-0.3-r2.ebuild => gr-iio-0.3_p20191029.ebuild}| 12 +++-
 net-wireless/gr-iio/gr-iio-.ebuild   | 12 +++-
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
index df074d7140a..a61f0b9ed9a 100644
--- a/net-wireless/gr-iio/Manifest
+++ b/net-wireless/gr-iio/Manifest
@@ -1 +1 @@
-DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 
3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224
 SHA512 
2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02
+DIST gr-iio-0.3_p20191029.tar.gz 68968 BLAKE2B 
f7d0a0d79091153e7d91614828b751d70791d55f8a4d4dfe5b09c181c42ca9362452d82fca7fbbbce30c3fa1b0024d52cea630408b3ca4495486a65a8454148c
 SHA512 
636ce9ccc92ee46c9be96aa720cf8fa19889bf3b0c809b0d5726cb199df4b28c7fa95ec5316ccd2c2b933f4b26ffaa519d833199da7b43f04e510dd47228e7df

diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
similarity index 67%
rename from net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
index ed62ac0d968..3ebe5b6600a 100644
--- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-utils python-single-r1
 
@@ -14,7 +14,9 @@ if [ "${PV}" = "" ]; then
inherit git-r3
KEYWORDS=""
 else
-   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   COMMIT="8196f3de5b2fdf384801748166cc4ad86a4a9338"
+   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
 fi
 LICENSE="GPL-3+"
@@ -22,7 +24,7 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   >=net-wireless/gnuradio-3.7.0:=
+   =net-wireless/gnuradio-3.8*:=
dev-libs/boost:=
net-libs/libiio:=
net-libs/libad9361-iio:="

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index ed62ac0d968..3ebe5b6600a 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-utils python-single-r1
 
@@ -14,7 +14,9 @@ if [ "${PV}" = "" ]; then
inherit git-r3
KEYWORDS=""
 else
-   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   COMMIT="8196f3de5b2fdf384801748166cc4ad86a4a9338"
+   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
 fi
 LICENSE="GPL-3+"
@@ -22,7 +24,7 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   >=net-wireless/gnuradio-3.7.0:=
+   =net-wireless/gnuradio-3.8*:=
dev-libs/boost:=
net-libs/libiio:=
net-libs/libad9361-iio:="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2020-06-01 Thread Rick Farina
commit: d082d078a21831a3bc1cbcbef1ac686f059611b9
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jun  1 01:35:03 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:45:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d082d078

Revert "net-wireless/gr-iio: bump for gr3.8"

This reverts commit 77c45f0c98e63cc1f3df46177f04bcb7b8700933.
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-iio/Manifest |  2 +-
 .../{gr-iio-0.3_p20191029.ebuild => gr-iio-0.3-r2.ebuild}| 12 +---
 net-wireless/gr-iio/gr-iio-.ebuild   | 12 +---
 3 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
index a61f0b9ed9a..df074d7140a 100644
--- a/net-wireless/gr-iio/Manifest
+++ b/net-wireless/gr-iio/Manifest
@@ -1 +1 @@
-DIST gr-iio-0.3_p20191029.tar.gz 68968 BLAKE2B 
f7d0a0d79091153e7d91614828b751d70791d55f8a4d4dfe5b09c181c42ca9362452d82fca7fbbbce30c3fa1b0024d52cea630408b3ca4495486a65a8454148c
 SHA512 
636ce9ccc92ee46c9be96aa720cf8fa19889bf3b0c809b0d5726cb199df4b28c7fa95ec5316ccd2c2b933f4b26ffaa519d833199da7b43f04e510dd47228e7df
+DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 
3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224
 SHA512 
2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
similarity index 67%
rename from net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
index 3ebe5b6600a..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit cmake-utils python-single-r1
 
@@ -14,9 +14,7 @@ if [ "${PV}" = "" ]; then
inherit git-r3
KEYWORDS=""
 else
-   COMMIT="8196f3de5b2fdf384801748166cc4ad86a4a9338"
-   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
+   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 LICENSE="GPL-3+"
@@ -24,7 +22,7 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   =net-wireless/gnuradio-3.8*:=
+   >=net-wireless/gnuradio-3.7.0:=
dev-libs/boost:=
net-libs/libiio:=
net-libs/libad9361-iio:="

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index 3ebe5b6600a..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit cmake-utils python-single-r1
 
@@ -14,9 +14,7 @@ if [ "${PV}" = "" ]; then
inherit git-r3
KEYWORDS=""
 else
-   COMMIT="8196f3de5b2fdf384801748166cc4ad86a4a9338"
-   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
+   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 LICENSE="GPL-3+"
@@ -24,7 +22,7 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   =net-wireless/gnuradio-3.8*:=
+   >=net-wireless/gnuradio-3.7.0:=
dev-libs/boost:=
net-libs/libiio:=
net-libs/libad9361-iio:="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2020-06-01 Thread Rick Farina
commit: e3bd2f0dc16b0ddeb0e5110201753a195dc78458
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jun  1 17:55:54 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:45:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bd2f0d

net-wireless/gr-iio: bump for gr-3.8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-iio/Manifest | 2 +-
 .../{gr-iio-0.3_p20191029.ebuild => gr-iio-0.3_p20191219.ebuild} | 5 -
 net-wireless/gr-iio/gr-iio-.ebuild   | 5 -
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
index 92c9ab819bc..a5aa42abfb8 100644
--- a/net-wireless/gr-iio/Manifest
+++ b/net-wireless/gr-iio/Manifest
@@ -1,2 +1,2 @@
 DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 
3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224
 SHA512 
2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02
-DIST gr-iio-0.3_p20191029.tar.gz 68968 BLAKE2B 
f7d0a0d79091153e7d91614828b751d70791d55f8a4d4dfe5b09c181c42ca9362452d82fca7fbbbce30c3fa1b0024d52cea630408b3ca4495486a65a8454148c
 SHA512 
636ce9ccc92ee46c9be96aa720cf8fa19889bf3b0c809b0d5726cb199df4b28c7fa95ec5316ccd2c2b933f4b26ffaa519d833199da7b43f04e510dd47228e7df
+DIST gr-iio-0.3_p20191219.tar.gz 56149 BLAKE2B 
9f95d3eadd1e7c87145093571442064d66a9ae72b2d49bdfb8a437757ede3ea7968184686741de45d9d5cadfd95d87c098f6262ff642a37cd5efbd0d14be061b
 SHA512 
9664ce7e45c91389ce9bca0224451c592101a99f2a5ac6122ab822df8e0e8fb595fb8d0f55589237e76e9d3c49534c14902c1d991b75141decfa2e5cf983527c

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
similarity index 88%
rename from net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
index e27ea80265e..62c62d5978c 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
@@ -11,10 +11,11 @@ DESCRIPTION="GNU Radio IIO Blocks"
 HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio;
+   EGIT_BRANCH="upgrade-3.8"
inherit git-r3
KEYWORDS=""
 else
-   COMMIT="77c45f0c98e63cc1f3df46177f04bcb7b8700933"
+   COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb"

SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
@@ -27,6 +28,8 @@ RDEPEND="${PYTHON_DEPS}
=net-wireless/gnuradio-3.8*:=
dev-libs/boost:=
net-libs/libiio:=
+   dev-libs/gmp
+   sci-libs/volk
net-libs/libad9361-iio:="
 
 DEPEND="${RDEPEND}

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index e27ea80265e..62c62d5978c 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -11,10 +11,11 @@ DESCRIPTION="GNU Radio IIO Blocks"
 HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio;
+   EGIT_BRANCH="upgrade-3.8"
inherit git-r3
KEYWORDS=""
 else
-   COMMIT="77c45f0c98e63cc1f3df46177f04bcb7b8700933"
+   COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb"

SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
@@ -27,6 +28,8 @@ RDEPEND="${PYTHON_DEPS}
=net-wireless/gnuradio-3.8*:=
dev-libs/boost:=
net-libs/libiio:=
+   dev-libs/gmp
+   sci-libs/volk
net-libs/libad9361-iio:="
 
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2020-06-01 Thread Rick Farina
commit: ea40a584bd9ad0e81c26c5b01401f32a0b9c67e3
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jun  1 01:39:58 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jun  1 20:45:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea40a584

net-wireless/gr-iio: bump for gr3.8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-iio/Manifest |  1 +
 .../gr-iio/{gr-iio-0.3-r2.ebuild => gr-iio-0.3-r3.ebuild}|  6 +++---
 .../{gr-iio-0.3-r2.ebuild => gr-iio-0.3_p20191029.ebuild}| 12 +++-
 net-wireless/gr-iio/gr-iio-.ebuild   | 12 +++-
 4 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
index df074d7140a..92c9ab819bc 100644
--- a/net-wireless/gr-iio/Manifest
+++ b/net-wireless/gr-iio/Manifest
@@ -1 +1,2 @@
 DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 
3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224
 SHA512 
2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02
+DIST gr-iio-0.3_p20191029.tar.gz 68968 BLAKE2B 
f7d0a0d79091153e7d91614828b751d70791d55f8a4d4dfe5b09c181c42ca9362452d82fca7fbbbce30c3fa1b0024d52cea630408b3ca4495486a65a8454148c
 SHA512 
636ce9ccc92ee46c9be96aa720cf8fa19889bf3b0c809b0d5726cb199df4b28c7fa95ec5316ccd2c2b933f4b26ffaa519d833199da7b43f04e510dd47228e7df

diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
similarity index 90%
copy from net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
copy to net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
index ed62ac0d968..cc5dd36528f 100644
--- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -22,7 +22,7 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   >=net-wireless/gnuradio-3.7.0:=
+   =net-wireless/gnuradio-3.7*:=
dev-libs/boost:=
net-libs/libiio:=
net-libs/libad9361-iio:="

diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
similarity index 67%
rename from net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
index ed62ac0d968..e27ea80265e 100644
--- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-utils python-single-r1
 
@@ -14,7 +14,9 @@ if [ "${PV}" = "" ]; then
inherit git-r3
KEYWORDS=""
 else
-   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   COMMIT="77c45f0c98e63cc1f3df46177f04bcb7b8700933"
+   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
 fi
 LICENSE="GPL-3+"
@@ -22,7 +24,7 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   >=net-wireless/gnuradio-3.7.0:=
+   =net-wireless/gnuradio-3.8*:=
dev-libs/boost:=
net-libs/libiio:=
net-libs/libad9361-iio:="

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index ed62ac0d968..e27ea80265e 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-utils python-single-r1
 
@@ -14,7 +14,9 @@ if [ "${PV}" = "" ]; then
inherit git-r3
KEYWORDS=""
 else
-   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   COMMIT="77c45f0c98e63cc1f3df46177f04bcb7b8700933"
+   
SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="~amd64 ~x86"
 fi
 LICENSE="GPL-3+"
@@ -22,7 +24,7 @@ SLOT="0"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
-   >=net-wireless/gnuradio-3.7.0:=
+   =net-wireless/gnuradio-3.8*:=
dev-libs/boost:=
net-libs/libiio:=
net-libs/libad9361-iio:="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2019-08-12 Thread Michał Górny
commit: f8ce3fdc18247d477a840fe0173bbd2a797bcf75
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 17:51:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 17:58:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ce3fdc

net-wireless/gr-iio: Add missing PYTHON_REQUIRED_USE

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

 net-wireless/gr-iio/gr-iio-0.3-r2.ebuild | 3 ++-
 net-wireless/gr-iio/gr-iio-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
index 243224b3adc..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ else
 fi
 LICENSE="GPL-3+"
 SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
>=net-wireless/gnuradio-3.7.0:=

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index 243224b3adc..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ else
 fi
 LICENSE="GPL-3+"
 SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
>=net-wireless/gnuradio-3.7.0:=



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/

2018-09-04 Thread Richard Farina
commit: 3ff0de7c9905ba8f7a620be4d546852bed9f5068
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Sep  5 01:13:19 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Sep  5 01:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff0de7c

net-wireless/gr-iio: mostly import from pentoo

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-wireless/gr-iio/Manifest |  1 +
 net-wireless/gr-iio/gr-iio-0.3-r2.ebuild | 33 
 net-wireless/gr-iio/gr-iio-.ebuild   | 33 
 net-wireless/gr-iio/metadata.xml | 15 +++
 4 files changed, 82 insertions(+)

diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
new file mode 100644
index 000..df074d7140a
--- /dev/null
+++ b/net-wireless/gr-iio/Manifest
@@ -0,0 +1 @@
+DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 
3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224
 SHA512 
2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02

diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
new file mode 100644
index 000..243224b3adc
--- /dev/null
+++ b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="GNU Radio IIO Blocks"
+HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio;
+   inherit git-r3
+   KEYWORDS=""
+else
+   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="${PYTHON_DEPS}
+   >=net-wireless/gnuradio-3.7.0:=
+   dev-libs/boost:=
+   net-libs/libiio:=
+   net-libs/libad9361-iio:="
+
+DEPEND="${RDEPEND}
+   sys-devel/flex:=
+   sys-devel/bison:=
+   dev-util/cppunit:=
+   dev-lang/swig:0"

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
new file mode 100644
index 000..243224b3adc
--- /dev/null
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="GNU Radio IIO Blocks"
+HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio;
+   inherit git-r3
+   KEYWORDS=""
+else
+   
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="${PYTHON_DEPS}
+   >=net-wireless/gnuradio-3.7.0:=
+   dev-libs/boost:=
+   net-libs/libiio:=
+   net-libs/libad9361-iio:="
+
+DEPEND="${RDEPEND}
+   sys-devel/flex:=
+   sys-devel/bison:=
+   dev-util/cppunit:=
+   dev-lang/swig:0"

diff --git a/net-wireless/gr-iio/metadata.xml b/net-wireless/gr-iio/metadata.xml
new file mode 100644
index 000..890c956dc13
--- /dev/null
+++ b/net-wireless/gr-iio/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+   
+   ra...@gentoo.org
+   Radio
+   
+   
+   analogdevicesinc/gr-iio
+   
+