media-radio/flmsg: drop 4.0.19-r1

Signed-off-by: Richard Freeman <rich0@gentoo.org>
This commit is contained in:
Richard Freeman
2023-08-15 16:06:43 -04:00
parent 09257ef757
commit 883f65d528
2 changed files with 0 additions and 27 deletions

View File

@@ -1,3 +1,2 @@
DIST flmsg-4.0.19.tar.gz 879020 BLAKE2B 49246a34a637868ee04ec229e8e787eaf774c2291b0216c98f250683746820243b3fc00d7dc7a7e6a72baa7e94c22b9a9ad3084c9576defe6c9d14f8906a3d5b SHA512 5a15753df8f491d952b6a1c17b5ae2432974672a6f164ec3c3ecf3893fb7daa4bd2e76f3a613728640f0d800f8f401bcb3a598f3b70af797f4996fe30498f3cb
DIST flmsg-4.0.20.tar.gz 885141 BLAKE2B 28b5e033b145149af8c6a6b2645a20484cb4a76628bc4a15d9721ce95d0cea3938b0e9aa9c5c6c5542affa6b5b3283ec6618d2574e472d35bee3728cc497adce SHA512 4cf1f11d910601c219268fa1dfd5f89a2530476f829eb1e016eb46101352c255d7d3f43d5fd0692307bc30df2a443952ccb1a99499be46efa737555be32d2e0b
DIST flmsg-4.0.22.tar.gz 838644 BLAKE2B d81fe3438f7f47ae77061dcd390b742ba74694b5f5039c9fef305be4fddfc3a5b2139a802cf85e2301a9cc48929e3290ba273207beae1c8efcb530d50e6bbfb3 SHA512 1baaa7260dbf5fe68875a23bc206b910b6cd62f1fe6e73fa8ed8833433a3bacb8f801e06c3f8fc1e6b2acc1701dce97cd6d74f2b465a608a538ffc4286546bf2

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Fldigi helper for creating radiograms"
HOMEPAGE="http://www.w1hkj.com"
SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-radio/fldigi
x11-libs/fltk:=
x11-libs/libX11:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog INSTALL README )
src_configure() {
# temporary fix until upstream fixes building against system library
econf --without-flxmlrpc
}