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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C8D9138239 for ; Thu, 5 Mar 2020 15:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2C4E0828; Thu, 5 Mar 2020 15:59:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 811FCE0828 for ; Thu, 5 Mar 2020 15:59:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61ED934DFC8 for ; Thu, 5 Mar 2020 15:59:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C901617 for ; Thu, 5 Mar 2020 15:59:20 +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: <1583423927.232211d32f211da0b2bd172bca2c97ba1f1791ab.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/flmsg/Manifest media-radio/flmsg/flmsg-4.0.14.ebuild X-VCS-Directories: media-radio/flmsg/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 232211d32f211da0b2bd172bca2c97ba1f1791ab X-VCS-Branch: master Date: Thu, 5 Mar 2020 15:59:20 +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: c369e2c9-28a5-4bd2-8c51-40df9264075c X-Archives-Hash: 93400d7be554297e0602e300dff1be6a commit: 232211d32f211da0b2bd172bca2c97ba1f1791ab Author: Richard Freeman gentoo org> AuthorDate: Thu Mar 5 15:58:25 2020 +0000 Commit: Richard Freeman gentoo org> CommitDate: Thu Mar 5 15:58:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232211d3 media-radio/flmsg: bump ver and EAPI Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Richard Freeman gentoo.org> media-radio/flmsg/Manifest | 1 + media-radio/flmsg/flmsg-4.0.14.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/media-radio/flmsg/Manifest b/media-radio/flmsg/Manifest index 3898f28eae9..ac37cef097d 100644 --- a/media-radio/flmsg/Manifest +++ b/media-radio/flmsg/Manifest @@ -1 +1,2 @@ +DIST flmsg-4.0.14.tar.gz 874399 BLAKE2B 8daa939a1ddc52d0469ba23908a51ac3e873c93daeadea6d1b6fcd7136850db63719eb0409001a6de6c49cd71ed1be3392e17d7a128a58784185b2b8c6bb6d3c SHA512 367c881007a393c3aa6d9f4bc760717caed1681bd4479b8d7b54246c90bdaf023d60cbde92c538059fcf275ea09bbc47e49052dab3608c5e7d43830f9e573a85 DIST flmsg-4.0.3.tar.gz 898185 BLAKE2B 7a1b80a07b2eaa4d094ff956102bb659cffc9ad88e3a2daf5650805c9995a54383d1f296b1b0dbaca341e8087eacccf71943a3745b1bb75c8fd2a5f4d8cee227 SHA512 afc4e8ab40d05e6cdc6ecd86b1b3348be46a8251dbd88635316fbbf4592f9959022d0f757b9283849676fa6a4467d035568302e785017b55bafdcd99f2a2d326 diff --git a/media-radio/flmsg/flmsg-4.0.14.ebuild b/media-radio/flmsg/flmsg-4.0.14.ebuild new file mode 100644 index 00000000000..7f3d7374a13 --- /dev/null +++ b/media-radio/flmsg/flmsg-4.0.14.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils + +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 )