Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/
Date: Sun, 28 Feb 2021 17:27:44
Message-Id: 1614533258.8837fb4013f2ad2eda57408cce986f102b018d37.polynomial-c@gentoo
1 commit: 8837fb4013f2ad2eda57408cce986f102b018d37
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 17:26:15 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 17:27:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8837fb40
7
8 x11-wm/icewm: Removed old
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 x11-wm/icewm/Manifest | 2 -
14 x11-wm/icewm/icewm-1.9.2.ebuild | 138 ------------------------------------
15 x11-wm/icewm/icewm-2.1.1.ebuild | 153 ----------------------------------------
16 3 files changed, 293 deletions(-)
17
18 diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
19 index 5493f1a8dbf..e0be8cb119d 100644
20 --- a/x11-wm/icewm/Manifest
21 +++ b/x11-wm/icewm/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST icewm-1.9.2.tar.lz 1694602 BLAKE2B cf30a695ba48093b386aa2f3af5120e78a9fcc57da9038bcd546ade0986e1bc359a3da91d2eeeb8d3a105173f5d755223675a84b38cfc8c907269efd2561c706 SHA512 7b4f8c47c636a0113af576bc1bcd9fde111ae70eb0bcf21fb1d906ca43bea4d8b0337a728e5da35bcfeabd56c66fd0d14581d7377f063dd750fdf01362b24be2
24 DIST icewm-2.0.1.tar.lz 1694439 BLAKE2B 1476f33fa7350a98b7eca8c5c265455d0a78b28bcbd35ab78969b528ae02d3c960fb73cf2b24ea999ee5e08c9f0641d3502c7d5ed8b285777162c334d645b6db SHA512 ac4126b38d592aed60d2269f58c5a1612b61e871565e3c3e51bc2b430e4da6a4708f78e86c16091fa4dfb9eefd4109ae89102ab708e3bce9a44f1e5fe1970c59
25 -DIST icewm-2.1.1.tar.lz 1695855 BLAKE2B 81903735a71e13953635a4d70547f2518983b5e58fd9e90124e4aecb6b9b53827d48f77bbff3cec59b929456f4c1ab14fde999bbc45f90c8916bbb1017b8eb20 SHA512 7d0acd655f505755fe0b1186b7422a254805bd1c56f00170ecac90272c31c1c0673f781e4e89e04682515b7313dd57b78797398a81edc62b86abc6991abfc45c
26 DIST icewm-2.1.2.tar.lz 1694969 BLAKE2B 640af2b7afb34ebcf6fc4f1762161bd8cae124e58735ad3e5af3f8a12723ead71e491fbef9e9119792c54e4e116c7cc491847da1e103b2c46765044bfda71f2d SHA512 92c52b057c7ac1c81eb72cb01d4041715fae2b1c221ecc0e5286a9bfad87e1607a3d7c60dde125436ad32c9a72dac01ee82a3bfe4b671b2d458ba3ce4c0c5a62
27 DIST icewm-2.2.0.tar.lz 1697312 BLAKE2B c030b7675a645b91ad3e2476735acc0c2cd4425227d96b99ffc81d57e859f8c6ece029b892f32bff2fbba0683f3e279fd73446e935d5c76a1c472376897810ba SHA512 c0d84bba176f30e7a5a1d8272e306279dfc2e7c130461d72b45fe55c691a6d262484dd4c7b818ac7ec55db878cad3c84bba33d6e451355036fa4e7ba89ee1fdb
28
29 diff --git a/x11-wm/icewm/icewm-1.9.2.ebuild b/x11-wm/icewm/icewm-1.9.2.ebuild
30 deleted file mode 100644
31 index bd966854030..00000000000
32 --- a/x11-wm/icewm/icewm-1.9.2.ebuild
33 +++ /dev/null
34 @@ -1,138 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools unpacker
41 -
42 -DESCRIPTION="Ice Window Manager with Themes"
43 -HOMEPAGE="https://ice-wm.org/ https://github.com/ice-wm/icewm"
44 -LICENSE="GPL-2"
45 -SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz"
46 -
47 -SLOT="0"
48 -KEYWORDS="amd64 ppc sparc x86"
49 -IUSE="+alsa ao bidi debug +gdk-pixbuf nls truetype uclibc xinerama"
50 -
51 -# Tests broken in all versions, patches welcome, bug #323907, #389533
52 -RESTRICT="test"
53 -
54 -REQUIRED_USE="|| ( alsa ao )"
55 -
56 -#fix for icewm preversion package names
57 -S="${WORKDIR}/${P/_}"
58 -
59 -# These are the core dependencies of icewm.
60 -# Look into configure.ac and search for PKG_CHECK_MODULES([CORE]
61 -CORE_DEPEND="
62 - media-libs/fontconfig
63 - x11-libs/libX11
64 - x11-libs/libXcomposite
65 - x11-libs/libXdamage
66 - x11-libs/libXext
67 - x11-libs/libXfixes
68 - x11-libs/libXrender
69 -"
70 -
71 -RDEPEND="
72 - ${CORE_DEPEND}
73 - x11-libs/libICE
74 - x11-libs/libSM
75 - x11-libs/libXft
76 - x11-libs/libXpm
77 - x11-libs/libXrandr
78 - alsa? (
79 - media-libs/alsa-lib
80 - media-libs/libsndfile[alsa]
81 - )
82 - ao? (
83 - media-libs/libao
84 - media-libs/libsndfile
85 - )
86 - bidi? ( dev-libs/fribidi )
87 - gdk-pixbuf? (
88 - x11-libs/gdk-pixbuf-xlib
89 - >=x11-libs/gdk-pixbuf-2.42.0:2
90 - )
91 - !gdk-pixbuf? (
92 - media-libs/libpng:0=
93 - virtual/jpeg
94 - )
95 - xinerama? ( x11-libs/libXinerama )
96 -"
97 -DEPEND="
98 - ${RDEPEND}
99 - $(unpacker_src_uri_depends)
100 - dev-libs/glib:2
101 - x11-base/xorg-proto
102 - gdk-pixbuf? ( gnome-base/librsvg:2 )
103 -"
104 -
105 -BDEPEND="
106 - app-text/asciidoc
107 - virtual/pkgconfig
108 - nls? ( >=sys-devel/gettext-0.19.8 )
109 -"
110 -
111 -src_prepare() {
112 - # Fix bug #486710 - TODO: Still needed?
113 - #use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
114 -
115 - default
116 - eautoreconf
117 -}
118 -
119 -src_configure() {
120 - local icesound
121 - if use alsa && use ao ; then
122 - icesound="alsa,ao"
123 - elif use alsa ; then
124 - icesound="alsa"
125 - elif use ao ; then
126 - icesound="ao"
127 - fi
128 -
129 - local myconf=(
130 - --enable-logevents
131 - --enable-xrandr
132 - --with-cfgdir="${EPREFIX}"/etc/icewm
133 - --with-docdir="${EPREFIX}"/usr/share/doc/${PF}/html
134 - --with-icesound="${icesound}"
135 - --with-libdir="${EPREFIX}"/usr/share/icewm
136 - $(use_enable bidi fribidi)
137 - $(use_enable debug)
138 - $(use_enable debug logevents)
139 - $(use_enable gdk-pixbuf)
140 - $(use_enable nls i18n)
141 - $(use_enable nls)
142 - $(use_enable xinerama)
143 - )
144 - if use truetype ; then
145 - myconf+=(
146 - --enable-shape
147 - )
148 - else
149 - myconf+=(
150 - --disable-xfreetype
151 - --enable-corefonts
152 - )
153 - fi
154 -
155 - econf "${myconf[@]}"
156 -
157 - sed -i "s:/icewm-\$(VERSION)::" src/Makefile || die
158 - sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed"
159 -}
160 -
161 -src_install() {
162 - local DOCS=( AUTHORS ChangeLog NEWS README.md TODO VERSION )
163 -
164 - default
165 -
166 - docinto html
167 - dodoc doc/icewm.html
168 - dodoc man/*.html
169 -
170 - exeinto /etc/X11/Sessions
171 - doexe "${FILESDIR}/icewm"
172 -}
173
174 diff --git a/x11-wm/icewm/icewm-2.1.1.ebuild b/x11-wm/icewm/icewm-2.1.1.ebuild
175 deleted file mode 100644
176 index ec1d0545c00..00000000000
177 --- a/x11-wm/icewm/icewm-2.1.1.ebuild
178 +++ /dev/null
179 @@ -1,153 +0,0 @@
180 -# Copyright 1999-2021 Gentoo Authors
181 -# Distributed under the terms of the GNU General Public License v2
182 -
183 -EAPI=7
184 -
185 -inherit autotools unpacker
186 -
187 -DESCRIPTION="Ice Window Manager with Themes"
188 -HOMEPAGE="https://ice-wm.org/ https://github.com/ice-wm/icewm"
189 -LICENSE="GPL-2"
190 -SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz"
191 -
192 -SLOT="0"
193 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
194 -IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama"
195 -
196 -# Tests broken in all versions, patches welcome, bug #323907, #389533
197 -RESTRICT="test"
198 -
199 -REQUIRED_USE="|| ( alsa ao )"
200 -#?? ( gdk-pixbuf imlib )
201 -
202 -#fix for icewm preversion package names
203 -S="${WORKDIR}/${P/_}"
204 -
205 -# These are the core dependencies of icewm.
206 -# Look into configure.ac and search for PKG_CHECK_MODULES([CORE]
207 -CORE_DEPEND="
208 - media-libs/fontconfig
209 - x11-libs/libX11
210 - x11-libs/libXcomposite
211 - x11-libs/libXdamage
212 - x11-libs/libXext
213 - x11-libs/libXfixes
214 - x11-libs/libXrender
215 -"
216 -
217 -RDEPEND="
218 - ${CORE_DEPEND}
219 - dev-libs/glib:2
220 - x11-libs/libICE
221 - x11-libs/libSM
222 - x11-libs/libXft
223 - x11-libs/libXpm
224 - x11-libs/libXrandr
225 - alsa? (
226 - media-libs/alsa-lib
227 - media-libs/libsndfile[alsa]
228 - )
229 - ao? (
230 - media-libs/libao
231 - media-libs/libsndfile
232 - )
233 - bidi? ( dev-libs/fribidi )
234 - gdk-pixbuf? (
235 - x11-libs/gdk-pixbuf-xlib
236 - >=x11-libs/gdk-pixbuf-2.42.0:2
237 - )
238 - !gdk-pixbuf? (
239 - imlib? (
240 - gnome-base/librsvg:2
241 - media-libs/imlib2
242 - )
243 - !imlib? (
244 - media-libs/libpng:0=
245 - virtual/jpeg
246 - )
247 - )
248 - xinerama? ( x11-libs/libXinerama )
249 -"
250 -DEPEND="
251 - ${RDEPEND}
252 - $(unpacker_src_uri_depends)
253 - x11-base/xorg-proto
254 - gdk-pixbuf? ( gnome-base/librsvg:2 )
255 -"
256 -
257 -BDEPEND="
258 - app-text/asciidoc
259 - virtual/pkgconfig
260 - nls? ( >=sys-devel/gettext-0.19.8 )
261 -"
262 -
263 -pkg_pretend() {
264 - if use gdk-pixbuf && use imlib ; then
265 - einfo 'Confilcting USE flags have been enabled:'
266 - einfo '"gdk-pixbuf" and "imlib" exclude each other!'
267 - einfo 'Using "gdk-pixbuf".'
268 - fi
269 -}
270 -
271 -src_prepare() {
272 - default
273 - eautoreconf
274 -}
275 -
276 -src_configure() {
277 - local icesound
278 - if use alsa && use ao ; then
279 - icesound="alsa,ao"
280 - elif use alsa ; then
281 - icesound="alsa"
282 - elif use ao ; then
283 - icesound="ao"
284 - fi
285 -
286 - local myconf=(
287 - --enable-logevents
288 - --enable-xrandr
289 - --with-cfgdir="${EPREFIX}"/etc/icewm
290 - --with-docdir="${EPREFIX}"/usr/share/doc/${PF}/html
291 - --with-icesound="${icesound}"
292 - --with-libdir="${EPREFIX}"/usr/share/icewm
293 - $(use_enable bidi fribidi)
294 - $(use_enable debug)
295 - $(use_enable debug logevents)
296 - $(use_enable gdk-pixbuf)
297 - $(use_enable imlib imlib2)
298 - $(use_enable nls i18n)
299 - $(use_enable nls)
300 - $(use_enable xinerama)
301 - )
302 - if use truetype ; then
303 - myconf+=(
304 - --enable-shape
305 - )
306 - else
307 - myconf+=(
308 - --disable-xfreetype
309 - --enable-corefonts
310 - )
311 - fi
312 -
313 - econf "${myconf[@]}"
314 -
315 - sed \
316 - -e "s:/icewm-\$(VERSION)::" \
317 - -e "s:ungif:gif:" \
318 - -i src/Makefile || die
319 -}
320 -
321 -src_install() {
322 - local DOCS=( AUTHORS ChangeLog NEWS README.md TODO VERSION )
323 -
324 - default
325 -
326 - docinto html
327 - dodoc doc/icewm.html
328 - dodoc man/*.html
329 -
330 - exeinto /etc/X11/Sessions
331 - doexe "${FILESDIR}/icewm"
332 -}