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 881E5138334 for ; Sat, 20 Oct 2018 09:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F22E0831; Sat, 20 Oct 2018 09:53:33 +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 46CCFE0831 for ; Sat, 20 Oct 2018 09:53:33 +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 39B4E335CB7 for ; Sat, 20 Oct 2018 09:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40F89391 for ; Sat, 20 Oct 2018 09:53:28 +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: <1540029178.c98bf2f5b05e7cdcbad2ff9eba2c24af6f460b3b.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tlf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/tlf/Manifest media-radio/tlf/tlf-1.3.1.ebuild X-VCS-Directories: media-radio/tlf/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: c98bf2f5b05e7cdcbad2ff9eba2c24af6f460b3b X-VCS-Branch: master Date: Sat, 20 Oct 2018 09:53:28 +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: c45178f5-a923-41cf-90c6-c363df288d01 X-Archives-Hash: 1bef315fec2fcfc9608f2120d1d9bf57 commit: c98bf2f5b05e7cdcbad2ff9eba2c24af6f460b3b Author: Thomas Beierlein gentoo org> AuthorDate: Sat Oct 20 09:52:22 2018 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Oct 20 09:52:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98bf2f5 media-radio/tlf: Version bump Signed-off-by: Thomas Beierlein gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-radio/tlf/Manifest | 1 + media-radio/tlf/tlf-1.3.1.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest index 4274aba1b60..4c9a147cc7f 100644 --- a/media-radio/tlf/Manifest +++ b/media-radio/tlf/Manifest @@ -1 +1,2 @@ DIST tlf-1.3.0.tar.gz 643783 BLAKE2B 8de41b3414231cf10256225bcd8e080c1c3b20849f8298dcb5df0f3f094c2fa80d93229bd75d14f5f6f75280215744d43f39460dee94ef768169957f8587ef28 SHA512 c2c1f7ce8ff74b94fe0538fb6cd39d2e1b70d392c0e050ce60a107a085406edc83ee54fd18d42a1dcb688859c53072f9918cba4d8001889189b337eded0374c7 +DIST tlf-1.3.1.tar.gz 689531 BLAKE2B 4c56728776493c1a77f85fdf5f3c2abe456043d07d2106cb08f7f04af31bc317507e4589c3e2ae310d184f8ed6103611d936a69df7d55a9575234420bdf29823 SHA512 aa26b87071a85574f2c08b46a3b0d8e030fb4384a38da4f7c97b6b1fb80c6c63b9f1814cf0eced090219e365d67cfcdabf5b71b2feaa39d281e41333bd5afcdb diff --git a/media-radio/tlf/tlf-1.3.1.ebuild b/media-radio/tlf/tlf-1.3.1.ebuild new file mode 100644 index 00000000000..6be0473c059 --- /dev/null +++ b/media-radio/tlf/tlf-1.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit flag-o-matic + +DESCRIPTION="Console-mode amateur radio contest logger" +HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html" +SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="sys-libs/ncurses:= + dev-libs/glib:2 + media-libs/hamlib + media-sound/sox + dev-libs/xmlrpc-c[curl]" +DEPEND=" + ${RDEPEND} + test? ( dev-util/cmocka )" + +src_configure() { + append-ldflags -L/usr/$(get_libdir)/hamlib + econf --docdir=/usr/share/doc/${PF} --enable-hamlib --enable-fldigi-xmlrpc +}