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/nemesi: ChangeLog nemesi-0.5.1.ebuild nemesi-0.5.2.ebuild nemesi-0.5.3.ebuild nemesi-0.4.0.ebuild nemesi-0.5.0.ebuild
Date: Tue, 27 Nov 2007 12:45:04
Message-Id: E1Iwzdv-0001Nn-Qj@stork.gentoo.org
1 zzam 07/11/27 12:34:23
2
3 Modified: ChangeLog nemesi-0.5.1.ebuild nemesi-0.5.2.ebuild
4 nemesi-0.5.3.ebuild nemesi-0.4.0.ebuild
5 nemesi-0.5.0.ebuild
6 Log:
7 Fixed quoting.
8 (Portage version: 2.1.4_rc3)
9
10 Revision Changes Path
11 1.11 media-video/nemesi/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 22 Feb 2007 01:52:22 -0000 1.10
24 +++ ChangeLog 27 Nov 2007 12:34:23 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-video/nemesi
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/ChangeLog,v 1.10 2007/02/22 01:52:22 peper Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/ChangeLog,v 1.11 2007/11/27 12:34:23 zzam Exp $
30 +
31 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o> nemesi-0.4.0.ebuild,
32 + nemesi-0.5.0.ebuild, nemesi-0.5.1.ebuild, nemesi-0.5.2.ebuild,
33 + nemesi-0.5.3.ebuild:
34 + Fixed quoting.
35
36 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
37 Transition to Manifest2.
38
39
40
41 1.6 media-video/nemesi/nemesi-0.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild?r1=1.5&r2=1.6
46
47 Index: nemesi-0.5.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- nemesi-0.5.1.ebuild 7 Mar 2006 16:46:40 -0000 1.5
54 +++ nemesi-0.5.1.ebuild 27 Nov 2007 12:34:23 -0000 1.6
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2006 Gentoo Foundation
57 +# Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild,v 1.5 2006/03/07 16:46:40 flameeyes Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild,v 1.6 2007/11/27 12:34:23 zzam Exp $
61
62 DESCRIPTION="Tiny rtsp client"
63 HOMEPAGE="http://streaming.polito.it/"
64 @@ -20,7 +20,7 @@
65
66 src_unpack(){
67 unpack ${A}
68 - cd ${S}
69 + cd "${S}"
70 #./autogen.sh
71 sed -i -e"s:-mcpu=i486::g" -e "s:-march=i386::g" configure
72 }
73 @@ -34,5 +34,5 @@
74 }
75
76 src_install() {
77 - make DESTDIR=${D} install || die
78 + make DESTDIR="${D}" install || die
79 }
80
81
82
83 1.5 media-video/nemesi/nemesi-0.5.2.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild?rev=1.5&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild?rev=1.5&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild?r1=1.4&r2=1.5
88
89 Index: nemesi-0.5.2.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild,v
92 retrieving revision 1.4
93 retrieving revision 1.5
94 diff -u -r1.4 -r1.5
95 --- nemesi-0.5.2.ebuild 7 Mar 2006 16:46:40 -0000 1.4
96 +++ nemesi-0.5.2.ebuild 27 Nov 2007 12:34:23 -0000 1.5
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2006 Gentoo Foundation
99 +# Copyright 1999-2007 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild,v 1.4 2006/03/07 16:46:40 flameeyes Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild,v 1.5 2007/11/27 12:34:23 zzam Exp $
103
104 DESCRIPTION="Tiny rtsp client"
105 HOMEPAGE="http://streaming.polito.it/"
106 @@ -20,7 +20,7 @@
107
108 src_unpack(){
109 unpack ${A}
110 - cd ${S}
111 + cd "${S}"
112 #./autogen.sh
113 sed -i -e"s:-mcpu=i486::g" -e "s:-march=i386::g" configure
114 }
115 @@ -34,5 +34,5 @@
116 }
117
118 src_install() {
119 - make DESTDIR=${D} install || die
120 + make DESTDIR="${D}" install || die
121 }
122
123
124
125 1.4 media-video/nemesi/nemesi-0.5.3.ebuild
126
127 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild?rev=1.4&view=markup
128 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild?rev=1.4&content-type=text/plain
129 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild?r1=1.3&r2=1.4
130
131 Index: nemesi-0.5.3.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild,v
134 retrieving revision 1.3
135 retrieving revision 1.4
136 diff -u -r1.3 -r1.4
137 --- nemesi-0.5.3.ebuild 7 Mar 2006 16:46:40 -0000 1.3
138 +++ nemesi-0.5.3.ebuild 27 Nov 2007 12:34:23 -0000 1.4
139 @@ -1,6 +1,6 @@
140 -# Copyright 1999-2006 Gentoo Foundation
141 +# Copyright 1999-2007 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild,v 1.3 2006/03/07 16:46:40 flameeyes Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild,v 1.4 2007/11/27 12:34:23 zzam Exp $
145
146 DESCRIPTION="Tiny rtsp client"
147 HOMEPAGE="http://streaming.polito.it/"
148 @@ -20,7 +20,7 @@
149
150 src_unpack(){
151 unpack ${A}
152 - cd ${S}
153 + cd "${S}"
154 #./autogen.sh
155 sed -i -e"s:-mcpu=i486::g" -e "s:-march=i386::g" configure
156 }
157 @@ -34,5 +34,5 @@
158 }
159
160 src_install() {
161 - make DESTDIR=${D} install || die
162 + make DESTDIR="${D}" install || die
163 }
164
165
166
167 1.5 media-video/nemesi/nemesi-0.4.0.ebuild
168
169 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild?rev=1.5&view=markup
170 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild?rev=1.5&content-type=text/plain
171 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild?r1=1.4&r2=1.5
172
173 Index: nemesi-0.4.0.ebuild
174 ===================================================================
175 RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild,v
176 retrieving revision 1.4
177 retrieving revision 1.5
178 diff -u -r1.4 -r1.5
179 --- nemesi-0.4.0.ebuild 8 Feb 2005 11:40:19 -0000 1.4
180 +++ nemesi-0.4.0.ebuild 27 Nov 2007 12:34:23 -0000 1.5
181 @@ -1,6 +1,6 @@
182 -# Copyright 1999-2005 Gentoo Foundation
183 +# Copyright 1999-2007 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild,v 1.4 2005/02/08 11:40:19 lu_zero Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild,v 1.5 2007/11/27 12:34:23 zzam Exp $
187
188 DESCRIPTION="Tiny rtsp client"
189 HOMEPAGE="http://streaming.polito.it/"
190 @@ -20,7 +20,7 @@
191
192 src_unpack(){
193 unpack ${A}
194 - cd ${S}
195 + cd "${S}"
196 #./autogen.sh
197 sed -i -e"s:-mcpu=i486::g" configure
198 }
199 @@ -34,5 +34,5 @@
200 }
201
202 src_install() {
203 - make DESTDIR=${D} install || die
204 + make DESTDIR="${D}" install || die
205 }
206
207
208
209 1.5 media-video/nemesi/nemesi-0.5.0.ebuild
210
211 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild?rev=1.5&view=markup
212 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild?rev=1.5&content-type=text/plain
213 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild?r1=1.4&r2=1.5
214
215 Index: nemesi-0.5.0.ebuild
216 ===================================================================
217 RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild,v
218 retrieving revision 1.4
219 retrieving revision 1.5
220 diff -u -r1.4 -r1.5
221 --- nemesi-0.5.0.ebuild 7 Mar 2006 16:46:40 -0000 1.4
222 +++ nemesi-0.5.0.ebuild 27 Nov 2007 12:34:23 -0000 1.5
223 @@ -1,6 +1,6 @@
224 -# Copyright 1999-2006 Gentoo Foundation
225 +# Copyright 1999-2007 Gentoo Foundation
226 # Distributed under the terms of the GNU General Public License v2
227 -# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild,v 1.4 2006/03/07 16:46:40 flameeyes Exp $
228 +# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild,v 1.5 2007/11/27 12:34:23 zzam Exp $
229
230 DESCRIPTION="Tiny rtsp client"
231 HOMEPAGE="http://streaming.polito.it/"
232 @@ -20,7 +20,7 @@
233
234 src_unpack(){
235 unpack ${A}
236 - cd ${S}
237 + cd "${S}"
238 #./autogen.sh
239 sed -i -e"s:-mcpu=i486::g" configure
240 }
241 @@ -34,5 +34,5 @@
242 }
243
244 src_install() {
245 - make DESTDIR=${D} install || die
246 + make DESTDIR="${D}" install || die
247 }
248
249
250
251 --
252 gentoo-commits@g.o mailing list