Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/files/, media-radio/flrig/
Date: Tue, 24 Jan 2017 06:12:16
Message-Id: 1485238322.32e3d14ddc7bef8f3aa1c932eda702cc59cab7aa.tomjbe@gentoo
1 commit: 32e3d14ddc7bef8f3aa1c932eda702cc59cab7aa
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 06:05:38 2017 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 06:12:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e3d14d
7
8 media-radio/flrig: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-radio/flrig/Manifest | 3 -
13 media-radio/flrig/files/flrig-1.3.26-gcc6.patch | 130 ------------------------
14 media-radio/flrig/flrig-1.3.22.ebuild | 32 ------
15 media-radio/flrig/flrig-1.3.25.ebuild | 32 ------
16 media-radio/flrig/flrig-1.3.26.ebuild | 33 ------
17 5 files changed, 230 deletions(-)
18
19 diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest
20 index f860a99..bc7d51d 100644
21 --- a/media-radio/flrig/Manifest
22 +++ b/media-radio/flrig/Manifest
23 @@ -1,4 +1 @@
24 -DIST flrig-1.3.22.tar.gz 613526 SHA256 be30ceaf06a64cc7db9f12f0a7d1da597a5569f248323f2dc2cd037fd1730908 SHA512 51525de330ead7dd5f79d447dc53c6710a99faa4550c06fe3a80e6e504f67bd0a40fbd4befb907ee8770d7a69831ab993f1553e9ecb44e96d8140cc8471b3235 WHIRLPOOL a3370812bd01ef93555b5084c1f177ed1e965642e10e027ef4b98305f9436c8483391a3f79f36b7a0fe2c8102fbb87215f86ba782d4dcab2e12313f7e5310b1b
25 -DIST flrig-1.3.25.tar.gz 659060 SHA256 56e1ffb2ea6fccaa00141fe6efbc492d260efc7ea449aca827625095f5d8b257 SHA512 b845b125d58f4254f00d5e3fc758e7b3ee1cbf502df8d88058d47e791ef0e6fc4e5daccc477c4d1b5f716a9eaded309cb2e80b3b94499970620173a1c5c86b62 WHIRLPOOL 22f4932277e07c69e028b28fd3758ceda1011cc9591da67c7d02e78615d005d8977708aa43925c7412b153026998ceaa85999c7c4492d7fd2bbcfd80215575ec
26 -DIST flrig-1.3.26.tar.gz 659073 SHA256 b9367a70445fd5229b5fc7aba9d47970d0f32600b80c117084875a9ffb9a646b SHA512 1fd4169fa5fee80d9c36e7f663fafdc13dc32e9eed80a13e0b98734fbab7132708577a93f1cc7eaf84bf3ac8aba278b94ce07ef0e1183eca6bbf3c6147a2e811 WHIRLPOOL 76357ff07415dc6e5dfa046bef12a07d546c2cac7e4ba946e4ef46f1b804f148086a89d8f433e769ca08235196fe789bc5c00448b2dbea6796a278304711e150
27 DIST flrig-1.3.27.tar.gz 662603 SHA256 a05a040b17e9c0de1f564f50baa6a40a089e81d86131fe3994f467fec5287cb7 SHA512 416f0e7bfdec672d275efcc17a43ad1edf13fc43cdf0faf2108dd4d3b05d44ea23c1535b669ee931adbb3635de97a3b08d4dfa6c84fe66b7120d658d117ddd4f WHIRLPOOL 819ce7d841d2083819647b060379923888297a1ba899bf74b8047829719cb40aafd8a5bd6335f1f9bb1af204701878818d33f770cd0d2abccb6d181feac03339
28
29 diff --git a/media-radio/flrig/files/flrig-1.3.26-gcc6.patch b/media-radio/flrig/files/flrig-1.3.26-gcc6.patch
30 deleted file mode 100644
31 index 5866865..00000000
32 --- a/media-radio/flrig/files/flrig-1.3.26-gcc6.patch
33 +++ /dev/null
34 @@ -1,130 +0,0 @@
35 ---- src/support/xml_io.cxx.orig 2016-09-29 17:43:03.299747587 +0000
36 -+++ src/support/xml_io.cxx 2016-09-29 17:43:41.639222816 +0000
37 -@@ -85,7 +85,7 @@
38 -
39 - bool ptt_on = false;
40 -
41 --int ignore = 0; // skip next "ignore" read loops
42 -+int xml_ignore = 0; // skip next "xml_ignore" read loops
43 -
44 - int try_count = CHECK_UPDATE_COUNT;
45 -
46 -@@ -155,7 +155,7 @@
47 -
48 - try {
49 - execute(rig_set_modes, modes, res);
50 -- ignore = 2;
51 -+ xml_ignore = 2;
52 - err_count = 5;
53 - } catch (const XmlRpc::XmlRpcException& e) {
54 - err_count--;
55 -@@ -176,7 +176,7 @@
56 -
57 - try {
58 - execute(rig_set_bandwidths, bandwidths, res);
59 -- ignore = 2;
60 -+ xml_ignore = 2;
61 - err_count = 5;
62 - } catch (const XmlRpc::XmlRpcException& e) {
63 - err_count--;
64 -@@ -190,7 +190,7 @@
65 - try {
66 - XmlRpcValue res;
67 - execute(rig_set_name, XmlRpcValue(selrig->name_), res);
68 -- ignore = 2;
69 -+ xml_ignore = 2;
70 - err_count = 5;
71 - } catch (const XmlRpc::XmlRpcException& e) {
72 - err_count--;
73 -@@ -204,7 +204,7 @@
74 - try {
75 - XmlRpcValue res;
76 - execute((PTT ? main_set_tx : main_set_rx), XmlRpcValue(), res);
77 -- ignore = 2;
78 -+ xml_ignore = 2;
79 - err_count = 5;
80 - } catch (const XmlRpc::XmlRpcException& e) {
81 - err_count--;
82 -@@ -219,7 +219,7 @@
83 - xmlvfo.freq = freq;
84 - XmlRpcValue f((double)freq), res;
85 - execute(rig_set_frequency, f, res);
86 -- ignore = 2;
87 -+ xml_ignore = 2;
88 - err_count = 5;
89 - } catch (const XmlRpc::XmlRpcException& e) {
90 - err_count--;
91 -@@ -233,7 +233,7 @@
92 - try {
93 - XmlRpcValue mval((int)val), res;
94 - execute(rig_set_smeter, mval, res);
95 -- ignore = 2;
96 -+ xml_ignore = 2;
97 - err_count = 5;
98 - } catch (const XmlRpc::XmlRpcException& e) {
99 - err_count--;
100 -@@ -247,7 +247,7 @@
101 - try {
102 - XmlRpcValue mval((int)val), res;
103 - execute(rig_set_pwrmeter, mval, res);
104 -- ignore = 2;
105 -+ xml_ignore = 2;
106 - err_count = 5;
107 - } catch (const XmlRpc::XmlRpcException& e) {
108 - err_count--;
109 -@@ -261,7 +261,7 @@
110 - try {
111 - XmlRpcValue i(freq), res;
112 - execute(rig_set_notch, i, res);
113 -- ignore = 2;
114 -+ xml_ignore = 2;
115 - err_count = 5;
116 - if (freq == 0)
117 - xml_notch_on = false;
118 -@@ -299,7 +299,7 @@
119 - xmlvfo.imode = md;
120 - XmlRpcValue mode(selrig->modes_[md]), res;
121 - execute(rig_set_mode, mode, res);
122 -- ignore = 2;
123 -+ xml_ignore = 2;
124 - err_count = 5;
125 - } catch (const XmlRpc::XmlRpcException& e) {
126 - err_count--;
127 -@@ -315,7 +315,7 @@
128 - int selbw = (bw > 0x80) ? (bw >> 8 & 0x7F) : bw;
129 - XmlRpcValue bandwidth(selrig->bandwidths_[selbw]), res;
130 - execute(rig_set_bandwidth, bandwidth, res);
131 -- ignore = 2;
132 -+ xml_ignore = 2;
133 - err_count = 5;
134 - } catch (const XmlRpc::XmlRpcException& e) {
135 - err_count--;
136 -@@ -329,7 +329,7 @@
137 - try {
138 - XmlRpcValue sideband(selrig->get_modetype(vfo.imode) == 'U' ? "USB" : "LSB"), res;
139 - execute(main_set_wf_sideband, sideband, res);
140 -- ignore = 2;
141 -+ xml_ignore = 2;
142 - err_count = 5;
143 - } catch (const XmlRpc::XmlRpcException& e) {
144 - err_count--;
145 -@@ -501,7 +501,7 @@
146 - LOG_ERROR("Connected");
147 - Fl::awake(set_fldigi_connect, (void *)1);
148 - err_count = 5;
149 -- ignore = 2;
150 -+ xml_ignore = 2;
151 - } catch (const XmlRpc::XmlRpcException& e) {
152 - throw e;
153 - }
154 -@@ -526,8 +526,8 @@
155 -
156 - static void get_fldigi_status()
157 - {
158 -- if (ignore) {
159 -- --ignore;
160 -+ if (xml_ignore) {
161 -+ --xml_ignore;
162 - return;
163 - }
164 - XmlRpcValue status;
165
166 diff --git a/media-radio/flrig/flrig-1.3.22.ebuild b/media-radio/flrig/flrig-1.3.22.ebuild
167 deleted file mode 100644
168 index 9011615..00000000
169 --- a/media-radio/flrig/flrig-1.3.22.ebuild
170 +++ /dev/null
171 @@ -1,32 +0,0 @@
172 -# Copyright 1999-2015 Gentoo Foundation
173 -# Distributed under the terms of the GNU General Public License v2
174 -# $Id$
175 -
176 -EAPI=5
177 -inherit autotools eutils
178 -
179 -DESCRIPTION="Transceiver control program for Amateur Radio use"
180 -HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
181 -SRC_URI="http://www.w1hkj.com/downloads/flrig/${P}.tar.gz"
182 -
183 -LICENSE="GPL-2"
184 -SLOT="0"
185 -KEYWORDS="amd64 x86"
186 -IUSE="nls"
187 -
188 -RDEPEND="x11-libs/libX11
189 - x11-libs/fltk:1
190 - x11-misc/xdg-utils"
191 -
192 -DEPEND="${RDEPEND}
193 - sys-devel/gettext"
194 -
195 -src_prepare() {
196 - epatch "${FILESDIR}"/fix-bashism.patch
197 - eautoreconf
198 -}
199 -
200 -src_install() {
201 - emake DESTDIR="${D}" install
202 - dodoc AUTHORS ChangeLog README
203 -}
204
205 diff --git a/media-radio/flrig/flrig-1.3.25.ebuild b/media-radio/flrig/flrig-1.3.25.ebuild
206 deleted file mode 100644
207 index e8fc0e2..00000000
208 --- a/media-radio/flrig/flrig-1.3.25.ebuild
209 +++ /dev/null
210 @@ -1,32 +0,0 @@
211 -# Copyright 1999-2016 Gentoo Foundation
212 -# Distributed under the terms of the GNU General Public License v2
213 -# $Id$
214 -
215 -EAPI=5
216 -inherit autotools eutils
217 -
218 -DESCRIPTION="Transceiver control program for Amateur Radio use"
219 -HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
220 -SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
221 -
222 -LICENSE="GPL-2"
223 -SLOT="0"
224 -KEYWORDS="~amd64 ~x86"
225 -IUSE="nls"
226 -
227 -RDEPEND="x11-libs/libX11
228 - x11-libs/fltk:1
229 - x11-misc/xdg-utils"
230 -
231 -DEPEND="${RDEPEND}
232 - sys-devel/gettext"
233 -
234 -src_prepare() {
235 - epatch "${FILESDIR}"/fix-bashism.patch
236 - eautoreconf
237 -}
238 -
239 -src_install() {
240 - emake DESTDIR="${D}" install
241 - dodoc AUTHORS ChangeLog README
242 -}
243
244 diff --git a/media-radio/flrig/flrig-1.3.26.ebuild b/media-radio/flrig/flrig-1.3.26.ebuild
245 deleted file mode 100644
246 index cedd882..00000000
247 --- a/media-radio/flrig/flrig-1.3.26.ebuild
248 +++ /dev/null
249 @@ -1,33 +0,0 @@
250 -# Copyright 1999-2016 Gentoo Foundation
251 -# Distributed under the terms of the GNU General Public License v2
252 -# $Id$
253 -
254 -EAPI=5
255 -inherit autotools eutils
256 -
257 -DESCRIPTION="Transceiver control program for Amateur Radio use"
258 -HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
259 -SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
260 -
261 -LICENSE="GPL-2"
262 -SLOT="0"
263 -KEYWORDS="amd64 x86"
264 -IUSE="nls"
265 -
266 -RDEPEND="x11-libs/libX11
267 - x11-libs/fltk:1
268 - x11-misc/xdg-utils"
269 -
270 -DEPEND="${RDEPEND}
271 - sys-devel/gettext"
272 -
273 -src_prepare() {
274 - epatch "${FILESDIR}"/fix-bashism.patch
275 - epatch "${FILESDIR}"/${P}-gcc6.patch
276 - eautoreconf
277 -}
278 -
279 -src_install() {
280 - emake DESTDIR="${D}" install
281 - dodoc AUTHORS ChangeLog README
282 -}