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-iqbal/
Date: Mon, 01 Jun 2020 20:46:03
Message-Id: 1591044188.72ae9bb6e2042f333f606e81cc57271dd19be540.zerochaos@gentoo
1 commit: 72ae9bb6e2042f333f606e81cc57271dd19be540
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 02:25:05 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:43:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae9bb6
7
8 net-wireless/gr-iqbal: bumps
9
10 prep for gr3.8 upgrade
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 net-wireless/gr-iqbal/Manifest | 3 ++-
16 .../{gr-iqbal-0.37.2.ebuild => gr-iqbal-0.37.3.ebuild} | 12 +++++-------
17 .../{gr-iqbal-0.37.2.ebuild => gr-iqbal-0.38.1.ebuild} | 14 ++++++--------
18 net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 14 ++++++--------
19 4 files changed, 19 insertions(+), 24 deletions(-)
20
21 diff --git a/net-wireless/gr-iqbal/Manifest b/net-wireless/gr-iqbal/Manifest
22 index 15cb0b0a1fa..223d546adbe 100644
23 --- a/net-wireless/gr-iqbal/Manifest
24 +++ b/net-wireless/gr-iqbal/Manifest
25 @@ -1 +1,2 @@
26 -DIST gr-iqbal-0.37.2.tar.xz 71340 BLAKE2B 1605c520a7ff0088a24ea79e181b36261cdf849438aa3ef4a499228a372297017d3bbc4c96279f9b1bceb7b690aa7b6081b6e970a337e03c766dab5149fff199 SHA512 00037a535219ebe3b5244d4a09355cc74bf17aa6a935bff135e9d7c7c7f6bc1c8b7a29edc02132dbacda2c41efa3613c09e6fdc222472e58d88c4c076736842e
27 +DIST gr-iqbal-0.37.3.tar.gz 105924 BLAKE2B 25eddc718e2b6d5c679a0d6f199d9d49ff69b535502bf9449d7561ae8c172014a5058cee7ef692a36ec518408747d63d01a23c963f45a5d4b5f58175c49f5bbc SHA512 04ac24e2cc8ebf458088e4d8b005818d3f2496fdc801779dc276c21ee751520039078d5157022a886494f8d62b586d69c703e83fb0539e775ce95e3ca34cf374
28 +DIST gr-iqbal-0.38.1.tar.gz 106392 BLAKE2B 009f36dcf34127e80d8afa91196906a2b2dc8696dd16f9e7d6d9011d9baf2e4c2dfac78eb1acabcbe52dd88ce08b15f8da407b141585f2c60fd63549218576e0 SHA512 b2f74bba560478b746ad1b11d70202fa2d396462f4806918379543fc69a915346745b34f9ffb2914091ec677295f6f378a5b22641c26aa37c5e23092623b5cee
29
30 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild
31 similarity index 69%
32 copy from net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
33 copy to net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild
34 index 1ed8501d81d..c1920c8ed5e 100644
35 --- a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
36 +++ b/net-wireless/gr-iqbal/gr-iqbal-0.37.3.ebuild
37 @@ -1,7 +1,7 @@
38 # Copyright 1999-2020 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 -EAPI=6
42 +EAPI=7
43 PYTHON_COMPAT=( python2_7 )
44
45 inherit cmake-utils python-single-r1
46 @@ -11,11 +11,9 @@ HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
47
48 if [[ ${PV} == 9999* ]]; then
49 inherit git-r3
50 - SRC_URI=""
51 - EGIT_REPO_URI="https://git.osmocom.org/gr-iqbal"
52 - KEYWORDS=""
53 + EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git"
54 else
55 - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
56 + SRC_URI="https://github.com/osmocom/gr-iqbal/archive/v${PV}.tar.gz -> ${P}.tar.gz"
57 KEYWORDS="~amd64 ~arm ~x86"
58 fi
59
60 @@ -23,9 +21,9 @@ LICENSE="GPL-3"
61 SLOT="0/${PV}"
62 IUSE=""
63
64 -RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_SINGLE_USEDEP}]
65 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 +RDEPEND="=net-wireless/gnuradio-3.7*:0=[${PYTHON_SINGLE_USEDEP}]
67 net-libs/libosmo-dsp:=
68 dev-libs/boost:=
69 ${PYTHON_DEPS}"
70 DEPEND="${RDEPEND}"
71 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
72
73 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild
74 similarity index 65%
75 rename from net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
76 rename to net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild
77 index 1ed8501d81d..718058c0050 100644
78 --- a/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild
79 +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.1.ebuild
80 @@ -1,8 +1,8 @@
81 # Copyright 1999-2020 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 -EAPI=6
85 -PYTHON_COMPAT=( python2_7 )
86 +EAPI=7
87 +PYTHON_COMPAT=( python3_{6,7,8})
88
89 inherit cmake-utils python-single-r1
90
91 @@ -11,11 +11,9 @@ HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
92
93 if [[ ${PV} == 9999* ]]; then
94 inherit git-r3
95 - SRC_URI=""
96 - EGIT_REPO_URI="https://git.osmocom.org/gr-iqbal"
97 - KEYWORDS=""
98 + EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git"
99 else
100 - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
101 + SRC_URI="https://github.com/osmocom/gr-iqbal/archive/v${PV}.tar.gz -> ${P}.tar.gz"
102 KEYWORDS="~amd64 ~arm ~x86"
103 fi
104
105 @@ -23,9 +21,9 @@ LICENSE="GPL-3"
106 SLOT="0/${PV}"
107 IUSE=""
108
109 -RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_SINGLE_USEDEP}]
110 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
111 +RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
112 net-libs/libosmo-dsp:=
113 dev-libs/boost:=
114 ${PYTHON_DEPS}"
115 DEPEND="${RDEPEND}"
116 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
117
118 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
119 index 1ed8501d81d..718058c0050 100644
120 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
121 +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild
122 @@ -1,8 +1,8 @@
123 # Copyright 1999-2020 Gentoo Authors
124 # Distributed under the terms of the GNU General Public License v2
125
126 -EAPI=6
127 -PYTHON_COMPAT=( python2_7 )
128 +EAPI=7
129 +PYTHON_COMPAT=( python3_{6,7,8})
130
131 inherit cmake-utils python-single-r1
132
133 @@ -11,11 +11,9 @@ HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
134
135 if [[ ${PV} == 9999* ]]; then
136 inherit git-r3
137 - SRC_URI=""
138 - EGIT_REPO_URI="https://git.osmocom.org/gr-iqbal"
139 - KEYWORDS=""
140 + EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git"
141 else
142 - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
143 + SRC_URI="https://github.com/osmocom/gr-iqbal/archive/v${PV}.tar.gz -> ${P}.tar.gz"
144 KEYWORDS="~amd64 ~arm ~x86"
145 fi
146
147 @@ -23,9 +21,9 @@ LICENSE="GPL-3"
148 SLOT="0/${PV}"
149 IUSE=""
150
151 -RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_SINGLE_USEDEP}]
152 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
153 +RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
154 net-libs/libosmo-dsp:=
155 dev-libs/boost:=
156 ${PYTHON_DEPS}"
157 DEPEND="${RDEPEND}"
158 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"