Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/gentoo-vdr-scripts: ChangeLog gentoo-vdr-scripts-0.4.7.ebuild
Date: Mon, 06 Sep 2010 15:44:24
Message-Id: 20100906154418.D963F20051@flycatcher.gentoo.org
1 hd_brummy 10/09/06 15:44:18
2
3 Modified: ChangeLog gentoo-vdr-scripts-0.4.7.ebuild
4 Log:
5 syntax error fixed
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.105 media-tv/gentoo-vdr-scripts/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.105&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.105&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?r1=1.104&r2=1.105
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v
18 retrieving revision 1.104
19 retrieving revision 1.105
20 diff -u -r1.104 -r1.105
21 --- ChangeLog 5 Sep 2010 18:36:42 -0000 1.104
22 +++ ChangeLog 6 Sep 2010 15:44:18 -0000 1.105
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-tv/gentoo-vdr-scripts
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.104 2010/09/05 18:36:42 hd_brummy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.105 2010/09/06 15:44:18 hd_brummy Exp $
28 +
29 + 06 Sep 2010; Joerg Bornkessel <hd_brummy@g.o>
30 + gentoo-vdr-scripts-0.4.7.ebuild:
31 + syntax error fixed
32
33 *gentoo-vdr-scripts-0.4.7 (05 Sep 2010)
34
35
36
37
38 1.2 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.4.7.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.4.7.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.4.7.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.4.7.ebuild?r1=1.1&r2=1.2
43
44 Index: gentoo-vdr-scripts-0.4.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.4.7.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gentoo-vdr-scripts-0.4.7.ebuild 5 Sep 2010 18:36:42 -0000 1.1
51 +++ gentoo-vdr-scripts-0.4.7.ebuild 6 Sep 2010 15:44:18 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.4.7.ebuild,v 1.1 2010/09/05 18:36:42 hd_brummy Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.4.7.ebuild,v 1.2 2010/09/06 15:44:18 hd_brummy Exp $
57
58 EAPI="2"
59
60 @@ -38,6 +38,10 @@
61 # moved into own package
62 sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
63 sed -e '/all:/s#compile##' -i Makefile
64 +
65 + # syntax error fix
66 + sed -e 's:add_param "--lirc=/var/run/lirc/lircd" \;\;:add_param "--lirc=/var/run/lirc/lircd":' \
67 + -i "${S}"/usr/share/vdr/rcscript/pre-start-30-parameter.sh
68 }
69
70 src_install() {