commit:     2672da5348e5e406826aad00d1c06e4ca7680c9a
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 15:51:07 2021 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue May 25 15:51:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2672da53

media-radio/js8call: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 .../js8call/files/js8call-2.2.0-hamlib-type.patch  | 20 -----------
 media-radio/js8call/js8call-2.2.0.ebuild           | 40 ----------------------
 2 files changed, 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 54c5a8e0647..00000000000
--- 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 298d01562ab..00000000000
--- 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
-}

Reply via email to