public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2018-09-05  1:13 Richard Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Richard Farina @ 2018-09-05  1:13 UTC (permalink / raw
  To: gentoo-commits

commit:     3ff0de7c9905ba8f7a620be4d546852bed9f5068
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 01:13:19 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 01:13:19 2018 +0000
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-9999.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 00000000000..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 00000000000..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}" = "9999" ]; 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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
new file mode 100644
index 00000000000..243224b3adc
--- /dev/null
+++ b/net-wireless/gr-iio/gr-iio-9999.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}" = "9999" ]; 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 00000000000..890c956dc13
--- /dev/null
+++ b/net-wireless/gr-iio/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+	<upstream>
+		<remote-id type="github">analogdevicesinc/gr-iio</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2019-08-12 17:58 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2019-08-12 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f8ce3fdc18247d477a840fe0173bbd2a797bcf75
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 17:51:45 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 17:58:16 2019 +0000
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 <mgorny <AT> gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3-r2.ebuild | 3 ++-
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index 243224b3adc..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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:=


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2020-06-01 20:45 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2020-06-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ea40a584bd9ad0e81c26c5b01401f32a0b9c67e3
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 01:39:58 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 20:45:45 2020 +0000
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 <zerochaos <AT> 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-9999.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}" = "9999" ]; 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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index ed62ac0d968..e27ea80265e 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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}" = "9999" ]; 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:="


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2020-06-01 20:45 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2020-06-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d082d078a21831a3bc1cbcbef1ac686f059611b9
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 01:35:03 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 20:45:37 2020 +0000
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 <zerochaos <AT> 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-9999.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}" = "9999" ]; 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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index 3ebe5b6600a..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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}" = "9999" ]; 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:="


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2020-06-01 20:45 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2020-06-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2c5a6f40a3f6656ef63873e3122486c5cec8f17c
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 01:34:39 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 20:43:10 2020 +0000
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 <zerochaos <AT> 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-9999.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}" = "9999" ]; 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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index ed62ac0d968..3ebe5b6600a 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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}" = "9999" ]; 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:="


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2020-06-01 20:45 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2020-06-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e3bd2f0dc16b0ddeb0e5110201753a195dc78458
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 17:55:54 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 20:45:46 2020 +0000
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 <zerochaos <AT> 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-9999.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}" = "9999" ]; 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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index e27ea80265e..62c62d5978c 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.ebuild
@@ -11,10 +11,11 @@ DESCRIPTION="GNU Radio IIO Blocks"
 HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
 if [ "${PV}" = "9999" ]; 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}


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2020-06-02 17:36 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2020-06-02 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     740609a83d9b1126a66fe655dd70b9229fa801a4
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 16:29:32 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 17:36:19 2020 +0000
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 <zerochaos <AT> gentoo.org>

 ...{gr-iio-0.3_p20191219.ebuild => gr-iio-0.3_p20191219-r1.ebuild} | 7 ++++++-
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index 62c62d5978c..b86aad9b816 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2020-10-11 14:46 Mikle Kolyada
  0 siblings, 0 replies; 16+ messages in thread
From: Mikle Kolyada @ 2020-10-11 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     cd4a1fcd44200ee417a38bb27f9b1f80ba7b1b95
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 14:39:57 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 14:46:47 2020 +0000
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 <zlogene <AT> 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..00000000000
--- 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}" = "9999" ]; 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"


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2020-12-18 19:41 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2020-12-18 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d92904ae9776b0fa4d100b48dd6f77e77a637e74
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 17:15:58 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 19:41:21 2020 +0000
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 <zerochaos <AT> gentoo.org>

 .../{gr-iio-0.3_p20191219-r1.ebuild => gr-iio-0.3_p20191219-r2.ebuild}  | 2 +-
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index b86aad9b816..4c0884935b0 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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}


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2021-02-15  2:19 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2021-02-15  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f7f98c5e00af608b5cf091602e5067a7574c76cc
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 18:08:04 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 02:19:35 2021 +0000
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 <zerochaos <AT> gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 2 +-
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index a98aa8c659a..0f3c49b650f 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit cmake python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2022-04-30 22:01 Marek Szuba
  0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2022-04-30 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     34998009fddb19f3a34d9120a5edc810c18d80f2
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 19:31:49 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 22:01:13 2022 +0000
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 <marecki <AT> 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"


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2022-06-10 18:00 Thomas Beierlein
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Beierlein @ 2022-06-10 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ae969280c9a42b5a2208cbb2f5a97d82beb6bffe
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 17:59:06 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 18:00:04 2022 +0000
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 <tomjbe <AT> gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20191219-r2.ebuild | 4 ++--
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index 0f3c49b650fd..ded3f63256e6 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-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-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"


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2022-09-01 15:50 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2022-09-01 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     24ecb374615b6a96175a1209f0d845bb3d34576c
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 15:36:08 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 15:50:20 2022 +0000
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 <zerochaos <AT> 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-9999.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}" = "9999" ]; 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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index ded3f63256e6..e36aba5be25f 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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}" = "9999" ]; 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
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2022-09-01 15:50 Rick Farina
  0 siblings, 0 replies; 16+ messages in thread
From: Rick Farina @ 2022-09-01 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b46b5e64b19a244705e3c70444683399c66547
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 15:42:23 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 15:50:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b46b5e

net-wireless/gr-iio: add python deps

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

 net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild | 5 ++++-
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index e36aba5be25f..d487ff81632b 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2022-09-04 12:12 David Seifert
  0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2022-09-04 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a9568889b62d37732cf7d5433fc7ae8aa5b637c1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 12:12:09 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 12:12:09 2022 +0000
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 <soap <AT> gentoo.org>

 .../{gr-iio-0.3_p20210726.ebuild => gr-iio-0.3_p20210726-r1.ebuild}     | 2 +-
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index d487ff81632b..861a3cc6afb1 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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(-)]


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

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
@ 2023-04-04 23:55 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-04-04 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7525d4dacbe1a6780a9e82252b5a2dd5351c5229
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 23:54:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 23:54:17 2023 +0000
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 <sam <AT> gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3_p20210726-r1.ebuild | 4 ++--
 net-wireless/gr-iio/gr-iio-9999.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-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
index 861a3cc6afb1..d6085313dd3c 100644
--- a/net-wireless/gr-iio/gr-iio-9999.ebuild
+++ b/net-wireless/gr-iio/gr-iio-9999.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
 


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

end of thread, other threads:[~2023-04-04 23:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-15  2:19 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2023-04-04 23:55 Sam James
2022-09-04 12:12 David Seifert
2022-09-01 15:50 Rick Farina
2022-09-01 15:50 Rick Farina
2022-06-10 18:00 Thomas Beierlein
2022-04-30 22:01 Marek Szuba
2020-12-18 19:41 Rick Farina
2020-10-11 14:46 Mikle Kolyada
2020-06-02 17:36 Rick Farina
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2019-08-12 17:58 Michał Górny
2018-09-05  1:13 Richard Farina

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