Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: splashutils-1.5.4.4-r4.ebuild splashutils-1.5.4.4-r2.ebuild splashutils-1.5.4.4-r3.ebuild splashutils-1.5.4.4-r1.ebuild ChangeLog
Date: Tue, 30 Dec 2014 22:22:07
Message-Id: 20141230222201.C1B69E858@oystercatcher.gentoo.org
1 dilfridge 14/12/30 22:22:01
2
3 Modified: splashutils-1.5.4.4-r4.ebuild
4 splashutils-1.5.4.4-r2.ebuild
5 splashutils-1.5.4.4-r3.ebuild
6 splashutils-1.5.4.4-r1.ebuild ChangeLog
7 Log:
8 Drop support for mng images since it requires lcms:0, bug 526834
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
11
12 Revision Changes Path
13 1.3 media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild?r1=1.2&r2=1.3
18
19 Index: splashutils-1.5.4.4-r4.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- splashutils-1.5.4.4-r4.ebuild 26 Aug 2014 10:22:31 -0000 1.2
26 +++ splashutils-1.5.4.4-r4.ebuild 30 Dec 2014 22:22:01 -0000 1.3
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.2 2014/08/26 10:22:31 slyfox Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.3 2014/12/30 22:22:01 dilfridge Exp $
32
33 EAPI=5
34 inherit autotools eutils multilib toolchain-funcs
35 @@ -18,7 +18,7 @@
36 FT2SRC="libs/freetype-${V_FT}"
37
38 RESTRICT="test"
39 -IUSE="hardened +png +truetype +mng gpm fbcondecor"
40 +IUSE="hardened +png +truetype gpm fbcondecor"
41
42 DESCRIPTION="Framebuffer splash utilities"
43 HOMEPAGE="http://fbsplash.berlios.de"
44 @@ -47,10 +47,6 @@
45 >=media-libs/libpng-1.4.3[static-libs]
46 sys-libs/zlib[static-libs(+)]
47 )
48 - mng? (
49 - media-libs/lcms:0[static-libs]
50 - media-libs/libmng[static-libs(+)]
51 - )
52 virtual/jpeg:0[static-libs]
53 app-arch/cpio
54 media-gfx/fbgrab
55 @@ -129,7 +125,7 @@
56 cd "${S}"
57 econf \
58 $(use_with png) \
59 - $(use_with mng) \
60 + --without-mng \
61 $(use_with gpm) \
62 $(use_with truetype ttf) \
63 $(use_with truetype ttf-kernel) \
64
65
66
67 1.11 media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild?rev=1.11&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild?rev=1.11&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild?r1=1.10&r2=1.11
72
73 Index: splashutils-1.5.4.4-r2.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v
76 retrieving revision 1.10
77 retrieving revision 1.11
78 diff -u -r1.10 -r1.11
79 --- splashutils-1.5.4.4-r2.ebuild 10 Aug 2014 21:16:18 -0000 1.10
80 +++ splashutils-1.5.4.4-r2.ebuild 30 Dec 2014 22:22:01 -0000 1.11
81 @@ -1,6 +1,6 @@
82 # Copyright 1999-2014 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 1.10 2014/08/10 21:16:18 slyfox Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 1.11 2014/12/30 22:22:01 dilfridge Exp $
86
87 EAPI=4
88
89 @@ -19,7 +19,7 @@
90 FT2SRC="libs/freetype-${V_FT}"
91
92 RESTRICT="test"
93 -IUSE="hardened +png +truetype +mng gpm fbcondecor"
94 +IUSE="hardened +png +truetype gpm fbcondecor"
95
96 DESCRIPTION="Framebuffer splash utilities"
97 HOMEPAGE="http://fbsplash.berlios.de"
98 @@ -44,10 +44,6 @@
99 >=media-libs/libpng-1.4.3[static-libs]
100 sys-libs/zlib[static-libs(+)]
101 )
102 - mng? (
103 - media-libs/lcms:0[static-libs]
104 - media-libs/libmng[static-libs(+)]
105 - )
106 virtual/jpeg:0[static-libs]
107 >=sys-apps/baselayout-1.9.4-r5
108 app-arch/cpio
109 @@ -121,7 +117,7 @@
110 cd "${S}"
111 econf \
112 $(use_with png) \
113 - $(use_with mng) \
114 + --without-mng \
115 $(use_with gpm) \
116 $(use_with truetype ttf) \
117 $(use_with truetype ttf-kernel) \
118
119
120
121 1.5 media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild?rev=1.5&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild?rev=1.5&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild?r1=1.4&r2=1.5
126
127 Index: splashutils-1.5.4.4-r3.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v
130 retrieving revision 1.4
131 retrieving revision 1.5
132 diff -u -r1.4 -r1.5
133 --- splashutils-1.5.4.4-r3.ebuild 14 Oct 2013 12:52:34 -0000 1.4
134 +++ splashutils-1.5.4.4-r3.ebuild 30 Dec 2014 22:22:01 -0000 1.5
135 @@ -1,6 +1,6 @@
136 -# Copyright 1999-2013 Gentoo Foundation
137 +# Copyright 1999-2014 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v 1.4 2013/10/14 12:52:34 pinkbyte Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v 1.5 2014/12/30 22:22:01 dilfridge Exp $
141
142 EAPI=5
143 inherit autotools eutils multilib toolchain-funcs
144 @@ -18,7 +18,7 @@
145 FT2SRC="libs/freetype-${V_FT}"
146
147 RESTRICT="test"
148 -IUSE="hardened +png +truetype +mng gpm fbcondecor"
149 +IUSE="hardened +png +truetype gpm fbcondecor"
150
151 DESCRIPTION="Framebuffer splash utilities"
152 HOMEPAGE="http://fbsplash.berlios.de"
153 @@ -47,10 +47,6 @@
154 >=media-libs/libpng-1.4.3[static-libs]
155 sys-libs/zlib[static-libs(+)]
156 )
157 - mng? (
158 - media-libs/lcms:0[static-libs]
159 - media-libs/libmng[static-libs(+)]
160 - )
161 virtual/jpeg:0[static-libs]
162 >=sys-apps/baselayout-1.9.4-r5
163 app-arch/cpio
164 @@ -128,7 +124,7 @@
165 cd "${S}"
166 econf \
167 $(use_with png) \
168 - $(use_with mng) \
169 + --without-mng \
170 $(use_with gpm) \
171 $(use_with truetype ttf) \
172 $(use_with truetype ttf-kernel) \
173
174
175
176 1.12 media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild
177
178 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?rev=1.12&view=markup
179 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?rev=1.12&content-type=text/plain
180 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild?r1=1.11&r2=1.12
181
182 Index: splashutils-1.5.4.4-r1.ebuild
183 ===================================================================
184 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v
185 retrieving revision 1.11
186 retrieving revision 1.12
187 diff -u -r1.11 -r1.12
188 --- splashutils-1.5.4.4-r1.ebuild 28 Aug 2014 16:51:10 -0000 1.11
189 +++ splashutils-1.5.4.4-r1.ebuild 30 Dec 2014 22:22:01 -0000 1.12
190 @@ -1,6 +1,6 @@
191 # Copyright 1999-2014 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.11 2014/08/28 16:51:10 ssuominen Exp $
194 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.12 2014/12/30 22:22:01 dilfridge Exp $
195
196 EAPI="2"
197
198 @@ -19,7 +19,7 @@
199 FT2SRC="libs/freetype-${V_FT}"
200
201 RESTRICT="test"
202 -IUSE="hardened +png +truetype +mng gpm fbcondecor"
203 +IUSE="hardened +png +truetype gpm fbcondecor"
204
205 DESCRIPTION="Framebuffer splash utilities"
206 HOMEPAGE="http://fbsplash.berlios.de"
207 @@ -39,10 +39,6 @@
208 || ( <app-arch/bzip2-1.0.6-r3 app-arch/bzip2[static-libs] )
209 || ( <sys-libs/zlib-1.2.5.1-r2 sys-libs/zlib[static-libs] ) )
210 png? ( >=media-libs/libpng-1.4.3[static-libs] )
211 - mng? (
212 - media-libs/lcms:0[static-libs]
213 - media-libs/libmng[static-libs]
214 - )
215 virtual/jpeg:0[static-libs]
216 >=sys-apps/baselayout-1.9.4-r5
217 app-arch/cpio
218 @@ -116,7 +112,7 @@
219 cd "${S}"
220 econf \
221 $(use_with png) \
222 - $(use_with mng) \
223 + --without-mng \
224 $(use_with gpm) \
225 $(use_with truetype ttf) \
226 $(use_with truetype ttf-kernel) \
227
228
229
230 1.225 media-gfx/splashutils/ChangeLog
231
232 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.225&view=markup
233 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.225&content-type=text/plain
234 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.224&r2=1.225
235
236 Index: ChangeLog
237 ===================================================================
238 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
239 retrieving revision 1.224
240 retrieving revision 1.225
241 diff -u -r1.224 -r1.225
242 --- ChangeLog 28 Aug 2014 16:51:10 -0000 1.224
243 +++ ChangeLog 30 Dec 2014 22:22:01 -0000 1.225
244 @@ -1,6 +1,11 @@
245 # ChangeLog for media-gfx/splashutils
246 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
247 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.224 2014/08/28 16:51:10 ssuominen Exp $
248 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.225 2014/12/30 22:22:01 dilfridge Exp $
249 +
250 + 30 Dec 2014; Andreas K. Huettel <dilfridge@g.o>
251 + splashutils-1.5.4.4-r1.ebuild, splashutils-1.5.4.4-r2.ebuild,
252 + splashutils-1.5.4.4-r3.ebuild, splashutils-1.5.4.4-r4.ebuild:
253 + Drop support for mng images since it requires lcms:0, bug 526834
254
255 28 Aug 2014; Samuli Suominen <ssuominen@g.o>
256 splashutils-1.5.4.4-r1.ebuild: