media-radio/flrig: drop 2.0.04

Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Thomas Beierlein 2024-03-10 09:09:51 +01:00
parent e371658c1c
commit b34e86e16b
No known key found for this signature in database
GPG Key ID: AF4C8CF6B6C40570
3 changed files with 0 additions and 70 deletions

View File

@ -1,2 +1 @@
DIST flrig-2.0.04.tar.gz 1108760 BLAKE2B 9ca60d182c5b94f17e8baefebc822792111954b3c11f03e5cabd570e60769804c9ec1153afd36a074f16e9880792d6b51b5545e59b988adffee912e7b6d2a8e5 SHA512 db1a4bb148900fb9e1a6feb44fd5a017d8aac1a2f81e577e78176c241adc39cf05378057bc97ad997581ed0d3d8a79f3ec726d1d194322b46d709df6e913c84f
DIST flrig-2.0.05.tar.gz 1112204 BLAKE2B 58cda5069546aee790bb819f9ac2713896281de283345fa6a84c466c67b5cce236c63dec41ad3a226849195fba982c4b69b4d5d386ffb0f4d8b14767ca9cc6bf SHA512 a06df0f8810212a1f614899be162e1d0373f29492bca26718b4385b8fba3be4293b95e366cb391fb938d40228bb5d091049414c7ae2104dbd7a0ddd2011dc88b

View File

@ -1,28 +0,0 @@
diff --git a/src/cmedia/cmedia.cxx b/src/cmedia/cmedia.cxx
index c65400f..efe83c5 100644
--- a/src/cmedia/cmedia.cxx
+++ b/src/cmedia/cmedia.cxx
@@ -41,9 +41,6 @@
#ifndef __WIN32__
#include <termios.h>
#include <glob.h>
-# ifndef __APPLE__
-# include <error.h>
-# endif
#endif
#include "config.h"
diff --git a/src/cmedia/tmate2.cxx b/src/cmedia/tmate2.cxx
index b209469..6408179 100644
--- a/src/cmedia/tmate2.cxx
+++ b/src/cmedia/tmate2.cxx
@@ -44,9 +44,6 @@
#ifndef __WIN32__
#include <termios.h>
#include <glob.h>
-# ifndef __APPLE__
-# include <error.h>
-# endif
#endif
#include "config.h"

View File

@ -1,41 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic
DESCRIPTION="Transceiver control program for Amateur Radio use"
HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls"
DOCS=(AUTHORS ChangeLog README)
RDEPEND="x11-libs/libX11
x11-libs/fltk:1
x11-misc/xdg-utils"
DEPEND="${RDEPEND}
sys-devel/gettext"
PATCHES=(
"${FILESDIR}/${PN}-1.4.4-musl.patch"
"${FILESDIR}/${PN}-2.0.04-stdint.patch"
)
src_prepare() {
eapply ${PATCHES[@]}
eapply_user
}
src_configure() {
#fails to compile with -flto (bug #860408)
filter-lto
econf
}