Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/icecream: icecream-0.9.4.ebuild icecream-0.9.3.ebuild ChangeLog icecream-0.9.2.ebuild
Date: Thu, 31 Dec 2009 21:49:23
Message-Id: E1NQStT-0006uP-VP@stork.gentoo.org
1 ssuominen 09/12/31 21:49:19
2
3 Modified: icecream-0.9.4.ebuild icecream-0.9.3.ebuild
4 ChangeLog icecream-0.9.2.ebuild
5 Log:
6 Remove kde-base/kdelibs:3.5 USE="doc" depend.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-devel/icecream/icecream-0.9.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.4.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.4.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.4.ebuild?r1=1.3&r2=1.4
15
16 Index: icecream-0.9.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.4.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- icecream-0.9.4.ebuild 23 Sep 2009 20:41:51 -0000 1.3
23 +++ icecream-0.9.4.ebuild 31 Dec 2009 21:49:19 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.4.ebuild,v 1.3 2009/09/23 20:41:51 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.4.ebuild,v 1.4 2009/12/31 21:49:19 ssuominen Exp $
29
30 inherit autotools eutils flag-o-matic
31
32 @@ -13,11 +13,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
36 -IUSE="doc"
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}
40 - doc? ( =kde-base/kdelibs-3.5* )"
41 +IUSE=""
42
43 S="${WORKDIR}/${MY_P}"
44
45 @@ -41,19 +37,19 @@
46 emake || die "compiling icecc failed"
47
48 # compile manpages...yeah, we need meinproc, ergo kdelibs for this :(
49 - if use doc; then
50 - cd doc
51 - for docfile in *.docbook; do
52 - outputfile="${docfile/man-/}"
53 - outputfile="${outputfile/.docbook/}"
54 -
55 - meinproc \
56 - --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
57 - "${docfile}" && \
58 - mv manpage.troff "${outputfile}" || \
59 - die "compiling manpages failed"
60 - done
61 - fi
62 + #if use doc; then
63 + # cd doc
64 + # for docfile in *.docbook; do
65 + # outputfile="${docfile/man-/}"
66 + # outputfile="${outputfile/.docbook/}"
67 +
68 + # meinproc \
69 + # --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
70 + # "${docfile}" && \
71 + # mv manpage.troff "${outputfile}" || \
72 + # die "compiling manpages failed"
73 + # done
74 + #fi
75 }
76
77 src_install() {
78 @@ -69,10 +65,10 @@
79 diropts -m0755
80 keepdir /usr/lib/icecc/bin
81
82 - if use doc; then
83 - cd doc
84 - doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
85 - fi
86 + #if use doc; then
87 + # cd doc
88 + # doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
89 + #fi
90 }
91
92 pkg_postinst() {
93
94
95
96 1.3 sys-devel/icecream/icecream-0.9.3.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.3.ebuild?rev=1.3&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.3.ebuild?rev=1.3&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.3.ebuild?r1=1.2&r2=1.3
101
102 Index: icecream-0.9.3.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.3.ebuild,v
105 retrieving revision 1.2
106 retrieving revision 1.3
107 diff -u -r1.2 -r1.3
108 --- icecream-0.9.3.ebuild 23 Sep 2009 20:41:51 -0000 1.2
109 +++ icecream-0.9.3.ebuild 31 Dec 2009 21:49:19 -0000 1.3
110 @@ -1,6 +1,6 @@
111 # Copyright 1999-2009 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.3.ebuild,v 1.2 2009/09/23 20:41:51 patrick Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.3.ebuild,v 1.3 2009/12/31 21:49:19 ssuominen Exp $
115
116 inherit autotools eutils flag-o-matic
117
118 @@ -13,11 +13,7 @@
119 LICENSE="GPL-2"
120 SLOT="0"
121 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
122 -IUSE="doc"
123 -
124 -RDEPEND=""
125 -DEPEND="${RDEPEND}
126 - doc? ( =kde-base/kdelibs-3.5* )"
127 +IUSE=""
128
129 S="${WORKDIR}/${MY_P}"
130
131 @@ -39,21 +35,6 @@
132 src_compile() {
133 econf
134 emake || die "compiling icecc failed"
135 -
136 - # compile manpages...yeah, we need meinproc, ergo kdelibs for this :(
137 - if use doc; then
138 - cd doc
139 - for docfile in *.docbook; do
140 - outputfile="${docfile/man-/}"
141 - outputfile="${outputfile/.docbook/}"
142 -
143 - meinproc \
144 - --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
145 - "${docfile}" && \
146 - mv manpage.troff "${outputfile}" || \
147 - die "compiling manpages failed"
148 - done
149 - fi
150 }
151
152 src_install() {
153 @@ -68,11 +49,6 @@
154
155 diropts -m0755
156 keepdir /usr/lib/icecc/bin
157 -
158 - if use doc; then
159 - cd doc
160 - doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
161 - fi
162 }
163
164 pkg_postinst() {
165
166
167
168 1.34 sys-devel/icecream/ChangeLog
169
170 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/ChangeLog?rev=1.34&view=markup
171 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/ChangeLog?rev=1.34&content-type=text/plain
172 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/ChangeLog?r1=1.33&r2=1.34
173
174 Index: ChangeLog
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v
177 retrieving revision 1.33
178 retrieving revision 1.34
179 diff -u -r1.33 -r1.34
180 --- ChangeLog 23 Sep 2009 20:41:51 -0000 1.33
181 +++ ChangeLog 31 Dec 2009 21:49:19 -0000 1.34
182 @@ -1,6 +1,10 @@
183 # ChangeLog for sys-devel/icecream
184 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
185 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.33 2009/09/23 20:41:51 patrick Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.34 2009/12/31 21:49:19 ssuominen Exp $
187 +
188 + 31 Dec 2009; Samuli Suominen <ssuominen@g.o> icecream-0.9.2.ebuild,
189 + icecream-0.9.3.ebuild, icecream-0.9.4.ebuild:
190 + Remove kde-base/kdelibs:3.5 USE="doc" depend.
191
192 23 Sep 2009; Patrick Lauer <patrick@g.o> icecream-0.9.2.ebuild,
193 icecream-0.9.3.ebuild, icecream-0.9.4.ebuild:
194
195
196
197 1.6 sys-devel/icecream/icecream-0.9.2.ebuild
198
199 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.2.ebuild?rev=1.6&view=markup
200 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.2.ebuild?rev=1.6&content-type=text/plain
201 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream/icecream-0.9.2.ebuild?r1=1.5&r2=1.6
202
203 Index: icecream-0.9.2.ebuild
204 ===================================================================
205 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.2.ebuild,v
206 retrieving revision 1.5
207 retrieving revision 1.6
208 diff -u -r1.5 -r1.6
209 --- icecream-0.9.2.ebuild 23 Sep 2009 20:41:51 -0000 1.5
210 +++ icecream-0.9.2.ebuild 31 Dec 2009 21:49:19 -0000 1.6
211 @@ -1,6 +1,6 @@
212 # Copyright 1999-2009 Gentoo Foundation
213 # Distributed under the terms of the GNU General Public License v2
214 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.2.ebuild,v 1.5 2009/09/23 20:41:51 patrick Exp $
215 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.2.ebuild,v 1.6 2009/12/31 21:49:19 ssuominen Exp $
216
217 inherit autotools eutils flag-o-matic
218
219 @@ -13,11 +13,7 @@
220 LICENSE="GPL-2"
221 SLOT="0"
222 KEYWORDS="amd64 ppc sparc x86"
223 -IUSE="doc"
224 -
225 -RDEPEND=""
226 -DEPEND="${RDEPEND}
227 - doc? ( =kde-base/kdelibs-3.5* )"
228 +IUSE=""
229
230 S="${WORKDIR}/${MY_P}"
231
232 @@ -39,21 +35,6 @@
233 src_compile() {
234 econf
235 emake || die "compiling icecc failed"
236 -
237 - # compile manpages...yeah, we need meinproc, ergo kdelibs for this :(
238 - if use doc; then
239 - cd doc
240 - for docfile in *.docbook; do
241 - outputfile="${docfile/man-/}"
242 - outputfile="${outputfile/.docbook/}"
243 -
244 - meinproc \
245 - --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
246 - "${docfile}" && \
247 - mv manpage.troff "${outputfile}" || \
248 - die "compiling manpages failed"
249 - done
250 - fi
251 }
252
253 src_install() {
254 @@ -68,11 +49,6 @@
255
256 diropts -m0755
257 keepdir /usr/lib/icecc/bin
258 -
259 - if use doc; then
260 - cd doc
261 - doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
262 - fi
263 }
264
265 pkg_postinst() {