Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/packetcommand: packetcommand-0.5.ebuild ChangeLog
Date: Tue, 27 Nov 2007 11:53:24
Message-Id: E1Iwz0C-0000P4-Ay@stork.gentoo.org
1 zzam 07/11/27 11:53:20
2
3 Modified: packetcommand-0.5.ebuild ChangeLog
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.4 media-video/packetcommand/packetcommand-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/packetcommand/packetcommand-0.5.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/packetcommand/packetcommand-0.5.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/packetcommand/packetcommand-0.5.ebuild?r1=1.3&r2=1.4
14
15 Index: packetcommand-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/packetcommand/packetcommand-0.5.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- packetcommand-0.5.ebuild 12 Jul 2007 02:40:42 -0000 1.3
22 +++ packetcommand-0.5.ebuild 27 Nov 2007 11:53:19 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/packetcommand/packetcommand-0.5.ebuild,v 1.3 2007/07/12 02:40:42 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/packetcommand/packetcommand-0.5.ebuild,v 1.4 2007/11/27 11:53:19 zzam Exp $
28
29 inherit linux-mod eutils
30
31 @@ -28,5 +28,5 @@
32 unpack ${A}
33 cd "${S}"
34
35 - epatch ${FILESDIR}/${PV}/kernel-2.6.19.diff
36 + epatch "${FILESDIR}/${PV}/kernel-2.6.19.diff"
37 }
38
39
40
41 1.4 media-video/packetcommand/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/packetcommand/ChangeLog?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/packetcommand/ChangeLog?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/packetcommand/ChangeLog?r1=1.3&r2=1.4
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-video/packetcommand/ChangeLog,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- ChangeLog 14 Jul 2007 15:38:23 -0000 1.3
54 +++ ChangeLog 27 Nov 2007 11:53:19 -0000 1.4
55 @@ -1,6 +1,10 @@
56 # ChangeLog for media-video/packetcommand
57 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-video/packetcommand/ChangeLog,v 1.3 2007/07/14 15:38:23 zzam Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-video/packetcommand/ChangeLog,v 1.4 2007/11/27 11:53:19 zzam Exp $
60 +
61 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
62 + packetcommand-0.5.ebuild:
63 + Fixed quoting.
64
65 *packetcommand-0.5.1 (14 Jul 2007)
66
67
68
69
70 --
71 gentoo-commits@g.o mailing list