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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D9FF158094 for ; Wed, 10 Aug 2022 10:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A597FE08A8; Wed, 10 Aug 2022 10:35:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E8E5E08A8 for ; Wed, 10 Aug 2022 10:35:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07BBB340C53 for ; Wed, 10 Aug 2022 10:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3494D55B for ; Wed, 10 Aug 2022 10:35:24 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1660127679.cc8c49a0daf37fa24b2bf69f14ddae873ffd6adc.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/flrig/Manifest media-radio/flrig/flrig-1.4.7.ebuild X-VCS-Directories: media-radio/flrig/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: cc8c49a0daf37fa24b2bf69f14ddae873ffd6adc X-VCS-Branch: master Date: Wed, 10 Aug 2022 10:35:24 +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: 49f4d4e4-9510-4a78-9ad1-39071fa53180 X-Archives-Hash: 9a3c7d6767106627fa5d40c986d83d0b commit: cc8c49a0daf37fa24b2bf69f14ddae873ffd6adc Author: Thomas Beierlein gentoo org> AuthorDate: Wed Aug 10 10:29:55 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Wed Aug 10 10:34:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8c49a0 media-radio/flrig: add 1.4.7 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/flrig/Manifest | 1 + media-radio/flrig/flrig-1.4.7.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest index 5f87b7a769c7..e591a2dbb0c6 100644 --- a/media-radio/flrig/Manifest +++ b/media-radio/flrig/Manifest @@ -1 +1,2 @@ DIST flrig-1.4.5.tar.gz 995774 BLAKE2B 7853c38521c880cd0b1622dae339f6e5120ca9679e7f661e9b0aacc9b3bb12708c3c9a8b1204db0ebe69358bf0dd0daa0a5989163cc304b43c6906cc1872da4d SHA512 f4bd283900975f59b82208e21d9258b25901ed893e339cfc80eb27ce464439eb9df7b04af855a2c87b73cc477d327f965fd48d89589539bdf0da907078f765d3 +DIST flrig-1.4.7.tar.gz 1042848 BLAKE2B a1cb9ccd57466dc1d2b387dd8a4e9784f937a2f0227a0e394b10a25b40d06c4c9566dff2b4e5f7b09b5564b13b8fa604a0618f7909b992053f8d7ec6f0aa4c7c SHA512 6d213e15e0a81808491509e10c84e6f90b5f22483a9a327a4a1a56fdd1b773f2ddfa615470e5e5458747bf4d7a2087f2753951b25e6d2169dcf26aed7f50d87d diff --git a/media-radio/flrig/flrig-1.4.7.ebuild b/media-radio/flrig/flrig-1.4.7.ebuild new file mode 100644 index 000000000000..fa8591685185 --- /dev/null +++ b/media-radio/flrig/flrig-1.4.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" ) + +src_prepare() { + eapply ${PATCHES[@]} + eapply_user +}