diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2012-08-06 15:44:15 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2012-08-06 15:44:15 +0000 |
commit | c76bce2ed93753e393de3349a365c9ad0ae45d72 (patch) | |
tree | 416a8241c9e27b7a72807ae2f405451ff82d30db /media-radio/cwdaemon | |
parent | Package move iwl1000-ucode from net-wireless to sys-firmware, bug 429868. (diff) | |
download | gentoo-2-c76bce2ed93753e393de3349a365c9ad0ae45d72.tar.gz gentoo-2-c76bce2ed93753e393de3349a365c9ad0ae45d72.tar.bz2 gentoo-2-c76bce2ed93753e393de3349a365c9ad0ae45d72.zip |
Version bump
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/cwdaemon')
-rw-r--r-- | media-radio/cwdaemon/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.9.6.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog index f02d1daa6e7a..39d8b93073d4 100644 --- a/media-radio/cwdaemon/ChangeLog +++ b/media-radio/cwdaemon/ChangeLog @@ -1,6 +1,11 @@ # 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.18 2012/06/25 18:37:35 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.19 2012/08/06 15:44:15 tomjbe Exp $ + +*cwdaemon-0.9.6 (06 Aug 2012) + + 06 Aug 2012; Thomas Beierlein <tomjbe@gentoo.org> +cwdaemon-0.9.6.ebuild: + Version bump 25 Jun 2012; Thomas Beierlein <tomjbe@gentoo.org> cwdaemon-0.9.4.ebuild, +files/cwdaemon-0.9.4-unixcw3.patch: diff --git a/media-radio/cwdaemon/cwdaemon-0.9.6.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.6.ebuild new file mode 100644 index 000000000000..68018444fd29 --- /dev/null +++ b/media-radio/cwdaemon/cwdaemon-0.9.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.6.ebuild,v 1.1 2012/08/06 15:44:15 tomjbe Exp $ + +EAPI=4 + +DESCRIPTION="A morse daemon for the parallel or serial port" +HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/ham/morse" +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" |