summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-09-25 11:52:32 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-09-25 11:52:32 +0000
commit98bb65749d4e24902cf912ba801baa402f93faef (patch)
tree59f89f63c7bfa4d046a39301ecbd436e3b4b7a43 /media-radio/cwdaemon
parentFix building with make >= 3.82 wrt #337912 by Diego E. Pettenò. (diff)
downloadgentoo-2-98bb65749d4e24902cf912ba801baa402f93faef.tar.gz
gentoo-2-98bb65749d4e24902cf912ba801baa402f93faef.tar.bz2
gentoo-2-98bb65749d4e24902cf912ba801baa402f93faef.zip
Version bump.
- Fix broken HOMEPAGE - Minor improvements - Drop bundled cwlib and rely on media-radio/unixcw which provides it - Drop alpha and ppc from KEYWORDS because dep misses that arches (Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/cwdaemon')
-rw-r--r--media-radio/cwdaemon/ChangeLog14
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.9.4.ebuild20
-rw-r--r--media-radio/cwdaemon/metadata.xml3
3 files changed, 34 insertions, 3 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog
index 496b9a58fed6..dfc778f94faa 100644
--- a/media-radio/cwdaemon/ChangeLog
+++ b/media-radio/cwdaemon/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for media-radio/cwdaemon
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.13 2009/10/01 12:51:11 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.14 2010/09/25 11:52:32 tomjbe Exp $
+
+*cwdaemon-0.9.4 (25 Sep 2010)
+
+ 25 Sep 2010; Thomas Beierlein <tomjbe@gentoo.org> +cwdaemon-0.9.4.ebuild,
+ metadata.xml:
+ Version bump.
+ - Fix broken HOMEPAGE
+ - Minor improvements
+ - Drop bundled cwlib and rely on media-radio/unixcw which provides it
+ - Drop alpha and ppc from KEYWORDS because dep misses that arches
01 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> cwdaemon-0.9.2.ebuild:
amd64 stable wrt #287063
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild
new file mode 100644
index 000000000000..94488e894050
--- /dev/null
+++ b/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild,v 1.1 2010/09/25 11:52:32 tomjbe Exp $
+
+DESCRIPTION="A morse daemon for the parallel or serial port"
+HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/ham/morse"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-radio/unixcw-2.3"
+DEPEND="$RDEPEND
+ dev-util/pkgconfig"
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed"
+}
diff --git a/media-radio/cwdaemon/metadata.xml b/media-radio/cwdaemon/metadata.xml
index 54494c4bb860..f6bf5297750d 100644
--- a/media-radio/cwdaemon/metadata.xml
+++ b/media-radio/cwdaemon/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
-<email>maintainer-needed@gentoo.org</email>
+ <email>tomjbe@gentoo.org</email>
+ <name>Thomas Beierlein</name>
</maintainer>
</pkgmetadata>