Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Wed, 18 Sep 2019 16:21:01
Message-Id: 1568823650.95d8c5319590caccb22eff3a743c1d3ed6be1a1a.juippis@gentoo
1 commit: 95d8c5319590caccb22eff3a743c1d3ed6be1a1a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 16:20:24 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 16:20:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d8c531
7
8 dev-libs/efl: clean old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-libs/efl/Manifest | 2 -
14 dev-libs/efl/efl-1.22.3.ebuild | 281 -----------------------------------------
15 dev-libs/efl/efl-1.22.4.ebuild | 281 -----------------------------------------
16 3 files changed, 564 deletions(-)
17
18 diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
19 index 68164bd47b1..41567e68e5d 100644
20 --- a/dev-libs/efl/Manifest
21 +++ b/dev-libs/efl/Manifest
22 @@ -1,4 +1,2 @@
23 DIST efl-1.22.2.tar.xz 71320272 BLAKE2B b1eb66228ec5a92f5d89bf38d95439f9bfb0b09a074e418094474d7c7d0de6a4ae998321a02273a5c9bbcfcba260a7ff3d8cef0af445293869c82c57dec2cca0 SHA512 7385b1fdeee0a4565a0765fedbe5cecca81b86b306ee95a703b3064a88427ab0b4967f6f075a92f5c1d5911cefc56a9c2d45c7347572480169e3f53348321734
24 -DIST efl-1.22.3.tar.xz 70620824 BLAKE2B b6a785ad1ebf9b7804eb2ea12dd78bcf1ee0647d24852c23955e10c59bb7a9a9d0b86cec7796382dacdef11ca164d87c02f186700dcc69bebe8ba6c62727fc6d SHA512 d29022c27950adebab96266343c4f861801f445f36806c8bf0da67fe4ea75807932fa9f218d9cb084c2c3f6ccc212903992ef4b94b95253656e8550b11b42f83
25 -DIST efl-1.22.4.tar.xz 71364104 BLAKE2B 66aa2cfad4b9474b4343e7c139a9d918e3c1b80944ca41414c62c2ec3468d84ebfe95e9834846b55f6ead0568b77e59cb115fd607f1653dd692baa8d9238ac5b SHA512 0a9e5bd40dfeb10f4c17c64aae5c9af8f54be934b78216f6effecaf077b9f57fe704cb61ded4487472bd9451a3eeb6634b2c0d0d038e911177c2e33576ad6b6e
26 DIST efl-1.22.5.tar.xz 71358856 BLAKE2B d1b9c8263608bca61760adb129eb5ad3d507caaa2d4e03847d9c06c99494d6dcaa0756368f700fde64d15dd33147a1f58f5391164902c1f9f586ef7307b14510 SHA512 87d10ab244778fc8452ea85cbf698a6b0ccd065964941f7c04d073cf7db9632b09d7956d86bd5c4e9fa102efceb1057269322e84504c70ee5f740176cd4bb26f
27
28 diff --git a/dev-libs/efl/efl-1.22.3.ebuild b/dev-libs/efl/efl-1.22.3.ebuild
29 deleted file mode 100644
30 index 2da0160a980..00000000000
31 --- a/dev-libs/efl/efl-1.22.3.ebuild
32 +++ /dev/null
33 @@ -1,281 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit pax-utils xdg-utils
40 -
41 -DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
42 -HOMEPAGE="https://www.enlightenment.org"
43 -SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz"
44 -
45 -LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
48 -IUSE="+bmp dds connman debug drm +eet elogind examples fbcon +fontconfig fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent zeroconf"
49 -
50 -REQUIRED_USE="
51 - ?? ( elogind systemd )
52 - ?? ( gles2 opengl )
53 - fbcon? ( !tslib )
54 - gles2? (
55 - || ( wayland X )
56 - !sdl
57 - )
58 - ibus? ( glib )
59 - opengl? ( X )
60 - pulseaudio? ( sound )
61 - sdl? ( opengl )
62 - vnc? ( fbcon X )
63 - wayland? ( gles2 !opengl )
64 - xim? ( X )
65 - xpresent? ( X )
66 -"
67 -
68 -RDEPEND="
69 - net-misc/curl
70 - media-libs/libpng:0=
71 - sys-apps/dbus
72 - sys-apps/util-linux
73 - virtual/jpeg:0=
74 - connman? ( net-misc/connman )
75 - drm? (
76 - dev-libs/libinput
77 - media-libs/mesa[gbm]
78 - x11-libs/libdrm
79 - x11-libs/libxkbcommon
80 - )
81 - elogind? ( sys-auth/elogind )
82 - fontconfig? ( media-libs/fontconfig )
83 - fribidi? ( dev-libs/fribidi )
84 - gif? ( media-libs/giflib:= )
85 - gles2? ( media-libs/mesa[egl,gles2] )
86 - glib? ( dev-libs/glib:2 )
87 - gstreamer? (
88 - media-libs/gstreamer:1.0
89 - media-libs/gst-plugins-base:1.0
90 - )
91 - harfbuzz? ( media-libs/harfbuzz )
92 - hyphen? ( dev-libs/hyphen )
93 - ibus? ( app-i18n/ibus )
94 - jpeg2k? ( media-libs/openjpeg:= )
95 - libuv? ( dev-libs/libuv )
96 - luajit? ( dev-lang/luajit:= )
97 - !luajit? ( dev-lang/lua:* )
98 - pdf? ( app-text/poppler:=[cxx] )
99 - physics? ( sci-physics/bullet:= )
100 - postscript? ( app-text/libspectre )
101 - pulseaudio? ( media-sound/pulseaudio )
102 - raw? ( media-libs/libraw:= )
103 - scim? ( app-i18n/scim )
104 - sdl? (
105 - media-libs/libsdl2
106 - virtual/opengl
107 - )
108 - sound? ( media-libs/libsndfile )
109 - ssl? (
110 - gnutls? ( net-libs/gnutls:= )
111 - !gnutls? (
112 - !libressl? ( dev-libs/openssl:0= )
113 - libressl? ( dev-libs/libressl:= )
114 - )
115 - )
116 - svg? (
117 - gnome-base/librsvg
118 - x11-libs/cairo
119 - )
120 - system-lz4? ( app-arch/lz4 )
121 - systemd? ( sys-apps/systemd:= )
122 - tiff? ( media-libs/tiff:0= )
123 - tslib? ( x11-libs/tslib:= )
124 - unwind? ( sys-libs/libunwind )
125 - valgrind? ( dev-util/valgrind )
126 - vlc? ( media-video/vlc )
127 - vnc? ( net-libs/libvncserver )
128 - wayland? (
129 - dev-libs/wayland
130 - media-libs/mesa[gles2,wayland]
131 - x11-libs/libxkbcommon
132 - )
133 - webp? ( media-libs/libwebp:= )
134 - X? (
135 - media-libs/freetype
136 - x11-libs/libXcursor
137 - x11-libs/libX11
138 - x11-libs/libXcomposite
139 - x11-libs/libXdamage
140 - x11-libs/libXext
141 - x11-libs/libXfixes
142 - x11-libs/libXinerama
143 - x11-libs/libXrandr
144 - x11-libs/libXrender
145 - x11-libs/libXtst
146 - x11-libs/libXScrnSaver
147 - gles2? (
148 - x11-libs/libX11
149 - x11-libs/libXrender
150 - virtual/opengl
151 - )
152 - opengl? (
153 - x11-libs/libX11
154 - x11-libs/libXrender
155 - virtual/opengl
156 - )
157 - )
158 - xine? ( media-libs/xine-lib )
159 - xpm? ( x11-libs/libXpm )
160 - xpresent? ( x11-libs/libXpresent )
161 - zeroconf? ( net-dns/avahi )
162 -"
163 -
164 -DEPEND="${RDEPEND}"
165 -BDEPEND="virtual/pkgconfig
166 - nls? ( sys-devel/gettext )"
167 -
168 -src_prepare() {
169 - default
170 -
171 - # Upstream still doesnt offer a configure flag. #611108
172 - if ! use unwind ; then
173 - sed -i -e 's:libunwind libunwind-generic:xxxxxxxxxxxxxxxx:' \
174 - configure || die "Sedding configure file with unwind fix failed."
175 - fi
176 -}
177 -
178 -src_configure() {
179 - local myconf=(
180 - --enable-cxx-bindings
181 - --enable-image-loader-generic
182 - --enable-image-loader-jpeg
183 - --enable-image-loader-png
184 - --enable-libeeze
185 - --enable-libmount
186 - --enable-quick-launch
187 - --enable-threads
188 - --enable-xinput22
189 -
190 - --disable-cancel-ok
191 - --disable-cocoa
192 - --disable-csharp-beta
193 - --disable-csharp-bindings
194 - --disable-doc
195 - --disable-ecore-buffer
196 - --disable-ecore-drm
197 - --disable-ecore-wayland
198 - --disable-eglfs
199 - --disable-g-main-loop
200 - --disable-gesture
201 - --disable-gstreamer
202 - --disable-pixman
203 - --disable-tizen
204 - --disable-wayland-ivi-shell
205 -
206 - $(use_enable bmp image-loader-bmp)
207 - $(use_enable bmp image-loader-wbmp)
208 - $(use_enable dds image-loader-dds)
209 - $(use_enable drm)
210 - $(use_enable drm elput)
211 - $(use_enable eet image-loader-eet)
212 - $(use_enable elogind)
213 - $(use_enable examples always-build-examples)
214 - $(use_enable fbcon fb)
215 - $(use_enable fontconfig)
216 - $(use_enable fribidi)
217 - $(use_enable gif image-loader-gif)
218 - $(use_enable gles2 egl)
219 - $(use_enable gstreamer gstreamer1)
220 - $(use_enable harfbuzz)
221 - $(use_enable hyphen)
222 - $(use_enable ico image-loader-ico)
223 - $(use_enable ibus)
224 - $(use_enable jpeg2k image-loader-jp2k)
225 - $(use_enable libuv)
226 - $(use_enable !luajit lua-old)
227 - $(use_enable neon)
228 - $(use_enable nls)
229 - $(use_enable pdf poppler)
230 - $(use_enable physics)
231 - $(use_enable postscript spectre)
232 - $(use_enable ppm image-loader-pmaps)
233 - $(use_enable psd image-loader-psd)
234 - $(use_enable pulseaudio)
235 - $(use_enable raw libraw)
236 - $(use_enable scim)
237 - $(use_enable sdl)
238 - $(use_enable sound audio)
239 - $(use_enable static-libs static)
240 - $(use_enable svg librsvg)
241 - $(use_enable system-lz4 liblz4)
242 - $(use_enable systemd)
243 - $(use_enable tga image-loader-tga)
244 - $(use_enable tiff image-loader-tiff)
245 - $(use_enable tslib)
246 - $(use_enable v4l v4l2)
247 - $(use_enable valgrind)
248 - $(use_enable vlc libvlc)
249 - $(use_enable vnc vnc-server)
250 - $(use_enable wayland)
251 - $(use_enable webp image-loader-webp)
252 - $(use_enable xcf)
253 - $(use_enable xim)
254 - $(use_enable xine)
255 - $(use_enable xpm image-loader-xpm)
256 - $(use_enable xpresent)
257 - $(use_enable zeroconf avahi)
258 -
259 - --with-crypto=$(usex gnutls gnutls $(usex ssl openssl none))
260 - --with-glib=$(usex glib)
261 - --with-js=none
262 - --with-net-control=$(usex connman connman none)
263 - --with-profile=$(usex debug debug release)
264 - --with-x11=$(usex X xlib none)
265 -
266 - $(use_with X x)
267 - )
268 -
269 - use drm && use wayland && myconf+=( --enable-gl-drm )
270 -
271 - if use opengl ; then
272 - myconf+=( --with-opengl=full )
273 - elif use gles2 ; then
274 - myconf+=( --with-opengl=es )
275 - elif use drm && use wayland ; then
276 - myconf+=( --with-opengl=es )
277 - else
278 - myconf+=( --with-opengl=none )
279 - fi
280 -
281 - econf "${myconf[@]}"
282 -}
283 -
284 -src_compile() {
285 - if host-is-pax && use luajit ; then
286 - # We need to build the lua code first so we can pax-mark it. #547076
287 - local target='_e_built_sources_target_gogogo_'
288 - printf '%s: $(BUILT_SOURCES)\n' "${target}" >> src/Makefile || die
289 - emake -C src "${target}"
290 - emake -C src bin/elua/elua
291 - pax-mark m src/bin/elua/.libs/elua
292 - fi
293 -
294 - V=1 emake
295 -}
296 -
297 -src_install() {
298 - V=1 emake install DESTDIR="${D}"
299 - einstalldocs
300 -
301 - if ! use static-libs ; then
302 - find "${D}" -name '*.la' -delete || die
303 - fi
304 -}
305 -
306 -pkg_postinst() {
307 - xdg_icon_cache_update
308 - xdg_mimeinfo_database_update
309 -}
310 -
311 -pkg_postrm() {
312 - xdg_icon_cache_update
313 - xdg_mimeinfo_database_update
314 -}
315
316 diff --git a/dev-libs/efl/efl-1.22.4.ebuild b/dev-libs/efl/efl-1.22.4.ebuild
317 deleted file mode 100644
318 index 2da0160a980..00000000000
319 --- a/dev-libs/efl/efl-1.22.4.ebuild
320 +++ /dev/null
321 @@ -1,281 +0,0 @@
322 -# Copyright 1999-2019 Gentoo Authors
323 -# Distributed under the terms of the GNU General Public License v2
324 -
325 -EAPI=7
326 -
327 -inherit pax-utils xdg-utils
328 -
329 -DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
330 -HOMEPAGE="https://www.enlightenment.org"
331 -SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz"
332 -
333 -LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
334 -SLOT="0"
335 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
336 -IUSE="+bmp dds connman debug drm +eet elogind examples fbcon +fontconfig fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent zeroconf"
337 -
338 -REQUIRED_USE="
339 - ?? ( elogind systemd )
340 - ?? ( gles2 opengl )
341 - fbcon? ( !tslib )
342 - gles2? (
343 - || ( wayland X )
344 - !sdl
345 - )
346 - ibus? ( glib )
347 - opengl? ( X )
348 - pulseaudio? ( sound )
349 - sdl? ( opengl )
350 - vnc? ( fbcon X )
351 - wayland? ( gles2 !opengl )
352 - xim? ( X )
353 - xpresent? ( X )
354 -"
355 -
356 -RDEPEND="
357 - net-misc/curl
358 - media-libs/libpng:0=
359 - sys-apps/dbus
360 - sys-apps/util-linux
361 - virtual/jpeg:0=
362 - connman? ( net-misc/connman )
363 - drm? (
364 - dev-libs/libinput
365 - media-libs/mesa[gbm]
366 - x11-libs/libdrm
367 - x11-libs/libxkbcommon
368 - )
369 - elogind? ( sys-auth/elogind )
370 - fontconfig? ( media-libs/fontconfig )
371 - fribidi? ( dev-libs/fribidi )
372 - gif? ( media-libs/giflib:= )
373 - gles2? ( media-libs/mesa[egl,gles2] )
374 - glib? ( dev-libs/glib:2 )
375 - gstreamer? (
376 - media-libs/gstreamer:1.0
377 - media-libs/gst-plugins-base:1.0
378 - )
379 - harfbuzz? ( media-libs/harfbuzz )
380 - hyphen? ( dev-libs/hyphen )
381 - ibus? ( app-i18n/ibus )
382 - jpeg2k? ( media-libs/openjpeg:= )
383 - libuv? ( dev-libs/libuv )
384 - luajit? ( dev-lang/luajit:= )
385 - !luajit? ( dev-lang/lua:* )
386 - pdf? ( app-text/poppler:=[cxx] )
387 - physics? ( sci-physics/bullet:= )
388 - postscript? ( app-text/libspectre )
389 - pulseaudio? ( media-sound/pulseaudio )
390 - raw? ( media-libs/libraw:= )
391 - scim? ( app-i18n/scim )
392 - sdl? (
393 - media-libs/libsdl2
394 - virtual/opengl
395 - )
396 - sound? ( media-libs/libsndfile )
397 - ssl? (
398 - gnutls? ( net-libs/gnutls:= )
399 - !gnutls? (
400 - !libressl? ( dev-libs/openssl:0= )
401 - libressl? ( dev-libs/libressl:= )
402 - )
403 - )
404 - svg? (
405 - gnome-base/librsvg
406 - x11-libs/cairo
407 - )
408 - system-lz4? ( app-arch/lz4 )
409 - systemd? ( sys-apps/systemd:= )
410 - tiff? ( media-libs/tiff:0= )
411 - tslib? ( x11-libs/tslib:= )
412 - unwind? ( sys-libs/libunwind )
413 - valgrind? ( dev-util/valgrind )
414 - vlc? ( media-video/vlc )
415 - vnc? ( net-libs/libvncserver )
416 - wayland? (
417 - dev-libs/wayland
418 - media-libs/mesa[gles2,wayland]
419 - x11-libs/libxkbcommon
420 - )
421 - webp? ( media-libs/libwebp:= )
422 - X? (
423 - media-libs/freetype
424 - x11-libs/libXcursor
425 - x11-libs/libX11
426 - x11-libs/libXcomposite
427 - x11-libs/libXdamage
428 - x11-libs/libXext
429 - x11-libs/libXfixes
430 - x11-libs/libXinerama
431 - x11-libs/libXrandr
432 - x11-libs/libXrender
433 - x11-libs/libXtst
434 - x11-libs/libXScrnSaver
435 - gles2? (
436 - x11-libs/libX11
437 - x11-libs/libXrender
438 - virtual/opengl
439 - )
440 - opengl? (
441 - x11-libs/libX11
442 - x11-libs/libXrender
443 - virtual/opengl
444 - )
445 - )
446 - xine? ( media-libs/xine-lib )
447 - xpm? ( x11-libs/libXpm )
448 - xpresent? ( x11-libs/libXpresent )
449 - zeroconf? ( net-dns/avahi )
450 -"
451 -
452 -DEPEND="${RDEPEND}"
453 -BDEPEND="virtual/pkgconfig
454 - nls? ( sys-devel/gettext )"
455 -
456 -src_prepare() {
457 - default
458 -
459 - # Upstream still doesnt offer a configure flag. #611108
460 - if ! use unwind ; then
461 - sed -i -e 's:libunwind libunwind-generic:xxxxxxxxxxxxxxxx:' \
462 - configure || die "Sedding configure file with unwind fix failed."
463 - fi
464 -}
465 -
466 -src_configure() {
467 - local myconf=(
468 - --enable-cxx-bindings
469 - --enable-image-loader-generic
470 - --enable-image-loader-jpeg
471 - --enable-image-loader-png
472 - --enable-libeeze
473 - --enable-libmount
474 - --enable-quick-launch
475 - --enable-threads
476 - --enable-xinput22
477 -
478 - --disable-cancel-ok
479 - --disable-cocoa
480 - --disable-csharp-beta
481 - --disable-csharp-bindings
482 - --disable-doc
483 - --disable-ecore-buffer
484 - --disable-ecore-drm
485 - --disable-ecore-wayland
486 - --disable-eglfs
487 - --disable-g-main-loop
488 - --disable-gesture
489 - --disable-gstreamer
490 - --disable-pixman
491 - --disable-tizen
492 - --disable-wayland-ivi-shell
493 -
494 - $(use_enable bmp image-loader-bmp)
495 - $(use_enable bmp image-loader-wbmp)
496 - $(use_enable dds image-loader-dds)
497 - $(use_enable drm)
498 - $(use_enable drm elput)
499 - $(use_enable eet image-loader-eet)
500 - $(use_enable elogind)
501 - $(use_enable examples always-build-examples)
502 - $(use_enable fbcon fb)
503 - $(use_enable fontconfig)
504 - $(use_enable fribidi)
505 - $(use_enable gif image-loader-gif)
506 - $(use_enable gles2 egl)
507 - $(use_enable gstreamer gstreamer1)
508 - $(use_enable harfbuzz)
509 - $(use_enable hyphen)
510 - $(use_enable ico image-loader-ico)
511 - $(use_enable ibus)
512 - $(use_enable jpeg2k image-loader-jp2k)
513 - $(use_enable libuv)
514 - $(use_enable !luajit lua-old)
515 - $(use_enable neon)
516 - $(use_enable nls)
517 - $(use_enable pdf poppler)
518 - $(use_enable physics)
519 - $(use_enable postscript spectre)
520 - $(use_enable ppm image-loader-pmaps)
521 - $(use_enable psd image-loader-psd)
522 - $(use_enable pulseaudio)
523 - $(use_enable raw libraw)
524 - $(use_enable scim)
525 - $(use_enable sdl)
526 - $(use_enable sound audio)
527 - $(use_enable static-libs static)
528 - $(use_enable svg librsvg)
529 - $(use_enable system-lz4 liblz4)
530 - $(use_enable systemd)
531 - $(use_enable tga image-loader-tga)
532 - $(use_enable tiff image-loader-tiff)
533 - $(use_enable tslib)
534 - $(use_enable v4l v4l2)
535 - $(use_enable valgrind)
536 - $(use_enable vlc libvlc)
537 - $(use_enable vnc vnc-server)
538 - $(use_enable wayland)
539 - $(use_enable webp image-loader-webp)
540 - $(use_enable xcf)
541 - $(use_enable xim)
542 - $(use_enable xine)
543 - $(use_enable xpm image-loader-xpm)
544 - $(use_enable xpresent)
545 - $(use_enable zeroconf avahi)
546 -
547 - --with-crypto=$(usex gnutls gnutls $(usex ssl openssl none))
548 - --with-glib=$(usex glib)
549 - --with-js=none
550 - --with-net-control=$(usex connman connman none)
551 - --with-profile=$(usex debug debug release)
552 - --with-x11=$(usex X xlib none)
553 -
554 - $(use_with X x)
555 - )
556 -
557 - use drm && use wayland && myconf+=( --enable-gl-drm )
558 -
559 - if use opengl ; then
560 - myconf+=( --with-opengl=full )
561 - elif use gles2 ; then
562 - myconf+=( --with-opengl=es )
563 - elif use drm && use wayland ; then
564 - myconf+=( --with-opengl=es )
565 - else
566 - myconf+=( --with-opengl=none )
567 - fi
568 -
569 - econf "${myconf[@]}"
570 -}
571 -
572 -src_compile() {
573 - if host-is-pax && use luajit ; then
574 - # We need to build the lua code first so we can pax-mark it. #547076
575 - local target='_e_built_sources_target_gogogo_'
576 - printf '%s: $(BUILT_SOURCES)\n' "${target}" >> src/Makefile || die
577 - emake -C src "${target}"
578 - emake -C src bin/elua/elua
579 - pax-mark m src/bin/elua/.libs/elua
580 - fi
581 -
582 - V=1 emake
583 -}
584 -
585 -src_install() {
586 - V=1 emake install DESTDIR="${D}"
587 - einstalldocs
588 -
589 - if ! use static-libs ; then
590 - find "${D}" -name '*.la' -delete || die
591 - fi
592 -}
593 -
594 -pkg_postinst() {
595 - xdg_icon_cache_update
596 - xdg_mimeinfo_database_update
597 -}
598 -
599 -pkg_postrm() {
600 - xdg_icon_cache_update
601 - xdg_mimeinfo_database_update
602 -}