diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-01-15 14:32:28 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-01-15 14:32:28 +0100 |
commit | 5ee8251650b57451cca8ef305b384dbaf592cb74 (patch) | |
tree | d2913dd4793c06e76a09b10c6bcb845133ed7dd0 /media-radio | |
parent | x11-themes/papirus-icon-theme: drop 20231101 (diff) | |
download | gentoo-5ee8251650b57451cca8ef305b384dbaf592cb74.tar.gz gentoo-5ee8251650b57451cca8ef305b384dbaf592cb74.tar.bz2 gentoo-5ee8251650b57451cca8ef305b384dbaf592cb74.zip |
media-radio/cwdaemon: drop 0.10.2
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.10.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest index 3b83731f4c3b..af37244f0fe3 100644 --- a/media-radio/cwdaemon/Manifest +++ b/media-radio/cwdaemon/Manifest @@ -1,2 +1 @@ -DIST cwdaemon-0.10.2.tar.gz 290487 BLAKE2B cdabe238ad74a2933704e037190ea7f74e58ed7888bb3eb2b1864522384d95c73ef429a4e8e78ef07b5d0c612b609bcde2a01a388fa5c79a691b6208909678e3 SHA512 65ae1552d0a875b71354083401abed2271ff40b7f8ab6c8f2cbb4a36bb2648a6094efc9ac5cfc9228633ff48b839205e4f95f46d10244a43089c4c1f94ca94a7 DIST cwdaemon-0.11.0.tar.gz 353868 BLAKE2B 9b0fe19e6850b4932b20a6f77a7a11abfe2aaed3ed6485b8f74ae226d36fe5a8c9428613c6055ac38d9c9aaa8a0cde7a71321b8111de9ae67bd77973c35aa166 SHA512 a2b882cea6ee3d061c83885a8cbee38e2db18031fde37784cf973f407e2eb8845d56dd52ec290c0e96063b305e1159ad217073a9abc976b0c99d06a87dc1089c diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild deleted file mode 100644 index 01ab141e1082..000000000000 --- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 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" -IUSE="" - -RDEPEND=">=media-radio/unixcw-3.3.1" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - # provides header info for getaddrinfo() with C99 (bug 569970) - append-cppflags -D_GNU_SOURCE - econf -} |