Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/xsp: xsp-1.2.5.ebuild xsp-1.2.4.ebuild xsp-1.2.3.ebuild ChangeLog xsp-1.2.4-r1.ebuild xsp-1.2.1.ebuild
Date: Fri, 30 May 2008 22:51:29
Message-Id: E1K2DRT-0003pz-ES@stork.gentoo.org
1 jurek 08/05/30 22:51:23
2
3 Modified: xsp-1.2.5.ebuild xsp-1.2.4.ebuild xsp-1.2.3.ebuild
4 ChangeLog xsp-1.2.4-r1.ebuild xsp-1.2.1.ebuild
5 Log:
6 dev-dotnet/xsp: Added dev-util/pkgconfig dependency (bug #216415)
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 dev-dotnet/xsp/xsp-1.2.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild?r1=1.1&r2=1.2
15
16 Index: xsp-1.2.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xsp-1.2.5.ebuild 10 Sep 2007 19:35:53 -0000 1.1
23 +++ xsp-1.2.5.ebuild 30 May 2008 22:51:22 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild,v 1.1 2007/09/10 19:35:53 jurek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.5.ebuild,v 1.2 2008/05/30 22:51:22 jurek Exp $
30
31 inherit mono multilib autotools eutils
32
33 @@ -14,7 +14,8 @@
34
35 IUSE=""
36
37 -DEPEND=">=dev-lang/mono-${PV}"
38 +DEPEND=">=dev-lang/mono-${PV}
39 + dev-util/pkgconfig"
40
41 pkg_preinst() {
42 enewgroup aspnet
43 @@ -45,10 +46,10 @@
44 make DESTDIR="${D}" install || die
45
46 sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" \
47 - ${D}/usr/bin/xsp{,2} \
48 - ${D}/usr/bin/mod-mono-server{,2} \
49 - ${D}/usr/bin/asp-state{,2} \
50 - ${D}/usr/bin/dbsessmgr{,2} \
51 + "${D}"/usr/bin/xsp{,2} \
52 + "${D}"/usr/bin/mod-mono-server{,2} \
53 + "${D}"/usr/bin/asp-state{,2} \
54 + "${D}"/usr/bin/dbsessmgr{,2} \
55 || die
56
57 newinitd "${FILESDIR}"/${PV}/xsp.initd xsp
58
59
60
61 1.4 dev-dotnet/xsp/xsp-1.2.4.ebuild
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild?rev=1.4&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild?rev=1.4&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild?r1=1.3&r2=1.4
66
67 Index: xsp-1.2.4.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v
70 retrieving revision 1.3
71 retrieving revision 1.4
72 diff -u -r1.3 -r1.4
73 --- xsp-1.2.4.ebuild 29 Jun 2007 18:14:56 -0000 1.3
74 +++ xsp-1.2.4.ebuild 30 May 2008 22:51:22 -0000 1.4
75 @@ -1,6 +1,6 @@
76 -# Copyright 1999-2007 Gentoo Foundation
77 +# Copyright 1999-2008 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v 1.3 2007/06/29 18:14:56 opfer Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4.ebuild,v 1.4 2008/05/30 22:51:22 jurek Exp $
81
82 inherit mono autotools eutils
83
84 @@ -14,7 +14,8 @@
85
86 IUSE=""
87
88 -DEPEND=">=dev-lang/mono-${PV}"
89 +DEPEND=">=dev-lang/mono-${PV}
90 + dev-util/pkgconfig"
91
92 pkg_preinst() {
93 enewgroup aspnet
94
95
96
97 1.3 dev-dotnet/xsp/xsp-1.2.3.ebuild
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild?rev=1.3&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild?rev=1.3&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild?r1=1.2&r2=1.3
102
103 Index: xsp-1.2.3.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild,v
106 retrieving revision 1.2
107 retrieving revision 1.3
108 diff -u -r1.2 -r1.3
109 --- xsp-1.2.3.ebuild 29 Apr 2007 18:03:05 -0000 1.2
110 +++ xsp-1.2.3.ebuild 30 May 2008 22:51:22 -0000 1.3
111 @@ -1,6 +1,6 @@
112 -# Copyright 1999-2007 Gentoo Foundation
113 +# Copyright 1999-2008 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild,v 1.2 2007/04/29 18:03:05 tove Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.3.ebuild,v 1.3 2008/05/30 22:51:22 jurek Exp $
117
118 inherit mono autotools eutils
119
120 @@ -14,7 +14,8 @@
121
122 IUSE=""
123
124 -DEPEND=">=dev-lang/mono-${PV}"
125 +DEPEND=">=dev-lang/mono-${PV}
126 + dev-util/pkgconfig"
127
128 pkg_preinst() {
129 enewgroup aspnet
130
131
132
133 1.54 dev-dotnet/xsp/ChangeLog
134
135 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?rev=1.54&view=markup
136 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?rev=1.54&content-type=text/plain
137 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/ChangeLog?r1=1.53&r2=1.54
138
139 Index: ChangeLog
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v
142 retrieving revision 1.53
143 retrieving revision 1.54
144 diff -u -r1.53 -r1.54
145 --- ChangeLog 6 May 2008 20:22:31 -0000 1.53
146 +++ ChangeLog 30 May 2008 22:51:22 -0000 1.54
147 @@ -1,6 +1,10 @@
148 # ChangeLog for dev-dotnet/xsp
149 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
150 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.53 2008/05/06 20:22:31 ramereth Exp $
151 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/ChangeLog,v 1.54 2008/05/30 22:51:22 jurek Exp $
152 +
153 + 30 May 2008; Jurek Bartuszek <jurek@g.o> xsp-1.2.1.ebuild,
154 + xsp-1.2.3.ebuild, xsp-1.2.4.ebuild, xsp-1.2.4-r1.ebuild, xsp-1.2.5.ebuild:
155 + Added dev-util/pkgconfig dependency (bug #216415)
156
157 06 May 2008; Lance Albertson <ramereth@g.o> metadata.xml:
158 Remove myself from metadata.xml
159
160
161
162 1.2 dev-dotnet/xsp/xsp-1.2.4-r1.ebuild
163
164 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild?rev=1.2&view=markup
165 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild?rev=1.2&content-type=text/plain
166 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild?r1=1.1&r2=1.2
167
168 Index: xsp-1.2.4-r1.ebuild
169 ===================================================================
170 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild,v
171 retrieving revision 1.1
172 retrieving revision 1.2
173 diff -u -r1.1 -r1.2
174 --- xsp-1.2.4-r1.ebuild 27 Aug 2007 20:55:11 -0000 1.1
175 +++ xsp-1.2.4-r1.ebuild 30 May 2008 22:51:22 -0000 1.2
176 @@ -1,6 +1,6 @@
177 -# Copyright 1999-2007 Gentoo Foundation
178 +# Copyright 1999-2008 Gentoo Foundation
179 # Distributed under the terms of the GNU General Public License v2
180 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild,v 1.1 2007/08/27 20:55:11 jurek Exp $
181 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.4-r1.ebuild,v 1.2 2008/05/30 22:51:22 jurek Exp $
182
183 inherit mono multilib autotools eutils
184
185 @@ -14,7 +14,8 @@
186
187 IUSE=""
188
189 -DEPEND=">=dev-lang/mono-${PV}"
190 +DEPEND=">=dev-lang/mono-${PV}
191 + dev-util/pkgconfig"
192
193 pkg_preinst() {
194 enewgroup aspnet
195 @@ -45,10 +46,10 @@
196 make DESTDIR="${D}" install || die
197
198 sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" \
199 - ${D}/usr/bin/xsp{,2} \
200 - ${D}/usr/bin/mod-mono-server{,2} \
201 - ${D}/usr/bin/asp-state{,2} \
202 - ${D}/usr/bin/dbsessmgr{,2} \
203 + "${D}"/usr/bin/xsp{,2} \
204 + "${D}"/usr/bin/mod-mono-server{,2} \
205 + "${D}"/usr/bin/asp-state{,2} \
206 + "${D}"/usr/bin/dbsessmgr{,2} \
207 || die
208
209 newinitd "${FILESDIR}"/${PV}/xsp.initd xsp
210
211
212
213 1.6 dev-dotnet/xsp/xsp-1.2.1.ebuild
214
215 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild?rev=1.6&view=markup
216 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild?rev=1.6&content-type=text/plain
217 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild?r1=1.5&r2=1.6
218
219 Index: xsp-1.2.1.ebuild
220 ===================================================================
221 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v
222 retrieving revision 1.5
223 retrieving revision 1.6
224 diff -u -r1.5 -r1.6
225 --- xsp-1.2.1.ebuild 29 Apr 2007 18:03:05 -0000 1.5
226 +++ xsp-1.2.1.ebuild 30 May 2008 22:51:22 -0000 1.6
227 @@ -1,6 +1,6 @@
228 -# Copyright 1999-2007 Gentoo Foundation
229 +# Copyright 1999-2008 Gentoo Foundation
230 # Distributed under the terms of the GNU General Public License v2
231 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v 1.5 2007/04/29 18:03:05 tove Exp $
232 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.2.1.ebuild,v 1.6 2008/05/30 22:51:22 jurek Exp $
233
234 inherit mono autotools eutils
235
236 @@ -14,7 +14,8 @@
237
238 IUSE=""
239
240 -DEPEND=">=dev-lang/mono-${PV}"
241 +DEPEND=">=dev-lang/mono-${PV}
242 + dev-util/pkgconfig"
243
244 pkg_preinst() {
245 enewgroup aspnet
246 @@ -25,10 +26,10 @@
247
248 src_unpack() {
249 unpack ${A}
250 - cd ${S}
251 + cd "${S}"
252 sed -i -e "s:mkinstalldirs) \$(data:mkinstalldirs) \$(DESTDIR)\$(data:" \
253 -e "s:gif \$(data:gif \$(DESTDIR)\$(data:" \
254 - ${S}/test/2.0/treeview/Makefile.am
255 + "${S}"/test/2.0/treeview/Makefile.am
256 eautoreconf
257 }
258
259 @@ -42,11 +43,11 @@
260 }
261
262 src_install() {
263 - make DESTDIR=${D} install || die
264 - newinitd ${FILESDIR}/${PV}/xsp.initd xsp
265 - newinitd ${FILESDIR}/${PV}/mod-mono-server.initd mod-mono-server
266 - newconfd ${FILESDIR}/${PV}/xsp.confd xsp
267 - newconfd ${FILESDIR}/${PV}/mod-mono-server.confd mod-mono-server
268 + make DESTDIR="${D}" install || die
269 + newinitd "${FILESDIR}"/${PV}/xsp.initd xsp
270 + newinitd "${FILESDIR}"/${PV}/mod-mono-server.initd mod-mono-server
271 + newconfd "${FILESDIR}"/${PV}/xsp.confd xsp
272 + newconfd "${FILESDIR}"/${PV}/mod-mono-server.confd mod-mono-server
273
274 keepdir /var/run/aspnet
275
276
277
278
279 --
280 gentoo-commits@l.g.o mailing list