Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/
Date: Mon, 01 Jun 2020 20:46:06
Message-Id: 1591044345.ea40a584bd9ad0e81c26c5b01401f32a0b9c67e3.zerochaos@gentoo
1 commit: ea40a584bd9ad0e81c26c5b01401f32a0b9c67e3
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 01:39:58 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:45:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea40a584
7
8 net-wireless/gr-iio: bump for gr3.8
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/gr-iio/Manifest | 1 +
14 .../gr-iio/{gr-iio-0.3-r2.ebuild => gr-iio-0.3-r3.ebuild} | 6 +++---
15 .../{gr-iio-0.3-r2.ebuild => gr-iio-0.3_p20191029.ebuild} | 12 +++++++-----
16 net-wireless/gr-iio/gr-iio-9999.ebuild | 12 +++++++-----
17 4 files changed, 18 insertions(+), 13 deletions(-)
18
19 diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest
20 index df074d7140a..92c9ab819bc 100644
21 --- a/net-wireless/gr-iio/Manifest
22 +++ b/net-wireless/gr-iio/Manifest
23 @@ -1 +1,2 @@
24 DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224 SHA512 2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02
25 +DIST gr-iio-0.3_p20191029.tar.gz 68968 BLAKE2B f7d0a0d79091153e7d91614828b751d70791d55f8a4d4dfe5b09c181c42ca9362452d82fca7fbbbce30c3fa1b0024d52cea630408b3ca4495486a65a8454148c SHA512 636ce9ccc92ee46c9be96aa720cf8fa19889bf3b0c809b0d5726cb199df4b28c7fa95ec5316ccd2c2b933f4b26ffaa519d833199da7b43f04e510dd47228e7df
26
27 diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild b/net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
28 similarity index 90%
29 copy from net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
30 copy to net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
31 index ed62ac0d968..cc5dd36528f 100644
32 --- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
33 +++ b/net-wireless/gr-iio/gr-iio-0.3-r3.ebuild
34 @@ -1,7 +1,7 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 +# Copyright 1999-2020 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=6
40 +EAPI=7
41
42 PYTHON_COMPAT=( python2_7 )
43
44 @@ -22,7 +22,7 @@ SLOT="0"
45 REQUIRED_USE=${PYTHON_REQUIRED_USE}
46
47 RDEPEND="${PYTHON_DEPS}
48 - >=net-wireless/gnuradio-3.7.0:=
49 + =net-wireless/gnuradio-3.7*:=
50 dev-libs/boost:=
51 net-libs/libiio:=
52 net-libs/libad9361-iio:="
53
54 diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
55 similarity index 67%
56 rename from net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
57 rename to net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
58 index ed62ac0d968..e27ea80265e 100644
59 --- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
60 +++ b/net-wireless/gr-iio/gr-iio-0.3_p20191029.ebuild
61 @@ -1,9 +1,9 @@
62 -# Copyright 1999-2019 Gentoo Authors
63 +# Copyright 1999-2020 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 -EAPI=6
67 +EAPI=7
68
69 -PYTHON_COMPAT=( python2_7 )
70 +PYTHON_COMPAT=( python3_{6,7,8} )
71
72 inherit cmake-utils python-single-r1
73
74 @@ -14,7 +14,9 @@ if [ "${PV}" = "9999" ]; then
75 inherit git-r3
76 KEYWORDS=""
77 else
78 - SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
79 + COMMIT="77c45f0c98e63cc1f3df46177f04bcb7b8700933"
80 + SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
81 + S="${WORKDIR}/${PN}-${COMMIT}"
82 KEYWORDS="~amd64 ~x86"
83 fi
84 LICENSE="GPL-3+"
85 @@ -22,7 +24,7 @@ SLOT="0"
86 REQUIRED_USE=${PYTHON_REQUIRED_USE}
87
88 RDEPEND="${PYTHON_DEPS}
89 - >=net-wireless/gnuradio-3.7.0:=
90 + =net-wireless/gnuradio-3.8*:=
91 dev-libs/boost:=
92 net-libs/libiio:=
93 net-libs/libad9361-iio:="
94
95 diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild
96 index ed62ac0d968..e27ea80265e 100644
97 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild
98 +++ b/net-wireless/gr-iio/gr-iio-9999.ebuild
99 @@ -1,9 +1,9 @@
100 -# Copyright 1999-2019 Gentoo Authors
101 +# Copyright 1999-2020 Gentoo Authors
102 # Distributed under the terms of the GNU General Public License v2
103
104 -EAPI=6
105 +EAPI=7
106
107 -PYTHON_COMPAT=( python2_7 )
108 +PYTHON_COMPAT=( python3_{6,7,8} )
109
110 inherit cmake-utils python-single-r1
111
112 @@ -14,7 +14,9 @@ if [ "${PV}" = "9999" ]; then
113 inherit git-r3
114 KEYWORDS=""
115 else
116 - SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
117 + COMMIT="77c45f0c98e63cc1f3df46177f04bcb7b8700933"
118 + SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
119 + S="${WORKDIR}/${PN}-${COMMIT}"
120 KEYWORDS="~amd64 ~x86"
121 fi
122 LICENSE="GPL-3+"
123 @@ -22,7 +24,7 @@ SLOT="0"
124 REQUIRED_USE=${PYTHON_REQUIRED_USE}
125
126 RDEPEND="${PYTHON_DEPS}
127 - >=net-wireless/gnuradio-3.7.0:=
128 + =net-wireless/gnuradio-3.8*:=
129 dev-libs/boost:=
130 net-libs/libiio:=
131 net-libs/libad9361-iio:="