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-tv/nvtv: ChangeLog nvtv-0.4.7.ebuild nvtv-0.4.5.ebuild nvtv-0.4.6.ebuild
Date: Tue, 27 Nov 2007 10:47:20
Message-Id: E1Iwxy9-00082V-ON@stork.gentoo.org
1 zzam 07/11/27 10:47:09
2
3 Modified: ChangeLog nvtv-0.4.7.ebuild nvtv-0.4.5.ebuild
4 nvtv-0.4.6.ebuild
5 Log:
6 Fixed quoting.
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.11 media-tv/nvtv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/nvtv/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 28 Apr 2007 11:40:45 -0000 1.10
23 +++ ChangeLog 27 Nov 2007 10:47:09 -0000 1.11
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-tv/nvtv
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/ChangeLog,v 1.10 2007/04/28 11:40:45 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/ChangeLog,v 1.11 2007/11/27 10:47:09 zzam Exp $
29 +
30 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> nvtv-0.4.5.ebuild,
31 + nvtv-0.4.6.ebuild, nvtv-0.4.7.ebuild:
32 + Fixed quoting.
33
34 28 Apr 2007; Torsten Veller <tove@g.o> nvtv-0.4.5.ebuild,
35 nvtv-0.4.6.ebuild, nvtv-0.4.7.ebuild:
36
37
38
39 1.6 media-tv/nvtv/nvtv-0.4.7.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.7.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.7.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.7.ebuild?r1=1.5&r2=1.6
44
45 Index: nvtv-0.4.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.7.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- nvtv-0.4.7.ebuild 28 Apr 2007 11:40:45 -0000 1.5
52 +++ nvtv-0.4.7.ebuild 27 Nov 2007 10:47:09 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.7.ebuild,v 1.5 2007/04/28 11:40:45 tove Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.7.ebuild,v 1.6 2007/11/27 10:47:09 zzam Exp $
58
59 IUSE="X gtk"
60
61 @@ -50,5 +50,5 @@
62 doc/USAGE doc/chips.txt doc/overview.txt \
63 doc/timing.txt xine/tvxine
64
65 - newinitd ${FILESDIR}/nvtv.start nvtv
66 + newinitd "${FILESDIR}"/nvtv.start nvtv
67 }
68
69
70
71 1.10 media-tv/nvtv/nvtv-0.4.5.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.5.ebuild?rev=1.10&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.5.ebuild?rev=1.10&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.5.ebuild?r1=1.9&r2=1.10
76
77 Index: nvtv-0.4.5.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.5.ebuild,v
80 retrieving revision 1.9
81 retrieving revision 1.10
82 diff -u -r1.9 -r1.10
83 --- nvtv-0.4.5.ebuild 28 Apr 2007 11:40:45 -0000 1.9
84 +++ nvtv-0.4.5.ebuild 27 Nov 2007 10:47:09 -0000 1.10
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2007 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.5.ebuild,v 1.9 2007/04/28 11:40:45 tove Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.5.ebuild,v 1.10 2007/11/27 10:47:09 zzam Exp $
90
91 IUSE="X gtk"
92
93 @@ -49,5 +49,5 @@
94 doc/USAGE doc/chips.txt doc/overview.txt \
95 doc/timing.txt xine/tvxine
96
97 - newinitd ${FILESDIR}/nvtv.start nvtv
98 + newinitd "${FILESDIR}"/nvtv.start nvtv
99 }
100
101
102
103 1.8 media-tv/nvtv/nvtv-0.4.6.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.6.ebuild?rev=1.8&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.6.ebuild?rev=1.8&content-type=text/plain
107 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nvtv/nvtv-0.4.6.ebuild?r1=1.7&r2=1.8
108
109 Index: nvtv-0.4.6.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.6.ebuild,v
112 retrieving revision 1.7
113 retrieving revision 1.8
114 diff -u -r1.7 -r1.8
115 --- nvtv-0.4.6.ebuild 28 Apr 2007 11:40:45 -0000 1.7
116 +++ nvtv-0.4.6.ebuild 27 Nov 2007 10:47:09 -0000 1.8
117 @@ -1,6 +1,6 @@
118 # Copyright 1999-2007 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.6.ebuild,v 1.7 2007/04/28 11:40:45 tove Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/media-tv/nvtv/nvtv-0.4.6.ebuild,v 1.8 2007/11/27 10:47:09 zzam Exp $
122
123 IUSE="X gtk"
124
125 @@ -50,5 +50,5 @@
126 doc/USAGE doc/chips.txt doc/overview.txt \
127 doc/timing.txt xine/tvxine
128
129 - newinitd ${FILESDIR}/nvtv.start nvtv
130 + newinitd "${FILESDIR}"/nvtv.start nvtv
131 }
132
133
134
135 --
136 gentoo-commits@g.o mailing list