diff options
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-iio/Manifest | 1 | ||||
-rw-r--r-- | net-wireless/gr-iio/gr-iio-0.3-r3.ebuild (renamed from net-wireless/gr-iio/gr-iio-0.3-r2.ebuild) | 6 | ||||
-rw-r--r-- | net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild | 36 | ||||
-rw-r--r-- | net-wireless/gr-iio/gr-iio-9999.ebuild | 12 |
4 files changed, 47 insertions, 8 deletions
diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest index df074d7140ac..92c9ab819bcd 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 index ed62ac0d9684..cc5dd36528ff 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_p20191029.ebuild b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild new file mode 100644 index 000000000000..e27ea80265e7 --- /dev/null +++ b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +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 + 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+" +SLOT="0" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +RDEPEND="${PYTHON_DEPS} + =net-wireless/gnuradio-3.8*:= + 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 index ed62ac0d9684..e27ea80265e7 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:=" |