Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpdscribble: mpdscribble-0.2.7.ebuild ChangeLog mpdscribble-0.2.12.ebuild mpdscribble-0.2.6.ebuild mpdscribble-0.2.9.ebuild mpdscribble-0.2.10.ebuild
Date: Mon, 14 Jan 2008 17:20:48
Message-Id: E1JESzN-0006KX-7Y@stork.gentoo.org
1 chainsaw 08/01/14 17:20:45
2
3 Modified: mpdscribble-0.2.7.ebuild ChangeLog
4 mpdscribble-0.2.12.ebuild mpdscribble-0.2.6.ebuild
5 mpdscribble-0.2.9.ebuild mpdscribble-0.2.10.ebuild
6 Log:
7 Add pkgconfig dependency for the Evil Compile Person <bugs@××××××××××××××××××××××.org>, closes bug #205621. Quoted a few variables on the way.
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.6 media-sound/mpdscribble/mpdscribble-0.2.7.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild?r1=1.5&r2=1.6
16
17 Index: mpdscribble-0.2.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- mpdscribble-0.2.7.ebuild 1 May 2007 00:11:46 -0000 1.5
24 +++ mpdscribble-0.2.7.ebuild 14 Jan 2008 17:20:44 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.5 2007/05/01 00:11:46 genone Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.6 2008/01/14 17:20:44 chainsaw Exp $
31
32 DESCRIPTION="An MPD client that submits information to audioscrobbler."
33 HOMEPAGE="http://www.frob.nl/scribble.html"
34 @@ -12,13 +12,13 @@
35 DEPEND=">=net-libs/libsoup-2.2"
36
37 src_install() {
38 - make DESTDIR=${D} install || die
39 + make DESTDIR="${D}" install || die
40
41 exeinto /usr/share/mpdscribble
42 doexe setup.sh
43
44 doman mpdscribble.1
45 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble
46 + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
47
48 dodoc AUTHORS ChangeLog NEWS README TODO
49
50
51
52
53 1.19 media-sound/mpdscribble/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/ChangeLog?rev=1.19&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/ChangeLog?rev=1.19&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/ChangeLog?r1=1.18&r2=1.19
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v
62 retrieving revision 1.18
63 retrieving revision 1.19
64 diff -u -r1.18 -r1.19
65 --- ChangeLog 29 Jul 2007 17:55:13 -0000 1.18
66 +++ ChangeLog 14 Jan 2008 17:20:44 -0000 1.19
67 @@ -1,6 +1,13 @@
68 # ChangeLog for media-sound/mpdscribble
69 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.18 2007/07/29 17:55:13 beandog Exp $
71 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.19 2008/01/14 17:20:44 chainsaw Exp $
73 +
74 + 14 Jan 2008; Tony Vroon <chainsaw@g.o> mpdscribble-0.2.6.ebuild,
75 + mpdscribble-0.2.7.ebuild, mpdscribble-0.2.9.ebuild,
76 + mpdscribble-0.2.10.ebuild, mpdscribble-0.2.12.ebuild:
77 + Add pkgconfig dependency for the Evil Compile Person
78 + <bugs@××××××××××××××××××××××.org>, closes bug #205621. Quoted a few
79 + variables on the way.
80
81 29 Jul 2007; Steve Dibb <beandog@g.o> mpdscribble-0.2.12.ebuild:
82 amd64 stable, bug 183314
83
84
85
86 1.7 media-sound/mpdscribble/mpdscribble-0.2.12.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild?rev=1.7&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild?rev=1.7&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild?r1=1.6&r2=1.7
91
92 Index: mpdscribble-0.2.12.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v
95 retrieving revision 1.6
96 retrieving revision 1.7
97 diff -u -r1.6 -r1.7
98 --- mpdscribble-0.2.12.ebuild 29 Jul 2007 17:55:13 -0000 1.6
99 +++ mpdscribble-0.2.12.ebuild 14 Jan 2008 17:20:44 -0000 1.7
100 @@ -1,6 +1,6 @@
101 -# Copyright 1999-2007 Gentoo Foundation
102 +# Copyright 1999-2008 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.6 2007/07/29 17:55:13 beandog Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.7 2008/01/14 17:20:44 chainsaw Exp $
106
107 DESCRIPTION="An MPD client that submits information to audioscrobbler."
108 HOMEPAGE="http://www.frob.nl/scribble.html"
109 @@ -9,16 +9,17 @@
110 SLOT="0"
111 KEYWORDS="amd64 ~hppa ~ppc sparc ~x86"
112 IUSE=""
113 -DEPEND=">=net-libs/libsoup-2.2"
114 +DEPEND="dev-util/pkgconfig
115 + >=net-libs/libsoup-2.2"
116
117 src_install() {
118 - make DESTDIR=${D} install || die
119 + make DESTDIR="${D}" install || die
120
121 exeinto /usr/share/mpdscribble
122 doexe setup.sh
123
124 doman mpdscribble.1
125 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble
126 + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
127
128 dodoc AUTHORS ChangeLog NEWS README TODO
129
130
131
132
133 1.9 media-sound/mpdscribble/mpdscribble-0.2.6.ebuild
134
135 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild?rev=1.9&view=markup
136 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild?rev=1.9&content-type=text/plain
137 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild?r1=1.8&r2=1.9
138
139 Index: mpdscribble-0.2.6.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v
142 retrieving revision 1.8
143 retrieving revision 1.9
144 diff -u -r1.8 -r1.9
145 --- mpdscribble-0.2.6.ebuild 1 May 2007 00:11:46 -0000 1.8
146 +++ mpdscribble-0.2.6.ebuild 14 Jan 2008 17:20:44 -0000 1.9
147 @@ -1,6 +1,6 @@
148 -# Copyright 1999-2007 Gentoo Foundation
149 +# Copyright 1999-2008 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.8 2007/05/01 00:11:46 genone Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.9 2008/01/14 17:20:44 chainsaw Exp $
153
154 DESCRIPTION="An MPD client that submits information to audioscrobbler."
155 HOMEPAGE="http://www.frob.nl/scribble.html"
156 @@ -12,13 +12,13 @@
157 DEPEND=">=net-libs/libsoup-2.2"
158
159 src_install() {
160 - make DESTDIR=${D} install || die
161 + make DESTDIR="${D}" install || die
162
163 exeinto /usr/share/mpdscribble
164 doexe setup.sh
165
166 doman mpdscribble.1
167 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble
168 + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
169
170 dodoc AUTHORS ChangeLog NEWS README TODO
171
172
173
174
175 1.3 media-sound/mpdscribble/mpdscribble-0.2.9.ebuild
176
177 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild?rev=1.3&view=markup
178 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild?rev=1.3&content-type=text/plain
179 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild?r1=1.2&r2=1.3
180
181 Index: mpdscribble-0.2.9.ebuild
182 ===================================================================
183 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild,v
184 retrieving revision 1.2
185 retrieving revision 1.3
186 diff -u -r1.2 -r1.3
187 --- mpdscribble-0.2.9.ebuild 1 May 2007 00:11:46 -0000 1.2
188 +++ mpdscribble-0.2.9.ebuild 14 Jan 2008 17:20:44 -0000 1.3
189 @@ -1,6 +1,6 @@
190 -# Copyright 1999-2007 Gentoo Foundation
191 +# Copyright 1999-2008 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $
194 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.3 2008/01/14 17:20:44 chainsaw Exp $
195
196 DESCRIPTION="An MPD client that submits information to audioscrobbler."
197 HOMEPAGE="http://www.frob.nl/scribble.html"
198 @@ -12,13 +12,13 @@
199 DEPEND=">=net-libs/libsoup-2.2"
200
201 src_install() {
202 - make DESTDIR=${D} install || die
203 + make DESTDIR="${D}" install || die
204
205 exeinto /usr/share/mpdscribble
206 doexe setup.sh
207
208 doman mpdscribble.1
209 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble
210 + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
211
212 dodoc AUTHORS ChangeLog NEWS README TODO
213
214
215
216
217 1.3 media-sound/mpdscribble/mpdscribble-0.2.10.ebuild
218
219 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild?rev=1.3&view=markup
220 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild?rev=1.3&content-type=text/plain
221 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild?r1=1.2&r2=1.3
222
223 Index: mpdscribble-0.2.10.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild,v
226 retrieving revision 1.2
227 retrieving revision 1.3
228 diff -u -r1.2 -r1.3
229 --- mpdscribble-0.2.10.ebuild 1 May 2007 00:11:46 -0000 1.2
230 +++ mpdscribble-0.2.10.ebuild 14 Jan 2008 17:20:44 -0000 1.3
231 @@ -1,6 +1,6 @@
232 -# Copyright 1999-2007 Gentoo Foundation
233 +# Copyright 1999-2008 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.3 2008/01/14 17:20:44 chainsaw Exp $
237
238 DESCRIPTION="An MPD client that submits information to audioscrobbler."
239 HOMEPAGE="http://www.frob.nl/scribble.html"
240 @@ -12,13 +12,13 @@
241 DEPEND=">=net-libs/libsoup-2.2"
242
243 src_install() {
244 - make DESTDIR=${D} install || die
245 + make DESTDIR="${D}" install || die
246
247 exeinto /usr/share/mpdscribble
248 doexe setup.sh
249
250 doman mpdscribble.1
251 - newinitd ${FILESDIR}/mpdscribble.rc mpdscribble
252 + newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
253
254 dodoc AUTHORS ChangeLog NEWS README TODO
255
256
257
258
259 --
260 gentoo-commits@l.g.o mailing list