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-osmosdr/
Date: Wed, 03 Jul 2019 05:22:08
Message-Id: 1562131320.e276904d4623f4d2f21267dd5720cc58266c422c.zerochaos@gentoo
1 commit: e276904d4623f4d2f21267dd5720cc58266c422c
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 3 04:33:01 2019 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 3 05:22:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e276904d
7
8 net-wireless/gr-osmosdr: bug #675774
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/gr-osmosdr/Manifest | 1 -
14 .../gr-osmosdr-0.1.4_p20170612-r2.ebuild | 69 ----------------------
15 ...ebuild => gr-osmosdr-0.1.4_p20180626-r4.ebuild} | 4 +-
16 ...ebuild => gr-osmosdr-0.1.4_p20180626-r5.ebuild} | 4 +-
17 4 files changed, 4 insertions(+), 74 deletions(-)
18
19 diff --git a/net-wireless/gr-osmosdr/Manifest b/net-wireless/gr-osmosdr/Manifest
20 index 97074e544a3..c2b2cbbba87 100644
21 --- a/net-wireless/gr-osmosdr/Manifest
22 +++ b/net-wireless/gr-osmosdr/Manifest
23 @@ -1,2 +1 @@
24 -DIST gr-osmosdr-0.1.4_p20170612.tar.xz 174416 BLAKE2B d0ef0d4348b561da10f3e8b99fb43f93fbee5c19a1a4fdcc465f2a63425a42ad0f8d64f522e4aafd5182e66c3c96b42f603e9b595e61b0be15b45eae5330fe5e SHA512 9cf3d0453696c7cfe0679136335a71ec5fd18c4b09cbe3e75fca90626065bf6640969bf224219fe796739abbc3b627eb8bf3509b52f764c38b57f169005ea933
25 DIST gr-osmosdr-0.1.4_p20180626.tar.xz 179568 BLAKE2B 223d23bd17edd5f4ee78237e509c79e5e7e49bbfb516009c3b5a715f386fcd138beea48e417d4576a7749cdb440736b6d92c8766b614bf617ef6b2bb4a293fda SHA512 8540da1f4d6936e0a97fa2f3e24af1866d44620fd7e7bc65b323364f67f1527fe8e0efd7bf0349be5e3d61f2ed24fa736c924ea0038e44fa3ab72848fe254a28
26
27 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612-r2.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612-r2.ebuild
28 deleted file mode 100644
29 index c60df9c387d..00000000000
30 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612-r2.ebuild
31 +++ /dev/null
32 @@ -1,69 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit cmake-utils python-single-r1
40 -
41 -DESCRIPTION="GNU Radio source block for OsmoSDR and rtlsdr and hackrf"
42 -HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR"
43 -
44 -if [[ ${PV} == 9999* ]]; then
45 - inherit git-r3
46 - SRC_URI=""
47 - EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
48 -else
49 - #SRC_URI="http://cgit.osmocom.org/gr-osmosdr/snapshot/gr-osmosdr-${PV}.tar.xz"
50 - #git clone git://git.osmocom.org/gr-osmosdr.git
51 - #cd gr-osmosdr
52 - #git archive --format=tar --prefix=gr-osmosdr-${PV}/ v${PV} | xz > ../gr-osmosdr-${PV}.tar.xz
53 - SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/gr-osmosdr-${PV}.tar.xz"
54 - KEYWORDS="~amd64 ~arm ~x86"
55 -fi
56 -
57 -LICENSE="GPL-3"
58 -SLOT="0/${PV}"
59 -IUSE="bladerf fcd hackrf iqbalance mirisdr python rtlsdr soapy uhd"
60 -
61 -RDEPEND="${PYTHON_DEPS}
62 - dev-libs/boost:=
63 - >=net-wireless/gnuradio-3.7_rc:0=[fcd?,${PYTHON_USEDEP}]
64 - bladerf? ( <net-wireless/bladerf-2018.08_rc1:= )
65 - hackrf? ( net-libs/libhackrf:= )
66 - iqbalance? ( net-wireless/gr-iqbal:=[${PYTHON_USEDEP}] )
67 - mirisdr? ( net-libs/libmirisdr:= )
68 - rtlsdr? ( >=net-wireless/rtl-sdr-0.5.3:= )
69 - soapy? ( net-wireless/soapysdr:= )
70 - uhd? ( net-wireless/uhd:=[${PYTHON_USEDEP}] )"
71 -DEPEND="${RDEPEND}
72 - dev-python/cheetah"
73 -
74 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
75 -
76 -src_configure() {
77 - local mycmakeargs=(
78 - -DENABLE_DEFAULT=OFF
79 - -DPYTHON_EXECUTABLE="${PYTHON}"
80 - -DENABLE_FILE=ON
81 - -DENABLE_BLADERF="$(usex bladerf)"
82 - -DENABLE_FCD="$(usex fcd)"
83 - -DENABLE_HACKRF="$(usex hackrf)"
84 - -DENABLE_IQBALANCE="$(usex iqbalance)"
85 - -DENABLE_MIRI="$(usex mirisdr)"
86 - -DENABLE_PYTHON="$(usex python)"
87 - -DENABLE_RTL="$(usex rtlsdr)"
88 - -DENABLE_RTL_TCP="$(usex rtlsdr)"
89 - -DENABLE_SOAPY="$(usex soapy)"
90 - -DENABLE_UHD="$(usex uhd)"
91 - )
92 -
93 - cmake-utils_src_configure
94 -}
95 -
96 -src_install() {
97 - cmake-utils_src_install
98 - if use python; then
99 - python_fix_shebang "${ED}"/usr/bin
100 - fi
101 -}
102
103 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r2.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r4.ebuild
104 similarity index 96%
105 rename from net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r2.ebuild
106 rename to net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r4.ebuild
107 index 2e7d5bdcee7..67f6413233c 100644
108 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r2.ebuild
109 +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r4.ebuild
110 @@ -1,4 +1,4 @@
111 -# Copyright 1999-2018 Gentoo Authors
112 +# Copyright 1999-2019 Gentoo Authors
113 # Distributed under the terms of the GNU General Public License v2
114
115 EAPI=6
116 @@ -34,7 +34,7 @@ RDEPEND="${PYTHON_DEPS}
117 hackrf? ( net-libs/libhackrf:= )
118 iqbalance? ( net-wireless/gr-iqbal:=[${PYTHON_USEDEP}] )
119 mirisdr? ( net-libs/libmirisdr:= )
120 - rtlsdr? ( >=net-wireless/rtl-sdr-0.5.3:= )
121 + rtlsdr? ( >=net-wireless/rtl-sdr-0.5.4:= )
122 sdrplay? ( net-wireless/sdrplay )
123 soapy? ( net-wireless/soapysdr:= )
124 uhd? ( net-wireless/uhd:=[${PYTHON_USEDEP}] )"
125
126 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r3.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild
127 similarity index 96%
128 rename from net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r3.ebuild
129 rename to net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild
130 index 952e813ad61..08764526720 100644
131 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r3.ebuild
132 +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20180626-r5.ebuild
133 @@ -1,4 +1,4 @@
134 -# Copyright 1999-2018 Gentoo Authors
135 +# Copyright 1999-2019 Gentoo Authors
136 # Distributed under the terms of the GNU General Public License v2
137
138 EAPI=6
139 @@ -35,7 +35,7 @@ RDEPEND="${PYTHON_DEPS}
140 iio? ( net-wireless/gr-iio )
141 iqbalance? ( net-wireless/gr-iqbal:=[${PYTHON_USEDEP}] )
142 mirisdr? ( net-libs/libmirisdr:= )
143 - rtlsdr? ( >=net-wireless/rtl-sdr-0.5.3:= )
144 + rtlsdr? ( >=net-wireless/rtl-sdr-0.5.4:= )
145 sdrplay? ( net-wireless/sdrplay )
146 soapy? ( net-wireless/soapysdr:= )
147 uhd? ( net-wireless/uhd:=[${PYTHON_USEDEP}] )"