summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2021-03-01 09:09:01 -0500
committerRichard Freeman <rich0@gentoo.org>2021-03-01 09:09:12 -0500
commit59ed2e42add48d3ede7f844c56fc231c4b41ea5f (patch)
tree9108069ed5d4426998e884ab9c6a2a6e12ecc24e /media-radio/js8call/files
parentmedia-radio/js8call: amd64 stable (diff)
downloadgentoo-59ed2e42add48d3ede7f844c56fc231c4b41ea5f.tar.gz
gentoo-59ed2e42add48d3ede7f844c56fc231c4b41ea5f.tar.bz2
gentoo-59ed2e42add48d3ede7f844c56fc231c4b41ea5f.zip
media-radio/js8call: cleanup old versions
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'media-radio/js8call/files')
-rw-r--r--media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch27
-rw-r--r--media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch14
2 files changed, 0 insertions, 41 deletions
diff --git a/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch b/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
deleted file mode 100644
index 5fc71b7f2940..000000000000
--- a/media-radio/js8call/files/js8call-2.1.0-hamlib-type.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From af2ed2b67665a4bb891ffa01d45043bb197f06bf Mon Sep 17 00:00:00 2001
-From: Richard Freeman <rich0@gentoo.org>
-Date: Sun, 22 Dec 2019 21:26:27 -0500
-Subject: [PATCH] Revert "Updated hamlib interface to use new unsigned int for
- vfo_t"
-
-This reverts commit 7728483481975bfe1527eab657cf636c4c3b9181.
----
- HamlibTransceiver.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/HamlibTransceiver.hpp b/HamlibTransceiver.hpp
-index 509fe4e..c8c0f74 100644
---- a/HamlibTransceiver.hpp
-+++ b/HamlibTransceiver.hpp
-@@ -14,7 +14,7 @@ extern "C"
- {
- typedef struct rig RIG;
- struct rig_caps;
-- typedef unsigned int vfo_t;
-+ typedef int vfo_t;
- }
-
- // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
---
-2.24.1
-
diff --git a/media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch b/media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch
deleted file mode 100644
index 6714949468ad..000000000000
--- a/media-radio/js8call/files/js8call-2.1.1-hamlib-type.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/HamlibTransceiver.hpp 2020-02-08 19:14:50.584626858 -0500
-+++ b/HamlibTransceiver.hpp 2020-02-08 19:15:09.857524125 -0500
-@@ -14,11 +14,7 @@
- {
- typedef struct rig RIG;
- struct rig_caps;
--#ifdef JS8_USE_LEGACY_HAMLIB
- typedef int vfo_t;
--#else
-- typedef unsigned int vfo_t;
--#endif
- }
-
- // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class