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 EE10B138334 for ; Sat, 14 Jul 2018 08:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27829E09F1; Sat, 14 Jul 2018 08:25:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EBCCAE09F1 for ; Sat, 14 Jul 2018 08:25:29 +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 BA260335C95 for ; Sat, 14 Jul 2018 08:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B2F366 for ; Sat, 14 Jul 2018 08:25:27 +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: <1531556707.5b9cb6d6f79d14af59967cc5e6971ceb3c025b31.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.3.40.ebuild X-VCS-Directories: media-radio/flrig/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 5b9cb6d6f79d14af59967cc5e6971ceb3c025b31 X-VCS-Branch: master Date: Sat, 14 Jul 2018 08:25:27 +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-Archives-Salt: f4786b2a-470f-45e9-8a65-b9cc297cd7b3 X-Archives-Hash: f5fd9127a7c03d9d9b0ccd3ad021292b commit: 5b9cb6d6f79d14af59967cc5e6971ceb3c025b31 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Jul 14 08:24:29 2018 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Jul 14 08:25:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9cb6d6 media-radio/flrig: Version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-radio/flrig/Manifest | 1 + media-radio/flrig/flrig-1.3.40.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest index 7464323a0ef..3fe1cb3bcea 100644 --- a/media-radio/flrig/Manifest +++ b/media-radio/flrig/Manifest @@ -1 +1,2 @@ DIST flrig-1.3.39.tar.gz 711661 BLAKE2B d0db385b04b91648a900e08a76e4e8a7715df72d78b379e14852cc47ea86b550016c655414412cc3bad4a5935039b6e50ca2e63ed2b8fcc4a0b2c552fb8be806 SHA512 8e77aff8d1a16d45e510606edb15623248cc41a979c324bece719acb1fddb6a29c05ef99d5dbe8a8a1247f4a5f6353a240556dcfd51ab7180cdc8b68ce5cc4ee +DIST flrig-1.3.40.tar.gz 745925 BLAKE2B ef9e3295c7afed5ec14aeeb6c056afb31ad1f9719f2a49091b397e1809b34550cb667914b78f370da1722184a8db6253bf7a377db960deeb50a4833d9beb99d6 SHA512 28ed895a1b87ddcbab152b29c17d14b03ea29c9ae427bfc6eb594f270dc85c0044dc566991be8680d09f19dc46839e0672b250f3c765fb0f76da1624840ae216 diff --git a/media-radio/flrig/flrig-1.3.40.ebuild b/media-radio/flrig/flrig-1.3.40.ebuild new file mode 100644 index 00000000000..3aa457624c8 --- /dev/null +++ b/media-radio/flrig/flrig-1.3.40.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools + +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" + +src_prepare() { + eapply_user + eapply "${FILESDIR}"/fix-bashism.patch + eautoreconf +}