summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2021-05-25 17:51:07 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2021-05-25 17:51:07 +0200
commit2672da5348e5e406826aad00d1c06e4ca7680c9a (patch)
treeffd0b8699d5bb24e0562b257789008c7c9cb82b9 /media-radio/js8call
parentdev-python/mkdocs: unpin lunr version dep (diff)
downloadgentoo-2672da5348e5e406826aad00d1c06e4ca7680c9a.tar.gz
gentoo-2672da5348e5e406826aad00d1c06e4ca7680c9a.tar.bz2
gentoo-2672da5348e5e406826aad00d1c06e4ca7680c9a.zip
media-radio/js8call: Drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/js8call')
-rw-r--r--media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch20
-rw-r--r--media-radio/js8call/js8call-2.2.0.ebuild40
2 files changed, 0 insertions, 60 deletions
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
deleted file mode 100644
index 54c5a8e0647f..000000000000
--- a/media-radio/js8call/files/js8call-2.2.0-hamlib-type.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/HamlibTransceiver.hpp 2020-06-27 19:35:04.514472802 -0400
-+++ b/HamlibTransceiver.hpp 2020-06-27 19:35:34.361368141 -0400
-@@ -12,17 +12,9 @@
-
- extern "C"
- {
--#ifdef JS8_USE_HAMLIB_THREE
- typedef struct rig RIG;
--#else
-- typedef struct s_rig RIG;
--#endif
- struct rig_caps;
--#ifdef JS8_USE_HAMLIB_THREE
- typedef int vfo_t;
--#else
-- typedef unsigned int vfo_t;
--#endif
- }
-
- // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
diff --git a/media-radio/js8call/js8call-2.2.0.ebuild b/media-radio/js8call/js8call-2.2.0.ebuild
deleted file mode 100644
index 298d01562ab6..000000000000
--- a/media-radio/js8call/js8call-2.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake-utils vcs-snapshot
-
-MY_P=${P/_/-}
-
-DESCRIPTION="Weak signal ham radio communication"
-HOMEPAGE="https://groups.io/g/js8call"
-SRC_URI="https://bitbucket.org/widefido/js8call/get/v${PV}-ga.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc"
-
-RDEPEND="dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- dev-qt/qtconcurrent:5
- dev-qt/qtserialport:5
- dev-qt/qtprintsupport:5
- virtual/libusb:1
- media-libs/portaudio
- sci-libs/fftw:3.0[threads,fortran]
- virtual/fortran
- app-text/asciidoc
- <media-libs/hamlib-3.4
- doc? ( dev-ruby/asciidoctor )"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-hamlib-type.patch" )
-
-src_install() {
- cmake-utils_src_install
- rm "${D}"/usr/bin/rigctl{,d}-local || die
-}