diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-26 14:18:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-26 14:18:10 +0000 |
commit | 015c031804ef3aa84182fa974858955ea778e960 (patch) | |
tree | dc7b9d2f801b77525fbb44e7d38ed2aed91f68c3 /media-radio/cwdaemon/cwdaemon-0.9.7.ebuild | |
parent | Bump (diff) | |
download | gentoo-2-015c031804ef3aa84182fa974858955ea778e960.tar.gz gentoo-2-015c031804ef3aa84182fa974858955ea778e960.tar.bz2 gentoo-2-015c031804ef3aa84182fa974858955ea778e960.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-radio/cwdaemon/cwdaemon-0.9.7.ebuild')
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.9.7.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.7.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.7.ebuild new file mode 100644 index 000000000000..5aa2ec4dc2bd --- /dev/null +++ b/media-radio/cwdaemon/cwdaemon-0.9.7.ebuild @@ -0,0 +1,18 @@ +# 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.7.ebuild,v 1.1 2013/08/26 14:18:10 patrick Exp $ + +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.1.1" +DEPEND="$RDEPEND + virtual/pkgconfig" |