Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/cwdaemon: ChangeLog cwdaemon-0.9.2.ebuild
Date: Thu, 01 Oct 2009 12:51:14
Message-Id: E1MtL7n-0003Ra-FJ@stork.gentoo.org
1 ssuominen 09/10/01 12:51:11
2
3 Modified: ChangeLog cwdaemon-0.9.2.ebuild
4 Log:
5 amd64 stable wrt #287063
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 media-radio/cwdaemon/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/cwdaemon/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/cwdaemon/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/cwdaemon/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 7 Sep 2009 18:59:39 -0000 1.12
22 +++ ChangeLog 1 Oct 2009 12:51:11 -0000 1.13
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-radio/cwdaemon
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.12 2009/09/07 18:59:39 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.13 2009/10/01 12:51:11 ssuominen Exp $
28 +
29 + 01 Oct 2009; Samuli Suominen <ssuominen@g.o> cwdaemon-0.9.2.ebuild:
30 + amd64 stable wrt #287063
31
32 07 Sep 2009; Patrick Lauer <patrick@g.o> cwdaemon-0.9.2.ebuild:
33 Add ~amd64
34
35
36
37 1.7 media-radio/cwdaemon/cwdaemon-0.9.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild?r1=1.6&r2=1.7
42
43 Index: cwdaemon-0.9.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- cwdaemon-0.9.2.ebuild 23 Sep 2009 15:27:56 -0000 1.6
50 +++ cwdaemon-0.9.2.ebuild 1 Oct 2009 12:51:11 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.6 2009/09/23 15:27:56 ssuominen Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.7 2009/10/01 12:51:11 ssuominen Exp $
56
57 DESCRIPTION="A morse daemon for the parallel or serial port"
58 HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html"
59 @@ -8,12 +8,12 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="alpha ~amd64 ~ppc x86"
64 +KEYWORDS="alpha amd64 ~ppc x86"
65 IUSE=""
66
67 RDEPEND=""
68 DEPEND="sys-apps/gawk"
69
70 src_install() {
71 - emake DESTDIR="${D}" install || die "install failed"
72 + emake DESTDIR="${D}" install || die
73 }