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/cxfe: cxfe-0.9.1.ebuild ChangeLog
Date: Tue, 27 Nov 2007 12:00:03
Message-Id: E1Iwz6c-0000b7-9C@stork.gentoo.org
1 zzam 07/11/27 11:59:58
2
3 Modified: cxfe-0.9.1.ebuild ChangeLog
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.6 media-video/cxfe/cxfe-0.9.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cxfe/cxfe-0.9.1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cxfe/cxfe-0.9.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cxfe/cxfe-0.9.1.ebuild?r1=1.5&r2=1.6
14
15 Index: cxfe-0.9.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/cxfe/cxfe-0.9.1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- cxfe-0.9.1.ebuild 22 Jul 2007 08:54:59 -0000 1.5
22 +++ cxfe-0.9.1.ebuild 27 Nov 2007 11:59:57 -0000 1.6
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/cxfe/cxfe-0.9.1.ebuild,v 1.5 2007/07/22 08:54:59 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/cxfe/cxfe-0.9.1.ebuild,v 1.6 2007/11/27 11:59:57 zzam Exp $
28
29 inherit eutils
30
31 @@ -27,9 +27,9 @@
32 unpack ${A}
33 mv cxfe ${P}
34 cd ${P}
35 - epatch ${FILESDIR}/gcc-2.95-fix.patch
36 - epatch ${FILESDIR}/max-osd-fix.patch
37 - epatch ${FILESDIR}/xv-default.patch
38 + epatch "${FILESDIR}"/gcc-2.95-fix.patch
39 + epatch "${FILESDIR}"/max-osd-fix.patch
40 + epatch "${FILESDIR}"/xv-default.patch
41 }
42
43 src_install() {
44
45
46
47 1.20 media-video/cxfe/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cxfe/ChangeLog?rev=1.20&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cxfe/ChangeLog?rev=1.20&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cxfe/ChangeLog?r1=1.19&r2=1.20
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-video/cxfe/ChangeLog,v
56 retrieving revision 1.19
57 retrieving revision 1.20
58 diff -u -r1.19 -r1.20
59 --- ChangeLog 22 Jul 2007 08:54:59 -0000 1.19
60 +++ ChangeLog 27 Nov 2007 11:59:57 -0000 1.20
61 @@ -1,6 +1,9 @@
62 # ChangeLog for media-video/cxfe
63 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-video/cxfe/ChangeLog,v 1.19 2007/07/22 08:54:59 dberkholz Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-video/cxfe/ChangeLog,v 1.20 2007/11/27 11:59:57 zzam Exp $
66 +
67 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> cxfe-0.9.1.ebuild:
68 + Fixed quoting.
69
70 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; cxfe-0.9.1.ebuild,
71 cxfe-0.9.1-r2.ebuild:
72
73
74
75 --
76 gentoo-commits@g.o mailing list