summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/cwdaemon/ChangeLog10
-rw-r--r--media-radio/cwdaemon/Manifest8
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.8.ebuild4
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.9.1.ebuild24
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.9.ebuild4
-rw-r--r--media-radio/cwdaemon/files/digest-cwdaemon-0.9.11
6 files changed, 42 insertions, 9 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog
index bf9a8612999b..21a8ba420916 100644
--- a/media-radio/cwdaemon/ChangeLog
+++ b/media-radio/cwdaemon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-radio/cwdaemon
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.5 2004/12/08 23:05:22 killsoft Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.6 2005/01/12 05:45:55 killsoft Exp $
+
+*cwdaemon-0.9.1 (11 Jan 2005)
+
+ 11 Jan 2005; Robb Romans <killsoft@gentoo.org> cwdaemon-0.8.ebuild,
+ +cwdaemon-0.9.1.ebuild, cwdaemon-0.9.ebuild:
+ New version fixes a possible security issue
*cwdaemon-0.9 (08 Dec 2004)
diff --git a/media-radio/cwdaemon/Manifest b/media-radio/cwdaemon/Manifest
index 3c4fd445e4bc..3bab6766aa82 100644
--- a/media-radio/cwdaemon/Manifest
+++ b/media-radio/cwdaemon/Manifest
@@ -1,6 +1,8 @@
-MD5 967c077ad867fad97c3f02bc53f7e6fa ChangeLog 1282
+MD5 37625a7f102fb6587e622015ca02522c ChangeLog 1477
MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224
-MD5 a814ea631fc5bd1723c86d4e3f08df9b cwdaemon-0.9.ebuild 639
-MD5 3f5fcbb99b0e5b7251e98122b79fb636 cwdaemon-0.8.ebuild 638
+MD5 a133da7f1c8f86e944af8c95a9370257 cwdaemon-0.9.1.ebuild 535
+MD5 a133da7f1c8f86e944af8c95a9370257 cwdaemon-0.9.ebuild 535
+MD5 ac5bd1df3a0d1765333ebb35dbf4c5b5 cwdaemon-0.8.ebuild 534
+MD5 72ba8154328270caa729bc0893d77a3b files/digest-cwdaemon-0.9.1 66
MD5 0d240805bb994d36024d3ab020aca666 files/digest-cwdaemon-0.9 64
MD5 633b819de27cf3df96bde26d370959d5 files/digest-cwdaemon-0.8 64
diff --git a/media-radio/cwdaemon/cwdaemon-0.8.ebuild b/media-radio/cwdaemon/cwdaemon-0.8.ebuild
index 915b094de850..058b5db85707 100644
--- a/media-radio/cwdaemon/cwdaemon-0.8.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.4 2004/08/05 00:35:27 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.5 2005/01/12 05:45:55 killsoft Exp $
inherit eutils
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild
new file mode 100644
index 000000000000..7addd8f82b55
--- /dev/null
+++ b/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.1.ebuild,v 1.1 2005/01/12 05:45:55 killsoft Exp $
+
+DESCRIPTION="A morse daemon for the parallel or serial port"
+HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html"
+SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha"
+IUSE=""
+
+RDEPEND="virtual/libc"
+DEPEND="sys-apps/gawk"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+}
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.ebuild
index e79f4a89210a..c169ca82bcb5 100644
--- a/media-radio/cwdaemon/cwdaemon-0.9.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.ebuild,v 1.1 2004/12/08 23:05:22 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.ebuild,v 1.2 2005/01/12 05:45:55 killsoft Exp $
DESCRIPTION="A morse daemon for the parallel or serial port"
HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html"
diff --git a/media-radio/cwdaemon/files/digest-cwdaemon-0.9.1 b/media-radio/cwdaemon/files/digest-cwdaemon-0.9.1
new file mode 100644
index 000000000000..6e1490442df2
--- /dev/null
+++ b/media-radio/cwdaemon/files/digest-cwdaemon-0.9.1
@@ -0,0 +1 @@
+MD5 1832eedd9613bc080716fbc23df85cf0 cwdaemon-0.9.1.tar.gz 258249