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-plugins/vdr-remote: ChangeLog vdr-remote-0.3.8.ebuild
Date: Mon, 28 Apr 2008 09:10:27
Message-Id: E1JqPNQ-00036X-Ic@stork.gentoo.org
1 zzam 08/04/28 09:10:24
2
3 Modified: ChangeLog vdr-remote-0.3.8.ebuild
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.18 media-plugins/vdr-remote/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-remote/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-remote/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-remote/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 24 Apr 2008 11:50:01 -0000 1.17
22 +++ ChangeLog 28 Apr 2008 09:10:24 -0000 1.18
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-plugins/vdr-remote
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.17 2008/04/24 11:50:01 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.18 2008/04/28 09:10:24 zzam Exp $
28 +
29 + 28 Apr 2008; Matthias Schwarzott <zzam@g.o>
30 + vdr-remote-0.3.8.ebuild:
31 + Fixed quoting.
32
33 24 Apr 2008; Raúl Porcel <armin76@g.o>
34 -files/digest-vdr-remote-0.4.0:
35
36
37
38 1.6 media-plugins/vdr-remote/vdr-remote-0.3.8.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.3.8.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.3.8.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.3.8.ebuild?r1=1.5&r2=1.6
43
44 Index: vdr-remote-0.3.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.3.8.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- vdr-remote-0.3.8.ebuild 10 Jul 2007 23:08:59 -0000 1.5
51 +++ vdr-remote-0.3.8.ebuild 28 Apr 2008 09:10:24 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 2003-2006 Gentoo Foundation
54 +# Copyright 2003-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.3.8.ebuild,v 1.5 2007/07/10 23:08:59 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.3.8.ebuild,v 1.6 2008/04/28 09:10:24 zzam Exp $
58
59 inherit vdr-plugin eutils
60
61 @@ -15,4 +15,4 @@
62
63 DEPEND=">=media-video/vdr-1.2.6"
64
65 -PATCHES="${FILESDIR}/${P}-uint64.diff"
66 +PATCHES=("${FILESDIR}/${P}-uint64.diff")
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list