commit:     e2f5136f6aefa25177ddff2879154c123518bd8a
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 16:13:41 2021 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue May 25 16:14:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f5136f

media-radio/wsjtx: Drop old

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

 media-radio/wsjtx/Manifest                      |  1 -
 media-radio/wsjtx/files/wsjtx-drop-docs.patch   | 21 -------
 media-radio/wsjtx/files/wsjtx-fix-unicode.patch | 11 ----
 media-radio/wsjtx/wsjtx-2.2.2-r1.ebuild         | 79 -------------------------
 4 files changed, 112 deletions(-)

diff --git a/media-radio/wsjtx/Manifest b/media-radio/wsjtx/Manifest
index 94b110e0efa..dcdba836599 100644
--- a/media-radio/wsjtx/Manifest
+++ b/media-radio/wsjtx/Manifest
@@ -1,2 +1 @@
-DIST wsjtx-2.2.2.tgz 23213092 BLAKE2B 
ce558180208ad33ddf2089f1747630cd07975547ba93bb693698ce599caec8d3d3367128581dfd110c6fe240bce9a0e6b8351ef178e6b53f3490a29a96367460
 SHA512 
923df18f5cbbd3e40294ccc4d3730f40c13c7777345723b9e66063ff0dd7db65caa9a64323711201a73b8c455dc1c29f67e4645dfbf98e0fc2c60a1630ce6cd1
 DIST wsjtx-2.3.1.tgz 18040272 BLAKE2B 
37b90842470d5565d49d5ed7b9d92207904216d29b8a9966dc38142303d48e92eb640901e4f0a80350f915963f725e36daa7c6fe8034743d30a253eeb02f9e1d
 SHA512 
0a709ca605fb8d93f7583393ec4bdf6416b93233e2910e7e59942f4e40bdb9f2591e3e4b8e0822f49e104e74198a861ed2995cbb4976c7597ef1a1bd6fc43b44

diff --git a/media-radio/wsjtx/files/wsjtx-drop-docs.patch 
b/media-radio/wsjtx/files/wsjtx-drop-docs.patch
deleted file mode 100644
index 50bd9cc095b..00000000000
--- a/media-radio/wsjtx/files/wsjtx-drop-docs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/CMakeLists.txt   2019-07-24 16:42:07.128890166 +0200
-+++ b/CMakeLists.txt   2019-07-24 16:42:40.001023963 +0200
-@@ -1493,18 +1493,6 @@
-   )
- 
- install (FILES
--  README
--  COPYING
--  AUTHORS
--  THANKS
--  NEWS
--  INSTALL
--  BUGS
--  DESTINATION ${CMAKE_INSTALL_DOCDIR}
--  #COMPONENT runtime
--  )
--
--install (FILES
-   contrib/Ephemeris/JPLEPH
-   DESTINATION ${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME}
-   #COMPONENT runtime

diff --git a/media-radio/wsjtx/files/wsjtx-fix-unicode.patch 
b/media-radio/wsjtx/files/wsjtx-fix-unicode.patch
deleted file mode 100644
index 925199863a1..00000000000
--- a/media-radio/wsjtx/files/wsjtx-fix-unicode.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/manpages/man1/jt65code.1.txt     2019-07-23 19:27:07.690602674 +0200
-+++ b/manpages/man1/jt65code.1.txt     2019-07-23 19:27:22.098060819 +0200
-@@ -31,7 +31,7 @@
- 
- *jt65code*, *jt9code* and *jt4code* are utility programs that let you
- explore the conversion of user-level messages into channel symbols or
--“tone numbers.”  These programs can be useful to someone designing a
-+"tone numbers."  These programs can be useful to someone designing a
- beacon generator for JT9 or JT65, or for studying behavior of the
- error-control codes for each of the protocols.
- 

diff --git a/media-radio/wsjtx/wsjtx-2.2.2-r1.ebuild 
b/media-radio/wsjtx/wsjtx-2.2.2-r1.ebuild
deleted file mode 100644
index 84e70327f72..00000000000
--- a/media-radio/wsjtx/wsjtx-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake
-
-MY_P=${P/_/-}
-
-DESCRIPTION="Weak signal ham radio communication"
-HOMEPAGE="http://physics.princeton.edu/pulsar/K1JT/wsjtx.html";
-SRC_URI="mirror://sourceforge/wsjt/${MY_P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-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/qtsql:5
-       dev-qt/qtprintsupport:5
-       virtual/libusb:1
-       media-libs/hamlib:=
-       media-libs/portaudio
-       sci-libs/fftw:3.0[threads,fortran]
-       virtual/fortran
-       app-text/asciidoc
-       doc? ( dev-ruby/asciidoctor )"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools
-       "
-
-S=${WORKDIR}/wsjtx
-
-PATCHES=( "${FILESDIR}/${PN}-2.0.1-hamlib.patch"
-                 "${FILESDIR}/${PN}-fix-unicode.patch"
-                 "${FILESDIR}/${PN}-drop-docs.patch"
-                 "${FILESDIR}/${PN}-2.1.2-qt_helpers.patch"
-                 "${FILESDIR}/${PN}-2.2.0-werror.patch"
-                 "${FILESDIR}/${PN}-clang.patch" )
-
-DOCS=( AUTHORS BUGS NEWS README THANKS )
-
-src_unpack() {
-       unpack ${A}
-       unpack "${WORKDIR}/${MY_P}/src/wsjtx.tgz"
-}
-
-src_prepare() {
-       sed -i -e "s/COMMAND \${GZIP_EXECUTABLE}/#  COMMAND/" \
-                                                               
manpages/CMakeLists.txt || die
-       eapply_user
-       cmake_src_prepare
-}
-
-src_configure() {
-       cmake_comment_add_subdirectory debian
-
-       local mycmakeargs=(
-               -DWSJT_GENERATE_DOCS="$(usex doc)"
-               -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-       )
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-}
-
-src_install() {
-       cmake_src_install
-       rm "${D}"/usr/bin/rigctl{,d}-wsjtx || die
-       rm "${D}"/usr/share/man/man1/rigctl{,d,com}-wsjtx.1 || die
-}

Reply via email to