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 1404015808B for ; Thu, 15 Feb 2024 15:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C662BC01E; Thu, 15 Feb 2024 15:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10B152BC01E for ; Thu, 15 Feb 2024 15:11:01 +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 3F0E033BF41 for ; Thu, 15 Feb 2024 15:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A07AB14AA for ; Thu, 15 Feb 2024 15:10:57 +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: <1708009781.74af7cadc6c633ee9beb827670f46afd58a1ab02.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.12.0.ebuild X-VCS-Directories: media-radio/cwdaemon/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 74af7cadc6c633ee9beb827670f46afd58a1ab02 X-VCS-Branch: master Date: Thu, 15 Feb 2024 15:10:57 +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: ce66bbbd-dee7-46da-bb7c-5962fb4cdd4c X-Archives-Hash: f4b0d6d02b05ebf9c632e0da7b926684 commit: 74af7cadc6c633ee9beb827670f46afd58a1ab02 Author: Thomas Beierlein gentoo org> AuthorDate: Thu Feb 15 15:09:01 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Feb 15 15:09:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74af7cad media-radio/cwdaemon: add 0.12.0 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/cwdaemon/Manifest | 1 + media-radio/cwdaemon/cwdaemon-0.12.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest index af37244f0fe3..773438e48375 100644 --- a/media-radio/cwdaemon/Manifest +++ b/media-radio/cwdaemon/Manifest @@ -1 +1,2 @@ DIST cwdaemon-0.11.0.tar.gz 353868 BLAKE2B 9b0fe19e6850b4932b20a6f77a7a11abfe2aaed3ed6485b8f74ae226d36fe5a8c9428613c6055ac38d9c9aaa8a0cde7a71321b8111de9ae67bd77973c35aa166 SHA512 a2b882cea6ee3d061c83885a8cbee38e2db18031fde37784cf973f407e2eb8845d56dd52ec290c0e96063b305e1159ad217073a9abc976b0c99d06a87dc1089c +DIST cwdaemon-0.12.0.tar.gz 433974 BLAKE2B c1ab01291e9907a4c090987573eb2914a72285c028d9b1c452be633706a683378ac2976dfddba90aa92dfdb1b821716d30a7e613c48dba0981628013bb4563d2 SHA512 1b9a29d92aa9d212f27def6a938bd170f41ea177ac552f99cbb399422e3046cfeeb440f203079cd3726042187f7cd4fd0903b8cc4c301b4b34238f4e6d842ee0 diff --git a/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild new file mode 100644 index 000000000000..be8b2b968683 --- /dev/null +++ b/media-radio/cwdaemon/cwdaemon-0.12.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="http://cwdaemon.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${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 +}