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/js8call/files/, media-radio/js8call/
Date: Tue, 25 May 2021 15:51:30
Message-Id: 1621957867.2672da5348e5e406826aad00d1c06e4ca7680c9a.tomjbe@gentoo
1 commit: 2672da5348e5e406826aad00d1c06e4ca7680c9a
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 15:51:07 2021 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 15:51:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2672da53
7
8 media-radio/js8call: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 .../js8call/files/js8call-2.2.0-hamlib-type.patch | 20 -----------
14 media-radio/js8call/js8call-2.2.0.ebuild | 40 ----------------------
15 2 files changed, 60 deletions(-)
16
17 diff --git a/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch b/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch
18 deleted file mode 100644
19 index 54c5a8e0647..00000000000
20 --- a/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch
21 +++ /dev/null
22 @@ -1,20 +0,0 @@
23 ---- a/HamlibTransceiver.hpp 2020-06-27 19:35:04.514472802 -0400
24 -+++ b/HamlibTransceiver.hpp 2020-06-27 19:35:34.361368141 -0400
25 -@@ -12,17 +12,9 @@
26 -
27 - extern "C"
28 - {
29 --#ifdef JS8_USE_HAMLIB_THREE
30 - typedef struct rig RIG;
31 --#else
32 -- typedef struct s_rig RIG;
33 --#endif
34 - struct rig_caps;
35 --#ifdef JS8_USE_HAMLIB_THREE
36 - typedef int vfo_t;
37 --#else
38 -- typedef unsigned int vfo_t;
39 --#endif
40 - }
41 -
42 - // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
43
44 diff --git a/media-radio/js8call/js8call-2.2.0.ebuild b/media-radio/js8call/js8call-2.2.0.ebuild
45 deleted file mode 100644
46 index 298d01562ab..00000000000
47 --- a/media-radio/js8call/js8call-2.2.0.ebuild
48 +++ /dev/null
49 @@ -1,40 +0,0 @@
50 -# Copyright 1999-2021 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=7
54 -inherit cmake-utils vcs-snapshot
55 -
56 -MY_P=${P/_/-}
57 -
58 -DESCRIPTION="Weak signal ham radio communication"
59 -HOMEPAGE="https://groups.io/g/js8call"
60 -SRC_URI="https://bitbucket.org/widefido/js8call/get/v${PV}-ga.tar.bz2 -> ${P}.tar.bz2"
61 -
62 -LICENSE="GPL-3"
63 -SLOT="0"
64 -KEYWORDS="amd64"
65 -IUSE="doc"
66 -
67 -RDEPEND="dev-qt/qtcore:5
68 - dev-qt/qtgui:5
69 - dev-qt/qtmultimedia:5
70 - dev-qt/qtnetwork:5
71 - dev-qt/qtwidgets:5
72 - dev-qt/qtconcurrent:5
73 - dev-qt/qtserialport:5
74 - dev-qt/qtprintsupport:5
75 - virtual/libusb:1
76 - media-libs/portaudio
77 - sci-libs/fftw:3.0[threads,fortran]
78 - virtual/fortran
79 - app-text/asciidoc
80 - <media-libs/hamlib-3.4
81 - doc? ( dev-ruby/asciidoctor )"
82 -DEPEND="${RDEPEND}"
83 -
84 -PATCHES=( "${FILESDIR}/${P}-hamlib-type.patch" )
85 -
86 -src_install() {
87 - cmake-utils_src_install
88 - rm "${D}"/usr/bin/rigctl{,d}-local || die
89 -}