Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/cwdaemon: cwdaemon-0.9.7.ebuild ChangeLog
Date: Mon, 26 Aug 2013 14:18:18
Message-Id: 20130826141810.F23262004C@flycatcher.gentoo.org
1 patrick 13/08/26 14:18:10
2
3 Modified: ChangeLog
4 Added: cwdaemon-0.9.7.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.22 media-radio/cwdaemon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 7 Feb 2013 08:57:38 -0000 1.21
24 +++ ChangeLog 26 Aug 2013 14:18:10 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-radio/cwdaemon
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.21 2013/02/07 08:57:38 tomjbe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.22 2013/08/26 14:18:10 patrick Exp $
30 +
31 +*cwdaemon-0.9.7 (26 Aug 2013)
32 +
33 + 26 Aug 2013; Patrick Lauer <patrick@g.o> +cwdaemon-0.9.7.ebuild:
34 + Bump
35
36 07 Feb 2013; Thomas Beierlein <tomjbe@g.o> cwdaemon-0.9.2.ebuild:
37 Drop unneeded awk dep (bug #455734)
38 @@ -101,4 +106,3 @@
39
40 27 Jun 2004; Robb Romans <killsoft@g.o> +metadata.xml:
41 Initial import.
42 -
43
44
45
46 1.1 media-radio/cwdaemon/cwdaemon-0.9.7.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.7.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.7.ebuild?rev=1.1&content-type=text/plain
50
51 Index: cwdaemon-0.9.7.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.7.ebuild,v 1.1 2013/08/26 14:18:10 patrick Exp $
56
57 EAPI=4
58
59 DESCRIPTION="A morse daemon for the parallel or serial port"
60 HOMEPAGE="http://cwdaemon.sourceforge.net"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
62 LICENSE="GPL-2"
63
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
66 IUSE=""
67
68 RDEPEND=">=media-radio/unixcw-3.1.1"
69 DEPEND="$RDEPEND
70 virtual/pkgconfig"