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/okle: okle-0.4.ebuild ChangeLog
Date: Tue, 27 Nov 2007 12:10:49
Message-Id: E1IwzH2-0000uu-CL@stork.gentoo.org
1 zzam 07/11/27 12:10:44
2
3 Modified: okle-0.4.ebuild ChangeLog
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.11 media-video/okle/okle-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/okle/okle-0.4.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/okle/okle-0.4.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/okle/okle-0.4.ebuild?r1=1.10&r2=1.11
14
15 Index: okle-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/okle/okle-0.4.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- okle-0.4.ebuild 4 Feb 2007 08:58:44 -0000 1.10
22 +++ okle-0.4.ebuild 27 Nov 2007 12:10:43 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/okle/okle-0.4.ebuild,v 1.10 2007/02/04 08:58:44 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/okle/okle-0.4.ebuild,v 1.11 2007/11/27 12:10:43 zzam Exp $
29
30 inherit kde eutils
31
32 @@ -19,5 +19,5 @@
33 src_unpack() {
34 kde_src_unpack
35
36 - use arts || epatch ${FILESDIR}/${P}-configure-arts.patch
37 + use arts || epatch "${FILESDIR}/${P}-configure-arts.patch"
38 }
39
40
41
42 1.10 media-video/okle/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/okle/ChangeLog?rev=1.10&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/okle/ChangeLog?rev=1.10&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/okle/ChangeLog?r1=1.9&r2=1.10
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-video/okle/ChangeLog,v
51 retrieving revision 1.9
52 retrieving revision 1.10
53 diff -u -r1.9 -r1.10
54 --- ChangeLog 23 Jul 2006 14:08:45 -0000 1.9
55 +++ ChangeLog 27 Nov 2007 12:10:43 -0000 1.10
56 @@ -1,6 +1,9 @@
57 # ChangeLog for media-video/okle
58 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-video/okle/ChangeLog,v 1.9 2006/07/23 14:08:45 dertobi123 Exp $
60 +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/okle/ChangeLog,v 1.10 2007/11/27 12:10:43 zzam Exp $
62 +
63 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> okle-0.4.ebuild:
64 + Fixed quoting.
65
66 23 Jul 2006; Tobias Scherbaum <dertobi123@g.o> okle-0.4.ebuild:
67 ppc stable, bug #138936
68
69
70
71 --
72 gentoo-commits@g.o mailing list