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/effectv: effectv-0.3.11.ebuild effectv-0.3.10.ebuild ChangeLog
Date: Tue, 27 Nov 2007 12:00:41
Message-Id: E1Iwz7C-0000dF-VS@stork.gentoo.org
1 zzam 07/11/27 12:00:34
2
3 Modified: effectv-0.3.11.ebuild effectv-0.3.10.ebuild
4 ChangeLog
5 Log:
6 Fixed quoting.
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.3 media-video/effectv/effectv-0.3.11.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?r1=1.2&r2=1.3
15
16 Index: effectv-0.3.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- effectv-0.3.11.ebuild 12 Jul 2007 02:40:42 -0000 1.2
23 +++ effectv-0.3.11.ebuild 27 Nov 2007 12:00:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v 1.2 2007/07/12 02:40:42 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v 1.3 2007/11/27 12:00:34 zzam Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -16,7 +16,7 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39 epatch "${FILESDIR}/${PN}-0.3.10-makefile.patch"
40 epatch "${FILESDIR}/${PN}-0.3.10-trunc-name-collision.patch"
41 epatch "${FILESDIR}/${P}-timedist.patch"
42
43
44
45 1.5 media-video/effectv/effectv-0.3.10.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild?r1=1.4&r2=1.5
50
51 Index: effectv-0.3.10.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- effectv-0.3.10.ebuild 12 Jul 2007 02:40:42 -0000 1.4
58 +++ effectv-0.3.10.ebuild 27 Nov 2007 12:00:34 -0000 1.5
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2006 Gentoo Foundation
61 +# Copyright 1999-2007 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v 1.4 2007/07/12 02:40:42 mr_bones_ Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v 1.5 2007/11/27 12:00:34 zzam Exp $
65
66 inherit eutils toolchain-funcs
67
68 @@ -16,7 +16,7 @@
69
70 src_unpack() {
71 unpack ${A}
72 - cd ${S}
73 + cd "${S}"
74 epatch "${FILESDIR}/${P}-makefile.patch"
75 epatch "${FILESDIR}/${P}-trunc-name-collision.patch"
76 }
77
78
79
80 1.5 media-video/effectv/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?r1=1.4&r2=1.5
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- ChangeLog 15 Sep 2006 20:34:08 -0000 1.4
93 +++ ChangeLog 27 Nov 2007 12:00:34 -0000 1.5
94 @@ -1,6 +1,10 @@
95 # ChangeLog for media-video/effectv
96 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.4 2006/09/15 20:34:08 zzam Exp $
98 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.5 2007/11/27 12:00:34 zzam Exp $
100 +
101 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> effectv-0.3.10.ebuild,
102 + effectv-0.3.11.ebuild:
103 + Fixed quoting.
104
105 *effectv-0.3.11 (15 Sep 2006)
106
107
108
109
110 --
111 gentoo-commits@g.o mailing list