mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
media-radio/wsjtx: remove last-rited package
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> Closes: https://bugs.gentoo.org/955965
This commit is contained in:
parent
732baee00a
commit
de4f53f6ef
@ -1 +0,0 @@
|
||||
DIST wsjtx-2.7.0.tgz 26603107 BLAKE2B a007fe5b47e44bc6b3cb63cdffaf2990ed193f82e8d986ae6b1f48c64ed326ac3e5350142e7a2c1ac080521d9f7ef677329f7fd2ba51bfe7600cf9d7cdebd851 SHA512 1e6ea8ea5877602b74f274abe80e6e7aa0b6330107100a3f3368d0d4bf84d0e2a1819aa6eb1ddadf9a6475a9aac5ba6edbb062ede9762209ab953080b55fc3df
|
||||
@ -1,11 +0,0 @@
|
||||
--- a/CMakeLists.txt 2020-07-09 12:52:57.776437846 +0200
|
||||
+++ b/CMakeLists.txt 2020-07-09 12:53:16.607083283 +0200
|
||||
@@ -921,7 +921,7 @@
|
||||
#
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra")
|
||||
|
||||
-set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -Wextra -fexceptions -frtti")
|
||||
+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -fexceptions -frtti")
|
||||
|
||||
if (NOT APPLE)
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-pragmas")
|
||||
@ -1,33 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index f92d3a6..c5fb9b4 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1497,10 +1497,6 @@ if (UNIX)
|
||||
add_subdirectory (manpages)
|
||||
add_dependencies (wsjtx manpages)
|
||||
endif (NOT WSJT_SKIP_MANPAGES)
|
||||
- if (NOT APPLE)
|
||||
- add_subdirectory (debian)
|
||||
- add_dependencies (wsjtx debian)
|
||||
- endif (NOT APPLE)
|
||||
endif (UNIX)
|
||||
|
||||
#
|
||||
@@ -1567,17 +1563,6 @@ install (PROGRAMS
|
||||
RENAME rigctlcom-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
|
||||
)
|
||||
|
||||
-install (FILES
|
||||
- README
|
||||
- COPYING
|
||||
- AUTHORS
|
||||
- THANKS
|
||||
- NEWS
|
||||
- BUGS
|
||||
- DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
||||
- #COMPONENT runtime
|
||||
- )
|
||||
-
|
||||
install (FILES
|
||||
cty.dat
|
||||
cty.dat_copyright.txt
|
||||
@ -1,20 +0,0 @@
|
||||
--- a/CMakeLists.txt 2020-09-08 10:36:55.770304108 +0200
|
||||
+++ b/CMakeLists.txt 2020-09-08 10:37:28.346406308 +0200
|
||||
@@ -1193,7 +1193,7 @@
|
||||
if (OpenMP_C_FLAGS)
|
||||
set_target_properties (wsjt_fort_omp
|
||||
PROPERTIES
|
||||
- COMPILE_FLAGS "${OpenMP_C_FLAGS}"
|
||||
+ COMPILE_FLAGS "${OpenMP_Fortran_FLAGS}"
|
||||
)
|
||||
endif ()
|
||||
set_target_properties (wsjt_fort_omp
|
||||
@@ -1260,7 +1260,7 @@
|
||||
if (OpenMP_C_FLAGS)
|
||||
set_target_properties (jt9
|
||||
PROPERTIES
|
||||
- COMPILE_FLAGS "${OpenMP_C_FLAGS}"
|
||||
+ COMPILE_FLAGS "${OpenMP_Fortran_FLAGS}"
|
||||
LINK_FLAGS "${OpenMP_C_FLAGS}"
|
||||
)
|
||||
endif ()
|
||||
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tomjbe@gentoo.org</email>
|
||||
<name>Thomas Beierlein</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">wsjt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -1,82 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake edos2unix flag-o-matic
|
||||
|
||||
MY_P=${P/_/-}
|
||||
|
||||
DESCRIPTION="Weak signal ham radio communication"
|
||||
HOMEPAGE="https://wsjt.sourceforge.io/"
|
||||
SRC_URI="https://downloads.sourceforge.net/wsjt/${MY_P}.tgz"
|
||||
|
||||
S=${WORKDIR}/wsjtx
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="
|
||||
!media-radio/wsjtx_improved
|
||||
dev-libs/boost:=[nls,python]
|
||||
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/qttest:5
|
||||
dev-qt/qtprintsupport:5
|
||||
virtual/libusb:1
|
||||
>=media-libs/hamlib-4.0:=
|
||||
media-libs/portaudio
|
||||
sci-libs/fftw:3.0=[threads,fortran]
|
||||
virtual/fortran
|
||||
app-text/asciidoc
|
||||
doc? ( dev-ruby/asciidoctor )"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="dev-qt/linguist-tools"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-2.2.0-werror.patch"
|
||||
"${FILESDIR}/${PN}-2.3.0-drop-docs.patch"
|
||||
"${FILESDIR}/${PN}-clang.patch"
|
||||
)
|
||||
|
||||
DOCS=( AUTHORS BUGS NEWS README THANKS )
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
unpack "${WORKDIR}/${PN}-2.7.0/src/wsjtx.tgz"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
edos2unix "${S}/message_aggregator.desktop"
|
||||
edos2unix "${S}/wsjtx.desktop"
|
||||
edos2unix "${S}/CMakeLists.txt"
|
||||
sed -i -e "s/COMMAND \${GZIP_EXECUTABLE}/# COMMAND/" \
|
||||
manpages/CMakeLists.txt || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# fails to compile with -flto (bug #860417)
|
||||
filter-lto
|
||||
|
||||
local mycmakeargs=(
|
||||
-DWSJT_GENERATE_DOCS="$(usex doc)"
|
||||
-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
|
||||
)
|
||||
append-ldflags -no-pie
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
rm "${D}"/usr/bin/rigctl{,d,com}-wsjtx || die
|
||||
rm "${D}"/usr/share/man/man1/rigctl{,d,com}-wsjtx.1 || die
|
||||
}
|
||||
@ -104,10 +104,6 @@ sys-auth/pambase -sssd
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2018-06-01)
|
||||
net-analyzer/wireshark -doc
|
||||
|
||||
# Thomas Beierlein <tomjbe@gentoo.org> (2018-04-20)
|
||||
# Needs asciidoctor which pulls a lot unstable ruby deps
|
||||
media-radio/wsjtx doc
|
||||
|
||||
# Mikle Kolyada <zlogene@gentoo.org> (2018-03-18)
|
||||
# Pulls too much unstable ruby deps (some are not even keyworded)
|
||||
net-misc/chrony html
|
||||
|
||||
@ -69,13 +69,6 @@ dev-libs/eventlog
|
||||
# Removal on 2025-11-20. Bug #964780.
|
||||
dev-python/backports-ssl-match-hostname
|
||||
|
||||
# Thomas Beierlein <tomjbe@gentoo.org> (2025-10-14)
|
||||
# Depends on Qt5.
|
||||
# Superseded by media-radio/wsjtx_improved. While both are based on the same
|
||||
# base code wsjtx_improved will be more actual AND provides Qt6 support.
|
||||
# Removal on 2025-11-13. Bug #955965.
|
||||
media-radio/wsjtx
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-10-13)
|
||||
# Crashes in memtodest when handling PATH. Not yet reported upstream.
|
||||
=app-shells/dash-0.5.13.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user