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/flumotion: flumotion-0.4.1.ebuild ChangeLog
Date: Tue, 27 Nov 2007 12:06:51
Message-Id: E1IwzDD-0000oW-6n@stork.gentoo.org
1 zzam 07/11/27 12:06:47
2
3 Modified: flumotion-0.4.1.ebuild ChangeLog
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.3 media-video/flumotion/flumotion-0.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild?r1=1.2&r2=1.3
14
15 Index: flumotion-0.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- flumotion-0.4.1.ebuild 28 Apr 2007 11:55:53 -0000 1.2
22 +++ flumotion-0.4.1.ebuild 27 Nov 2007 12:06:46 -0000 1.3
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/flumotion/flumotion-0.4.1.ebuild,v 1.2 2007/04/28 11:55:53 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild,v 1.3 2007/11/27 12:06:46 zzam Exp $
28
29 inherit eutils gnome2
30
31 @@ -55,7 +55,7 @@
32
33 emake || die
34 # fix ${exec_prefix} not being expanded
35 - cd ${S}/bin
36 + cd "${S}"/bin
37 cp flumotion-manager flumotion-manager.orig
38 sed -e 's:${exec_prefix}:/usr':g flumotion-manager.orig \
39 > flumotion-manager
40
41
42
43 1.13 media-video/flumotion/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/ChangeLog?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/ChangeLog?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/ChangeLog?r1=1.12&r2=1.13
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- ChangeLog 28 Apr 2007 11:55:53 -0000 1.12
56 +++ ChangeLog 27 Nov 2007 12:06:46 -0000 1.13
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-video/flumotion
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.12 2007/04/28 11:55:53 tove Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.13 2007/11/27 12:06:46 zzam Exp $
62 +
63 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> flumotion-0.4.1.ebuild:
64 + Fixed quoting.
65
66 28 Apr 2007; Torsten Veller <tove@g.o> flumotion-0.4.1.ebuild:
67 Use newinitd
68
69
70
71 --
72 gentoo-commits@g.o mailing list