Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/mono-tools: mono-tools-2.2.ebuild mono-tools-2.0.9999.ebuild mono-tools-2.4.9999.ebuild ChangeLog mono-tools-2.2.9999.ebuild mono-tools-9999.ebuild mono-tools-2.4.ebuild
Date: Sun, 10 May 2009 10:40:35
Message-Id: E1M36SO-00009r-PY@stork.gentoo.org
1 loki_val 09/05/10 10:40:32
2
3 Modified: mono-tools-2.2.ebuild mono-tools-2.0.9999.ebuild
4 mono-tools-2.4.9999.ebuild ChangeLog
5 mono-tools-2.2.9999.ebuild mono-tools-9999.ebuild
6 mono-tools-2.4.ebuild
7 Log:
8 Fix bug 266694, remove defunct .desktop file.
9 (Portage version: 2.2_rc28/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 dev-util/mono-tools/mono-tools-2.2.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.ebuild?r1=1.3&r2=1.4
17
18 Index: mono-tools-2.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- mono-tools-2.2.ebuild 17 Apr 2009 15:45:35 -0000 1.3
25 +++ mono-tools-2.2.ebuild 10 May 2009 10:40:32 -0000 1.4
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.ebuild,v 1.3 2009/04/17 15:45:35 ranger Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.ebuild,v 1.4 2009/05/10 10:40:32 loki_val Exp $
31
32 EAPI=2
33
34 @@ -45,3 +45,9 @@
35 $(use_enable webkit) \
36 || die "configure failed"
37 }
38 +
39 +src_install() {
40 + go-mono_src_install
41 + # Defunct .desktop file, see bug 266694
42 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed"
43 +}
44
45
46
47 1.2 dev-util/mono-tools/mono-tools-2.0.9999.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.9999.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.9999.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.9999.ebuild?r1=1.1&r2=1.2
52
53 Index: mono-tools-2.0.9999.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.9999.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- mono-tools-2.0.9999.ebuild 5 May 2009 11:55:19 -0000 1.1
60 +++ mono-tools-2.0.9999.ebuild 10 May 2009 10:40:32 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.9999.ebuild,v 1.1 2009/05/05 11:55:19 loki_val Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.9999.ebuild,v 1.2 2009/05/10 10:40:32 loki_val Exp $
66
67 EAPI=2
68
69 @@ -45,3 +45,9 @@
70 $(use_enable webkit) \
71 || die "configure failed"
72 }
73 +
74 +src_install() {
75 + go-mono_src_install
76 + # Defunct .desktop file, see bug 266694
77 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed"
78 +}
79
80
81
82 1.2 dev-util/mono-tools/mono-tools-2.4.9999.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.9999.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.9999.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.9999.ebuild?r1=1.1&r2=1.2
87
88 Index: mono-tools-2.4.9999.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.9999.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- mono-tools-2.4.9999.ebuild 5 May 2009 11:55:19 -0000 1.1
95 +++ mono-tools-2.4.9999.ebuild 10 May 2009 10:40:32 -0000 1.2
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.9999.ebuild,v 1.1 2009/05/05 11:55:19 loki_val Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.9999.ebuild,v 1.2 2009/05/10 10:40:32 loki_val Exp $
101
102 EAPI=2
103
104 @@ -45,3 +45,9 @@
105 $(use_enable webkit) \
106 || die "configure failed"
107 }
108 +
109 +src_install() {
110 + go-mono_src_install
111 + # Defunct .desktop file, see bug 266694
112 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed"
113 +}
114
115
116
117 1.55 dev-util/mono-tools/ChangeLog
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/ChangeLog?rev=1.55&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/ChangeLog?rev=1.55&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/ChangeLog?r1=1.54&r2=1.55
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v
126 retrieving revision 1.54
127 retrieving revision 1.55
128 diff -u -r1.54 -r1.55
129 --- ChangeLog 5 May 2009 11:55:19 -0000 1.54
130 +++ ChangeLog 10 May 2009 10:40:32 -0000 1.55
131 @@ -1,6 +1,12 @@
132 # ChangeLog for dev-util/mono-tools
133 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.54 2009/05/05 11:55:19 loki_val Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/ChangeLog,v 1.55 2009/05/10 10:40:32 loki_val Exp $
136 +
137 + 10 May 2009; Peter Alfredsen <loki_val@g.o>
138 + mono-tools-2.0.9999.ebuild, mono-tools-2.2.ebuild,
139 + mono-tools-2.2.9999.ebuild, mono-tools-2.4.ebuild,
140 + mono-tools-2.4.9999.ebuild, mono-tools-9999.ebuild:
141 + Fix bug 266694, remove defunct .desktop file.
142
143 *mono-tools-9999 (05 May 2009)
144 *mono-tools-2.4.9999 (05 May 2009)
145
146
147
148 1.2 dev-util/mono-tools/mono-tools-2.2.9999.ebuild
149
150 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.9999.ebuild?rev=1.2&view=markup
151 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.9999.ebuild?rev=1.2&content-type=text/plain
152 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.9999.ebuild?r1=1.1&r2=1.2
153
154 Index: mono-tools-2.2.9999.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.9999.ebuild,v
157 retrieving revision 1.1
158 retrieving revision 1.2
159 diff -u -r1.1 -r1.2
160 --- mono-tools-2.2.9999.ebuild 5 May 2009 11:55:19 -0000 1.1
161 +++ mono-tools-2.2.9999.ebuild 10 May 2009 10:40:32 -0000 1.2
162 @@ -1,6 +1,6 @@
163 # Copyright 1999-2009 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.9999.ebuild,v 1.1 2009/05/05 11:55:19 loki_val Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.9999.ebuild,v 1.2 2009/05/10 10:40:32 loki_val Exp $
167
168 EAPI=2
169
170 @@ -45,3 +45,9 @@
171 $(use_enable webkit) \
172 || die "configure failed"
173 }
174 +
175 +src_install() {
176 + go-mono_src_install
177 + # Defunct .desktop file, see bug 266694
178 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed"
179 +}
180
181
182
183 1.2 dev-util/mono-tools/mono-tools-9999.ebuild
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild?rev=1.2&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild?rev=1.2&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild?r1=1.1&r2=1.2
188
189 Index: mono-tools-9999.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild,v
192 retrieving revision 1.1
193 retrieving revision 1.2
194 diff -u -r1.1 -r1.2
195 --- mono-tools-9999.ebuild 5 May 2009 11:55:19 -0000 1.1
196 +++ mono-tools-9999.ebuild 10 May 2009 10:40:32 -0000 1.2
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2009 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild,v 1.1 2009/05/05 11:55:19 loki_val Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-9999.ebuild,v 1.2 2009/05/10 10:40:32 loki_val Exp $
202
203 EAPI=2
204
205 @@ -45,3 +45,9 @@
206 $(use_enable webkit) \
207 || die "configure failed"
208 }
209 +
210 +src_install() {
211 + go-mono_src_install
212 + # Defunct .desktop file, see bug 266694
213 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed"
214 +}
215
216
217
218 1.2 dev-util/mono-tools/mono-tools-2.4.ebuild
219
220 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.ebuild?rev=1.2&view=markup
221 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.ebuild?rev=1.2&content-type=text/plain
222 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.ebuild?r1=1.1&r2=1.2
223
224 Index: mono-tools-2.4.ebuild
225 ===================================================================
226 RCS file: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.ebuild,v
227 retrieving revision 1.1
228 retrieving revision 1.2
229 diff -u -r1.1 -r1.2
230 --- mono-tools-2.4.ebuild 30 Mar 2009 21:54:50 -0000 1.1
231 +++ mono-tools-2.4.ebuild 10 May 2009 10:40:32 -0000 1.2
232 @@ -1,6 +1,6 @@
233 # Copyright 1999-2009 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.ebuild,v 1.1 2009/03/30 21:54:50 loki_val Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.4.ebuild,v 1.2 2009/05/10 10:40:32 loki_val Exp $
237
238 EAPI=2
239
240 @@ -45,3 +45,9 @@
241 $(use_enable webkit) \
242 || die "configure failed"
243 }
244 +
245 +src_install() {
246 + go-mono_src_install
247 + # Defunct .desktop file, see bug 266694
248 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed"
249 +}