summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2017-01-24 07:05:38 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2017-01-24 07:12:02 +0100
commit32e3d14ddc7bef8f3aa1c932eda702cc59cab7aa (patch)
tree18d6cdb3171239cfa04cfbcb42d4d7562594c06d /media-radio/flrig
parentdev-util/debhelper: Old. (diff)
downloadgentoo-32e3d14ddc7bef8f3aa1c932eda702cc59cab7aa.tar.gz
gentoo-32e3d14ddc7bef8f3aa1c932eda702cc59cab7aa.tar.bz2
gentoo-32e3d14ddc7bef8f3aa1c932eda702cc59cab7aa.zip
media-radio/flrig: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-radio/flrig')
-rw-r--r--media-radio/flrig/Manifest3
-rw-r--r--media-radio/flrig/files/flrig-1.3.26-gcc6.patch130
-rw-r--r--media-radio/flrig/flrig-1.3.22.ebuild32
-rw-r--r--media-radio/flrig/flrig-1.3.25.ebuild32
-rw-r--r--media-radio/flrig/flrig-1.3.26.ebuild33
5 files changed, 0 insertions, 230 deletions
diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest
index f860a999a507..bc7d51d0a295 100644
--- a/media-radio/flrig/Manifest
+++ b/media-radio/flrig/Manifest
@@ -1,4 +1 @@
-DIST flrig-1.3.22.tar.gz 613526 SHA256 be30ceaf06a64cc7db9f12f0a7d1da597a5569f248323f2dc2cd037fd1730908 SHA512 51525de330ead7dd5f79d447dc53c6710a99faa4550c06fe3a80e6e504f67bd0a40fbd4befb907ee8770d7a69831ab993f1553e9ecb44e96d8140cc8471b3235 WHIRLPOOL a3370812bd01ef93555b5084c1f177ed1e965642e10e027ef4b98305f9436c8483391a3f79f36b7a0fe2c8102fbb87215f86ba782d4dcab2e12313f7e5310b1b
-DIST flrig-1.3.25.tar.gz 659060 SHA256 56e1ffb2ea6fccaa00141fe6efbc492d260efc7ea449aca827625095f5d8b257 SHA512 b845b125d58f4254f00d5e3fc758e7b3ee1cbf502df8d88058d47e791ef0e6fc4e5daccc477c4d1b5f716a9eaded309cb2e80b3b94499970620173a1c5c86b62 WHIRLPOOL 22f4932277e07c69e028b28fd3758ceda1011cc9591da67c7d02e78615d005d8977708aa43925c7412b153026998ceaa85999c7c4492d7fd2bbcfd80215575ec
-DIST flrig-1.3.26.tar.gz 659073 SHA256 b9367a70445fd5229b5fc7aba9d47970d0f32600b80c117084875a9ffb9a646b SHA512 1fd4169fa5fee80d9c36e7f663fafdc13dc32e9eed80a13e0b98734fbab7132708577a93f1cc7eaf84bf3ac8aba278b94ce07ef0e1183eca6bbf3c6147a2e811 WHIRLPOOL 76357ff07415dc6e5dfa046bef12a07d546c2cac7e4ba946e4ef46f1b804f148086a89d8f433e769ca08235196fe789bc5c00448b2dbea6796a278304711e150
DIST flrig-1.3.27.tar.gz 662603 SHA256 a05a040b17e9c0de1f564f50baa6a40a089e81d86131fe3994f467fec5287cb7 SHA512 416f0e7bfdec672d275efcc17a43ad1edf13fc43cdf0faf2108dd4d3b05d44ea23c1535b669ee931adbb3635de97a3b08d4dfa6c84fe66b7120d658d117ddd4f WHIRLPOOL 819ce7d841d2083819647b060379923888297a1ba899bf74b8047829719cb40aafd8a5bd6335f1f9bb1af204701878818d33f770cd0d2abccb6d181feac03339
diff --git a/media-radio/flrig/files/flrig-1.3.26-gcc6.patch b/media-radio/flrig/files/flrig-1.3.26-gcc6.patch
deleted file mode 100644
index 58668654d5d6..000000000000
--- a/media-radio/flrig/files/flrig-1.3.26-gcc6.patch
+++ /dev/null
@@ -1,130 +0,0 @@
---- src/support/xml_io.cxx.orig 2016-09-29 17:43:03.299747587 +0000
-+++ src/support/xml_io.cxx 2016-09-29 17:43:41.639222816 +0000
-@@ -85,7 +85,7 @@
-
- bool ptt_on = false;
-
--int ignore = 0; // skip next "ignore" read loops
-+int xml_ignore = 0; // skip next "xml_ignore" read loops
-
- int try_count = CHECK_UPDATE_COUNT;
-
-@@ -155,7 +155,7 @@
-
- try {
- execute(rig_set_modes, modes, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -176,7 +176,7 @@
-
- try {
- execute(rig_set_bandwidths, bandwidths, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -190,7 +190,7 @@
- try {
- XmlRpcValue res;
- execute(rig_set_name, XmlRpcValue(selrig->name_), res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -204,7 +204,7 @@
- try {
- XmlRpcValue res;
- execute((PTT ? main_set_tx : main_set_rx), XmlRpcValue(), res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -219,7 +219,7 @@
- xmlvfo.freq = freq;
- XmlRpcValue f((double)freq), res;
- execute(rig_set_frequency, f, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -233,7 +233,7 @@
- try {
- XmlRpcValue mval((int)val), res;
- execute(rig_set_smeter, mval, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -247,7 +247,7 @@
- try {
- XmlRpcValue mval((int)val), res;
- execute(rig_set_pwrmeter, mval, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -261,7 +261,7 @@
- try {
- XmlRpcValue i(freq), res;
- execute(rig_set_notch, i, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- if (freq == 0)
- xml_notch_on = false;
-@@ -299,7 +299,7 @@
- xmlvfo.imode = md;
- XmlRpcValue mode(selrig->modes_[md]), res;
- execute(rig_set_mode, mode, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -315,7 +315,7 @@
- int selbw = (bw > 0x80) ? (bw >> 8 & 0x7F) : bw;
- XmlRpcValue bandwidth(selrig->bandwidths_[selbw]), res;
- execute(rig_set_bandwidth, bandwidth, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -329,7 +329,7 @@
- try {
- XmlRpcValue sideband(selrig->get_modetype(vfo.imode) == 'U' ? "USB" : "LSB"), res;
- execute(main_set_wf_sideband, sideband, res);
-- ignore = 2;
-+ xml_ignore = 2;
- err_count = 5;
- } catch (const XmlRpc::XmlRpcException& e) {
- err_count--;
-@@ -501,7 +501,7 @@
- LOG_ERROR("Connected");
- Fl::awake(set_fldigi_connect, (void *)1);
- err_count = 5;
-- ignore = 2;
-+ xml_ignore = 2;
- } catch (const XmlRpc::XmlRpcException& e) {
- throw e;
- }
-@@ -526,8 +526,8 @@
-
- static void get_fldigi_status()
- {
-- if (ignore) {
-- --ignore;
-+ if (xml_ignore) {
-+ --xml_ignore;
- return;
- }
- XmlRpcValue status;
diff --git a/media-radio/flrig/flrig-1.3.22.ebuild b/media-radio/flrig/flrig-1.3.22.ebuild
deleted file mode 100644
index 901161568aeb..000000000000
--- a/media-radio/flrig/flrig-1.3.22.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Transceiver control program for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
-SRC_URI="http://www.w1hkj.com/downloads/flrig/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libX11
- x11-libs/fltk:1
- x11-misc/xdg-utils"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-src_prepare() {
- epatch "${FILESDIR}"/fix-bashism.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README
-}
diff --git a/media-radio/flrig/flrig-1.3.25.ebuild b/media-radio/flrig/flrig-1.3.25.ebuild
deleted file mode 100644
index e8fc0e2ff04b..000000000000
--- a/media-radio/flrig/flrig-1.3.25.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Transceiver control program for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
-SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libX11
- x11-libs/fltk:1
- x11-misc/xdg-utils"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-src_prepare() {
- epatch "${FILESDIR}"/fix-bashism.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README
-}
diff --git a/media-radio/flrig/flrig-1.3.26.ebuild b/media-radio/flrig/flrig-1.3.26.ebuild
deleted file mode 100644
index cedd882d39b8..000000000000
--- a/media-radio/flrig/flrig-1.3.26.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Transceiver control program for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
-SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libX11
- x11-libs/fltk:1
- x11-misc/xdg-utils"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-src_prepare() {
- epatch "${FILESDIR}"/fix-bashism.patch
- epatch "${FILESDIR}"/${P}-gcc6.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README
-}