diff options
author | 2024-09-04 14:03:46 +0200 | |
---|---|---|
committer | 2024-09-04 14:07:07 +0200 | |
commit | b2df3002023ca013e2fc0f58b9d7156b87007235 (patch) | |
tree | 801eaf2e7dfbffc753570b4497b4a01729551289 /media-radio | |
parent | dev-build/scons: Bump to 4.8.1 (diff) | |
download | gentoo-b2df3002023ca013e2fc0f58b9d7156b87007235.tar.gz gentoo-b2df3002023ca013e2fc0f58b9d7156b87007235.tar.bz2 gentoo-b2df3002023ca013e2fc0f58b9d7156b87007235.zip |
media-radio/cwdaemon: add 0.13.0
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/cwdaemon/Manifest | 1 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.13.0.ebuild | 24 | ||||
-rw-r--r-- | media-radio/cwdaemon/metadata.xml | 1 |
3 files changed, 26 insertions, 0 deletions
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 @@ </maintainer> <upstream> <remote-id type="sourceforge">cwdaemon</remote-id> + <remote-id type="github">acerion/cwdaemon</remote-id> </upstream> </pkgmetadata> |