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/vdrsync: vdrsync-0.1.3_pre050322-r1.ebuild ChangeLog
Date: Tue, 27 Nov 2007 11:35:40
Message-Id: E1Iwyj1-0008Tr-Ev@stork.gentoo.org
1 zzam 07/11/27 11:35:35
2
3 Modified: vdrsync-0.1.3_pre050322-r1.ebuild ChangeLog
4 Log:
5 Fixed quoting.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.4 media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: vdrsync-0.1.3_pre050322-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- vdrsync-0.1.3_pre050322-r1.ebuild 12 Jul 2007 02:40:42 -0000 1.3
22 +++ vdrsync-0.1.3_pre050322-r1.ebuild 27 Nov 2007 11:35:34 -0000 1.4
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/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild,v 1.3 2007/07/12 02:40:42 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild,v 1.4 2007/11/27 11:35:34 zzam Exp $
29
30 inherit eutils
31
32 @@ -32,11 +32,11 @@
33 src_unpack() {
34 unpack ${A}
35
36 - cd ${S}
37 + cd "${S}"
38 sed -e "s:/usr/X11R6/lib/X11/fonts/truetype/arial.ttf:/usr/share/fonts/corefonts/arial.ttf:g" \
39 -i dvd-menu.pl
40
41 - epatch ${FILESDIR}/${P}-path.diff
42 + epatch "${FILESDIR}/${P}-path.diff"
43 }
44 # vdrsync/dvd-menu use hardcoded tmp-directory for large (up to and
45 # greater than 1G). Uncomment and change the next two lines to your
46
47
48
49 1.11 media-video/vdrsync/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vdrsync/ChangeLog?rev=1.11&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vdrsync/ChangeLog?rev=1.11&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vdrsync/ChangeLog?r1=1.10&r2=1.11
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-video/vdrsync/ChangeLog,v
58 retrieving revision 1.10
59 retrieving revision 1.11
60 diff -u -r1.10 -r1.11
61 --- ChangeLog 24 Oct 2006 12:15:36 -0000 1.10
62 +++ ChangeLog 27 Nov 2007 11:35:34 -0000 1.11
63 @@ -1,6 +1,10 @@
64 # ChangeLog for media-video/vdrsync
65 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/ChangeLog,v 1.10 2006/10/24 12:15:36 zzam Exp $
67 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/ChangeLog,v 1.11 2007/11/27 11:35:34 zzam Exp $
69 +
70 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
71 + vdrsync-0.1.3_pre050322-r1.ebuild:
72 + Fixed quoting.
73
74 24 Oct 2006; Matthias Schwarzott <zzam@g.o>
75 -vdrsync-0.1.3_pre050322.ebuild:
76
77
78
79 --
80 gentoo-commits@g.o mailing list