summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2013-02-07 08:57:38 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2013-02-07 08:57:38 +0000
commitfbd5a5734cde5d4ea64b5ab89b827a256ccf985f (patch)
tree548493edc0259fda287df9657ae46515ceec96f6 /media-radio
parentdeps added to build docs and a dep deleted to build docs to avoid circular de... (diff)
downloadgentoo-2-fbd5a5734cde5d4ea64b5ab89b827a256ccf985f.tar.gz
gentoo-2-fbd5a5734cde5d4ea64b5ab89b827a256ccf985f.tar.bz2
gentoo-2-fbd5a5734cde5d4ea64b5ab89b827a256ccf985f.zip
Drop unneeded awk dep (bug #455734)
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/cwdaemon/ChangeLog7
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.9.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog
index 7ddb5f9cf234..4ce0926da45c 100644
--- a/media-radio/cwdaemon/ChangeLog
+++ b/media-radio/cwdaemon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-radio/cwdaemon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.20 2012/08/13 18:33:45 tomjbe Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.21 2013/02/07 08:57:38 tomjbe Exp $
+
+ 07 Feb 2013; Thomas Beierlein <tomjbe@gentoo.org> cwdaemon-0.9.2.ebuild:
+ Drop unneeded awk dep (bug #455734)
13 Aug 2012; Thomas Beierlein <tomjbe@gentoo.org> cwdaemon-0.9.6.ebuild:
Fix HOMEPAGE
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild
index 0e1edff3368e..9b825bfc403f 100644
--- a/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.7 2009/10/01 12:51:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.8 2013/02/07 08:57:38 tomjbe Exp $
DESCRIPTION="A morse daemon for the parallel or serial port"
HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html"
@@ -12,7 +12,7 @@ KEYWORDS="alpha amd64 ~ppc x86"
IUSE=""
RDEPEND=""
-DEPEND="sys-apps/gawk"
+DEPEND=""
src_install() {
emake DESTDIR="${D}" install || die