Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/cwdaemon: ChangeLog cwdaemon-0.9.4.ebuild
Date: Thu, 03 May 2012 03:49:48
Message-Id: 20120503034857.B829E2005C@flycatcher.gentoo.org
1 jdhore 12/05/03 03:48:57
2
3 Modified: ChangeLog cwdaemon-0.9.4.ebuild
4 Log:
5 dev-util/pkgconfig -> virtual/pkgconfig
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux i686)
8
9 Revision Changes Path
10 1.17 media-radio/cwdaemon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 26 Feb 2011 14:47:45 -0000 1.16
23 +++ ChangeLog 3 May 2012 03:48:57 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-radio/cwdaemon
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.16 2011/02/26 14:47:45 xarthisius Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.17 2012/05/03 03:48:57 jdhore Exp $
30 +
31 + 03 May 2012; Jeff Horelick <jdhore@g.o> cwdaemon-0.9.4.ebuild:
32 + dev-util/pkgconfig -> virtual/pkgconfig
33
34 26 Feb 2011; Kacper Kowalik <xarthisius@g.o> cwdaemon-0.9.4.ebuild:
35 Marked ~ppc wrt #338662
36
37
38
39 1.4 media-radio/cwdaemon/cwdaemon-0.9.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild?r1=1.3&r2=1.4
44
45 Index: cwdaemon-0.9.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- cwdaemon-0.9.4.ebuild 26 Feb 2011 14:47:45 -0000 1.3
52 +++ cwdaemon-0.9.4.ebuild 3 May 2012 03:48:57 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild,v 1.3 2011/02/26 14:47:45 xarthisius Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild,v 1.4 2012/05/03 03:48:57 jdhore Exp $
59
60 DESCRIPTION="A morse daemon for the parallel or serial port"
61 HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/ham/morse"
62 @@ -13,7 +13,7 @@
63
64 RDEPEND=">=media-radio/unixcw-2.3"
65 DEPEND="$RDEPEND
66 - dev-util/pkgconfig"
67 + virtual/pkgconfig"
68
69 src_install() {
70 make DESTDIR="${D}" install || die "install failed"