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 907C4158083 for ; Wed, 4 Sep 2024 12:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0304E2A44; Wed, 4 Sep 2024 12:07:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B8C3CE2A44 for ; Wed, 4 Sep 2024 12:07:30 +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 CEDBF335D6F for ; Wed, 4 Sep 2024 12:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39337BB4 for ; Wed, 4 Sep 2024 12:07: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: <1725451627.b2df3002023ca013e2fc0f58b9d7156b87007235.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/cwdaemon/Manifest media-radio/cwdaemon/cwdaemon-0.13.0.ebuild media-radio/cwdaemon/metadata.xml X-VCS-Directories: media-radio/cwdaemon/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: b2df3002023ca013e2fc0f58b9d7156b87007235 X-VCS-Branch: master Date: Wed, 4 Sep 2024 12:07: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba38da2d-db0b-4a36-a547-251db40a0062 X-Archives-Hash: 9966ae867a5bab466da85599709d7884 commit: b2df3002023ca013e2fc0f58b9d7156b87007235 Author: Thomas Beierlein gentoo org> AuthorDate: Wed Sep 4 12:03:46 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Wed Sep 4 12:07:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2df3002 media-radio/cwdaemon: add 0.13.0 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/cwdaemon/Manifest | 1 + media-radio/cwdaemon/cwdaemon-0.13.0.ebuild | 24 ++++++++++++++++++++++++ media-radio/cwdaemon/metadata.xml | 1 + 3 files changed, 26 insertions(+) diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest index 6b45eb1129a8..a5cfeec56a97 100644 --- a/media-radio/cwdaemon/Manifest +++ b/media-radio/cwdaemon/Manifest @@ -1 +1,2 @@ DIST cwdaemon-0.12.0.tar.gz 433974 BLAKE2B c1ab01291e9907a4c090987573eb2914a72285c028d9b1c452be633706a683378ac2976dfddba90aa92dfdb1b821716d30a7e613c48dba0981628013bb4563d2 SHA512 1b9a29d92aa9d212f27def6a938bd170f41ea177ac552f99cbb399422e3046cfeeb440f203079cd3726042187f7cd4fd0903b8cc4c301b4b34238f4e6d842ee0 +DIST cwdaemon-0.13.0.tar.gz 663289 BLAKE2B 1661220e87eb44aac63100319e532b697d67fe24c36ed03fbda18204a3e6d41f5aee8a6aab2afd49b49c0ebf03fe849c5f154d3bb41a1023683c1faa8fcc336b SHA512 bdba023e83f410c35e4656f35f969303e2f86154a17e2f2cf96c26b82073dddf8cb431ab15b219ce775ef3ee01602cdb6f826f47b70bcdafa9fbd3dfe0b96160 diff --git a/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild new file mode 100644 index 000000000000..2169bb362fff --- /dev/null +++ b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic + +DESCRIPTION="A morse daemon for the parallel or serial port" +HOMEPAGE="https://cwdaemon.sourceforge.net" +SRC_URI="https://github.com/acerion/${PN}/archive/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" + +RDEPEND=">=media-radio/unixcw-3.6.0" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + # provides header info for getaddrinfo() with C99 (bug 569970) + append-cppflags -D_GNU_SOURCE + econf +} diff --git a/media-radio/cwdaemon/metadata.xml b/media-radio/cwdaemon/metadata.xml index 0e65bae317ed..62b91035bbcf 100644 --- a/media-radio/cwdaemon/metadata.xml +++ b/media-radio/cwdaemon/metadata.xml @@ -7,5 +7,6 @@ cwdaemon + acerion/cwdaemon