* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2015-12-27 18:44 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2015-12-27 18:44 UTC (permalink / raw
To: gentoo-commits
commit: be7d588abd5fdc5e1d3370d129012d9867af8d03
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 18:43:50 2015 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 18:43:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7d588a
media-radio/cwdaemon: Version bump
Package-Manager: portage-2.2.26
media-radio/cwdaemon/Manifest | 1 +
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest
index 3776667..b42e625 100644
--- a/media-radio/cwdaemon/Manifest
+++ b/media-radio/cwdaemon/Manifest
@@ -1 +1,2 @@
DIST cwdaemon-0.10.1.tar.gz 314733 SHA256 5c914140aba395b5d52ba5d822bec9c22e05e93e38af9cfd212242adcaf6abcc SHA512 be15de3326de005c208bdcea412333ff3756e89f08cf5239d87bcd3bc20e9c98f74b028ab65438f04938b9840e354d5fc7c6056405a52aa434e134b5763fe1b8 WHIRLPOOL bfb0cdb4fbaa8ca4af2ca684278926aa058b1b16b9a27d33986bdb4fc39ff22c0a446a415e5d617f74e6aeafe90165173ba5112c61680373a926ab35a7f3602b
+DIST cwdaemon-0.10.2.tar.gz 290487 SHA256 811b9ccf28b9729a9e35ba234977bfa512ec39d7369823f0d29a5ecdc3b47983 SHA512 65ae1552d0a875b71354083401abed2271ff40b7f8ab6c8f2cbb4a36bb2648a6094efc9ac5cfc9228633ff48b839205e4f95f46d10244a43089c4c1f94ca94a7 WHIRLPOOL 60087da04f8d44e0434118297a08d696dc24774d4e32f8fbc828329188e1f35261f25c2073795de6c83e68eac8f579f3c90840a29f79ae9a2d81740b507c0a9d
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
new file mode 100644
index 0000000..bb0475b
--- /dev/null
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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
+ virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2015-12-29 6:24 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2015-12-29 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 5a9f4b981051cfbb0f13922971722721184a4764
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 06:23:41 2015 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 06:23:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9f4b98
media-radio/cwdaemon: Fix missing headers for gcc>=5 (bug #569970)
Thanks for reporting Toralf.
Package-Manager: portage-2.2.26
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
index bb0475b..c27eb1b 100644
--- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -4,6 +4,8 @@
EAPI=5
+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"
@@ -16,3 +18,9 @@ IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
DEPEND="$RDEPEND
virtual/pkgconfig"
+
+src_configure() {
+ # provides header info for getaddrinfo() with C99 (bug 569970)
+ append-cppflags -D_GNU_SOURCE
+ econf
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2016-01-23 17:34 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2016-01-23 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 9bdd41b98d1d586ccfbeedfa40a8422671a75a22
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 17:34:14 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 17:34:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd41b9
media-radio/cwdaemon: amd64 stable wrt bug #572692
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
index c27eb1b..26633ed 100644
--- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2016-02-03 16:23 Tobias Klausmann
0 siblings, 0 replies; 23+ messages in thread
From: Tobias Klausmann @ 2016-02-03 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 19bc07ae884a10b054281bde33c75e27d09490bd
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 3 16:22:42 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Feb 3 16:22:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bc07ae
media-radio/cwdaemon: add alpha keyword
Gentoo-Bug: 572692
Package-Manager: portage-2.2.27
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
index 26633ed..66c3329 100644
--- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2016-05-01 14:15 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2016-05-01 14:15 UTC (permalink / raw
To: gentoo-commits
commit: a44c2c92b300f2282e5591d85e40d5ecc679bd7d
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 14:15:26 2016 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun May 1 14:15:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44c2c92
media-radio/cwdaemon: drop old
Package-Manager: portage-2.2.28
media-radio/cwdaemon/Manifest | 1 -
media-radio/cwdaemon/cwdaemon-0.10.1.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest
index b42e625..33bf03e 100644
--- a/media-radio/cwdaemon/Manifest
+++ b/media-radio/cwdaemon/Manifest
@@ -1,2 +1 @@
-DIST cwdaemon-0.10.1.tar.gz 314733 SHA256 5c914140aba395b5d52ba5d822bec9c22e05e93e38af9cfd212242adcaf6abcc SHA512 be15de3326de005c208bdcea412333ff3756e89f08cf5239d87bcd3bc20e9c98f74b028ab65438f04938b9840e354d5fc7c6056405a52aa434e134b5763fe1b8 WHIRLPOOL bfb0cdb4fbaa8ca4af2ca684278926aa058b1b16b9a27d33986bdb4fc39ff22c0a446a415e5d617f74e6aeafe90165173ba5112c61680373a926ab35a7f3602b
DIST cwdaemon-0.10.2.tar.gz 290487 SHA256 811b9ccf28b9729a9e35ba234977bfa512ec39d7369823f0d29a5ecdc3b47983 SHA512 65ae1552d0a875b71354083401abed2271ff40b7f8ab6c8f2cbb4a36bb2648a6094efc9ac5cfc9228633ff48b839205e4f95f46d10244a43089c4c1f94ca94a7 WHIRLPOOL 60087da04f8d44e0434118297a08d696dc24774d4e32f8fbc828329188e1f35261f25c2073795de6c83e68eac8f579f3c90840a29f79ae9a2d81740b507c0a9d
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.1.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.1.ebuild
deleted file mode 100644
index 9044922..0000000
--- a/media-radio/cwdaemon/cwdaemon-0.10.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-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
- virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2021-04-29 1:52 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-04-29 1:52 UTC (permalink / raw
To: gentoo-commits
commit: cc8f705212c25b1ab7efb2c093f0e241685db0a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:39:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:51:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8f7052
media-radio/cwdaemon: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
index 313e2805c8a..feabac5397a 100644
--- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ppc x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
-DEPEND="$RDEPEND
+DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2021-10-22 8:22 Jakov Smolić
0 siblings, 0 replies; 23+ messages in thread
From: Jakov Smolić @ 2021-10-22 8:22 UTC (permalink / raw
To: gentoo-commits
commit: dbd6202e2997143b4cbc5b1277fb1b62f211c6b8
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 07:36:58 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 08:21:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd6202e
media-radio/cwdaemon: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
index feabac5397a..01ab141e108 100644
--- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -1,22 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+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"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ppc x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_configure() {
# provides header info for getaddrinfo() with C99 (bug 569970)
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2022-05-02 16:54 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2022-05-02 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 78416dcc66e2d086b1c1e7a005beaffea7e55e8a
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 16:53:27 2022 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon May 2 16:53:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78416dcc
media-radio/cwdaemon: add 0.11.0
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/cwdaemon/Manifest | 1 +
media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest
index 2eed12f94924..3b83731f4c3b 100644
--- a/media-radio/cwdaemon/Manifest
+++ b/media-radio/cwdaemon/Manifest
@@ -1 +1,2 @@
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.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
new file mode 100644
index 000000000000..d9b3890d4df0
--- /dev/null
+++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 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
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2022-05-02 16:55 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2022-05-02 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 988f8477246d56e6d46b0d1932f8f1fdc44bdde3
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon May 2 16:55:17 2022 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon May 2 16:55:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988f8477
media-radio/cwdaemon: destabilize 0.11.0 for ~amd64, ~ppc, ~x86
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
index d9b3890d4df0..729af17b7068 100644
--- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2022-08-22 17:26 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-08-22 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 4ebcfac45ef0fa55243e1b26d112019ec8e05e2e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 17:25:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 17:25:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebcfac4
media-radio/cwdaemon: Stabilize 0.11.0 amd64, #865991
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
index 729af17b7068..d8c67268a2a5 100644
--- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2022-08-22 17:26 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-08-22 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 8a2c67143a034bf228e7a44bc1bd9448654d0251
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 17:25:41 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 17:25:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2c6714
media-radio/cwdaemon: Stabilize 0.11.0 x86, #865991
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
index d8c67268a2a5..6aa408e6593b 100644
--- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2022-08-24 5:27 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2022-08-24 5:27 UTC (permalink / raw
To: gentoo-commits
commit: 54e8152b2466e0c3aeadc4e7587c2b193632d2dd
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 05:26:53 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 05:26:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e8152b
media-radio/cwdaemon: ppc stable wrt bug #865991
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
index 6aa408e6593b..d9b3890d4df0 100644
--- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-01-15 13:41 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2024-01-15 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 5ee8251650b57451cca8ef305b384dbaf592cb74
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 13:32:28 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 13:32:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee82516
media-radio/cwdaemon: drop 0.10.2
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/cwdaemon/Manifest | 1 -
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 25 -------------------------
2 files changed, 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
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-01-15 13:41 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2024-01-15 13:41 UTC (permalink / raw
To: gentoo-commits
commit: c28b35202f597606c9d6896343c58f7e15db6980
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 13:33:33 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 13:33:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28b3520
media-radio/cwdaemon: Fix QA - drop empty IUSE
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
index d9b3890d4df0..e94ad0d7591b 100644
--- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,6 @@ 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}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-02-15 15:10 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2024-02-15 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 74af7cadc6c633ee9beb827670f46afd58a1ab02
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 15:09:01 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> 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 <tomjbe <AT> 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
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-04-12 15:30 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-04-12 15:30 UTC (permalink / raw
To: gentoo-commits
commit: 309043c16d003c8c54e0a1baa5695ea90227310c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 15:29:46 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 15:29:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309043c1
media-radio/cwdaemon: Stabilize 0.12.0 ppc, #929212
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
index be8b2b968683..17656b56b0e3 100644
--- a/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ppc ~x86"
RDEPEND=">=media-radio/unixcw-3.6.0"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-04-13 6:39 Arthur Zamarin
0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-04-13 6:39 UTC (permalink / raw
To: gentoo-commits
commit: a85c2cb286f1b731d735aee3b823d89b0b50151c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 06:39:11 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 06:39:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85c2cb2
media-radio/cwdaemon: Stabilize 0.12.0 x86, #929212
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
index 17656b56b0e3..39461664e36b 100644
--- a/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ~x86"
+KEYWORDS="~alpha ~amd64 ppc x86"
RDEPEND=">=media-radio/unixcw-3.6.0"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-04-13 6:48 Arthur Zamarin
0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-04-13 6:48 UTC (permalink / raw
To: gentoo-commits
commit: 5f86e404343464e8e92d8260fff87e4e0221622f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 06:48:49 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 06:48:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f86e404
media-radio/cwdaemon: Stabilize 0.12.0 amd64, #929212
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
index 39461664e36b..237a1ef99037 100644
--- a/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
RDEPEND=">=media-radio/unixcw-3.6.0"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-05-30 18:00 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2024-05-30 18:00 UTC (permalink / raw
To: gentoo-commits
commit: fd5a9422abd3264fe058fa0af6949b435dba9f8b
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 17:59:16 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu May 30 18:00:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5a9422
media-radio/cwdaemon: drop 0.11.0
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/cwdaemon/Manifest | 1 -
media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest
index 773438e48375..6b45eb1129a8 100644
--- a/media-radio/cwdaemon/Manifest
+++ b/media-radio/cwdaemon/Manifest
@@ -1,2 +1 @@
-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.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
deleted file mode 100644
index 6b0c199543d2..000000000000
--- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86"
-
-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
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-09-04 12:07 Thomas Beierlein
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Beierlein @ 2024-09-04 12:07 UTC (permalink / raw
To: gentoo-commits
commit: b2df3002023ca013e2fc0f58b9d7156b87007235
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 12:03:46 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> 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 <tomjbe <AT> 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 @@
</maintainer>
<upstream>
<remote-id type="sourceforge">cwdaemon</remote-id>
+ <remote-id type="github">acerion/cwdaemon</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-10-14 6:37 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-10-14 6:37 UTC (permalink / raw
To: gentoo-commits
commit: 09e68c180d55bc37acbb9670710de17aa33a54e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 06:36:54 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 06:36:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e68c18
media-radio/cwdaemon: Stabilize 0.13.0 amd64, #941286
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
index 2169bb362fff..2ae4f71a8b2c 100644
--- a/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/acerion/${PN}/archive/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
RDEPEND=">=media-radio/unixcw-3.6.0"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-10-14 7:04 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-10-14 7:04 UTC (permalink / raw
To: gentoo-commits
commit: 0939eb48f3da76cbab93d843e230ef0abae0e596
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 07:04:23 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 07:04:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0939eb48
media-radio/cwdaemon: Stabilize 0.13.0 ppc, #941286
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
index 2ae4f71a8b2c..66ff39557921 100644
--- a/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/acerion/${PN}/archive/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ppc ~x86"
RDEPEND=">=media-radio/unixcw-3.6.0"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
@ 2024-10-14 7:04 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-10-14 7:04 UTC (permalink / raw
To: gentoo-commits
commit: 6bb947e4ca96a712070cc4fe0d25f2a7f5070fb8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 07:04:25 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 07:04:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb947e4
media-radio/cwdaemon: Stabilize 0.13.0 x86, #941286
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
index 66ff39557921..3eff1b995906 100644
--- a/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/acerion/${PN}/archive/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~x86"
+KEYWORDS="~alpha amd64 ppc x86"
RDEPEND=">=media-radio/unixcw-3.6.0"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2024-10-14 7:04 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 16:23 [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 7:04 Sam James
2024-10-14 7:04 Sam James
2024-10-14 6:37 Sam James
2024-09-04 12:07 Thomas Beierlein
2024-05-30 18:00 Thomas Beierlein
2024-04-13 6:48 Arthur Zamarin
2024-04-13 6:39 Arthur Zamarin
2024-04-12 15:30 Sam James
2024-02-15 15:10 Thomas Beierlein
2024-01-15 13:41 Thomas Beierlein
2024-01-15 13:41 Thomas Beierlein
2022-08-24 5:27 Agostino Sarubbo
2022-08-22 17:26 Sam James
2022-08-22 17:26 Sam James
2022-05-02 16:55 Thomas Beierlein
2022-05-02 16:54 Thomas Beierlein
2021-10-22 8:22 Jakov Smolić
2021-04-29 1:52 Sam James
2016-05-01 14:15 Thomas Beierlein
2016-01-23 17:34 Agostino Sarubbo
2015-12-29 6:24 Thomas Beierlein
2015-12-27 18:44 Thomas Beierlein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox