From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F25515808E for ; Wed, 27 Apr 2022 22:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B251EE08A8; Wed, 27 Apr 2022 22:33:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92A90E08A8 for ; Wed, 27 Apr 2022 22:33:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B22D2341385 for ; Wed, 27 Apr 2022 22:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 492CE3F0 for ; Wed, 27 Apr 2022 22:33:01 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1651098770.8538f11e7f41c7ca85a1f1b4654e054bcd26d59a.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/flmsg/flmsg-4.0.19.ebuild X-VCS-Directories: media-radio/flmsg/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 8538f11e7f41c7ca85a1f1b4654e054bcd26d59a X-VCS-Branch: master Date: Wed, 27 Apr 2022 22:33:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2346a17e-abf2-4e4a-85b5-2159adbba692 X-Archives-Hash: 2e7024e0f331c6a93b05ef74f1ba31bc commit: 8538f11e7f41c7ca85a1f1b4654e054bcd26d59a Author: Richard Freeman gentoo org> AuthorDate: Wed Apr 27 22:32:50 2022 +0000 Commit: Richard Freeman gentoo org> CommitDate: Wed Apr 27 22:32:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8538f11e media-radio/flmsg: drop 4.0.19 Signed-off-by: Richard Freeman gentoo.org> media-radio/flmsg/flmsg-4.0.19.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/media-radio/flmsg/flmsg-4.0.19.ebuild b/media-radio/flmsg/flmsg-4.0.19.ebuild deleted file mode 100644 index f37cf3ff232f..000000000000 --- a/media-radio/flmsg/flmsg-4.0.19.ebuild +++ /dev/null @@ -1,21 +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 )