Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Tue, 18 Sep 2018 07:10:22
Message-Id: 1537254525.3e45b7ae3f2276abd21ceac192dff255a6309536.mgorny@gentoo
1 commit: 3e45b7ae3f2276abd21ceac192dff255a6309536
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 17 04:47:35 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 07:08:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e45b7ae
7
8 dev-libs/efl: drop old 1.18.4-r1
9
10 Package-Manager: Portage[mgorny]-2.3.43.3
11 Closes: https://github.com/gentoo/gentoo/pull/9810
12
13 dev-libs/efl/Manifest | 1 -
14 dev-libs/efl/efl-1.18.4-r1.ebuild | 290 --------------------------------------
15 dev-libs/efl/metadata.xml | 1 -
16 3 files changed, 292 deletions(-)
17
18 diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
19 index b771e209b28..2fe0805d76a 100644
20 --- a/dev-libs/efl/Manifest
21 +++ b/dev-libs/efl/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST efl-1.18.4.tar.xz 64609944 BLAKE2B b36e5ee7c64a57772c5826e990a85110fffc3488e605d72515d4db7a6ec56eee25eb68c7136840f24cb8cdcdc8d7050e2825c17f0e4c5566db7d9ec2c96fd557 SHA512 2cfdcde8b5adb93310e75e4923e3845392bed97563ca1a68f4537e346b51f59acefaa85a425bdbb5619e5bfd6c9ff92b4bd1888b5d4ddd8db94c8a555e3934c9
24 DIST efl-1.20.7.tar.xz 65509444 BLAKE2B f58f7daf850ef9983fe4b3a10a3ceb137be7f7ae32c71f476498f677de690bfcc7c16aea5032168a42aa6b5f97d1fb5ca51dafc69d80e2a9262f4d78220a8562 SHA512 c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de
25 DIST efl-1.21.0.tar.xz 71030532 BLAKE2B 3480e261aef05b169a850d27f3d9fa6da0ad9bc9ac04548137829e662546cd7d85c87596576e561bba33f9f1be657d81f261595e34c711ff9e35d551ae5f09a8 SHA512 497735f518976d70b96023b013a6d821f6695fe56def2abf5bd1e1c7ad89d324428017d7909c7b73bfb332b811b5596592b105bb4c3d2f6a40929f1cefc2b789
26
27 diff --git a/dev-libs/efl/efl-1.18.4-r1.ebuild b/dev-libs/efl/efl-1.18.4-r1.ebuild
28 deleted file mode 100644
29 index 5a1c8ec239a..00000000000
30 --- a/dev-libs/efl/efl-1.18.4-r1.ebuild
31 +++ /dev/null
32 @@ -1,290 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -
38 -MY_P=${P/_/-}
39 -
40 -if [[ "${PV}" == "9999" ]] ; then
41 - EGIT_SUB_PROJECT="core"
42 - EGIT_URI_APPEND="${PN}"
43 -elif [[ *"${PV}" == *"_pre"* ]] ; then
44 - MY_P=${P%%_*}
45 - SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz"
46 -else
47 - SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz"
48 - KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
49 -fi
50 -
51 -inherit enlightenment pax-utils
52 -
53 -DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
54 -
55 -LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
56 -IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl pdf physics pixman +png postscript +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff tslib unwind v4l valgrind wayland webp X xim xine xpm"
57 -
58 -REQUIRED_USE="
59 - pulseaudio? ( sound )
60 - opengl? ( || ( X sdl wayland ) )
61 - gles? ( || ( X wayland ) )
62 - gles? ( !sdl )
63 - gles? ( egl )
64 - sdl? ( opengl )
65 - wayland? ( egl !opengl gles )
66 - xim? ( X )
67 -"
68 -
69 -RDEPEND="
70 - drm? (
71 - >=dev-libs/libinput-0.8
72 - media-libs/mesa[gbm]
73 - >=x11-libs/libdrm-2.4
74 - >=x11-libs/libxkbcommon-0.3.0
75 - )
76 - fontconfig? ( media-libs/fontconfig )
77 - fribidi? ( dev-libs/fribidi )
78 - gif? ( media-libs/giflib )
79 - glib? ( dev-libs/glib:2 )
80 - gnutls? ( net-libs/gnutls )
81 - !gnutls? (
82 - ssl? (
83 - !libressl? ( dev-libs/openssl:0= )
84 - libressl? ( dev-libs/libressl )
85 - )
86 - )
87 - gstreamer? (
88 - media-libs/gstreamer:1.0
89 - media-libs/gst-plugins-base:1.0
90 - )
91 - harfbuzz? ( media-libs/harfbuzz )
92 - ibus? ( app-i18n/ibus )
93 - jpeg2k? ( media-libs/openjpeg:0 )
94 - !oldlua? ( >=dev-lang/luajit-2.0.0 )
95 - oldlua? ( dev-lang/lua:* )
96 - pdf? ( app-text/poppler[cxx] )
97 - physics? ( >=sci-physics/bullet-2.80 )
98 - pixman? ( x11-libs/pixman )
99 - postscript? ( app-text/libspectre )
100 - png? ( media-libs/libpng:0= )
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 - systemd? ( sys-apps/systemd )
110 - tiff? ( media-libs/tiff:0= )
111 - tslib? ( x11-libs/tslib )
112 - unwind? ( sys-libs/libunwind )
113 - valgrind? ( dev-util/valgrind )
114 - wayland? (
115 - >=dev-libs/wayland-1.8.0
116 - >=x11-libs/libxkbcommon-0.3.1
117 - media-libs/mesa[gles2,wayland]
118 - )
119 - webp? ( media-libs/libwebp )
120 - X? (
121 - x11-libs/libXcursor
122 - x11-libs/libX11
123 - x11-libs/libXcomposite
124 - x11-libs/libXdamage
125 - x11-libs/libXext
126 - x11-libs/libXfixes
127 - x11-libs/libXinerama
128 - x11-libs/libXrandr
129 - x11-libs/libXrender
130 - x11-libs/libXtst
131 - x11-libs/libXScrnSaver
132 -
133 - opengl? (
134 - x11-libs/libX11
135 - x11-libs/libXrender
136 - virtual/opengl
137 - )
138 -
139 - gles? (
140 - x11-libs/libX11
141 - x11-libs/libXrender
142 - virtual/opengl
143 - )
144 - )
145 - xine? ( >=media-libs/xine-lib-1.1.1 )
146 - xpm? ( x11-libs/libXpm )
147 -
148 - sys-apps/dbus
149 - >=sys-apps/util-linux-2.20.0
150 - sys-libs/zlib
151 - virtual/jpeg:0=
152 -
153 - !dev-libs/ecore
154 - !dev-libs/edbus
155 - !dev-libs/eet
156 - !dev-libs/eeze
157 - !dev-libs/efreet
158 - !dev-libs/eina
159 - !dev-libs/eio
160 - !dev-libs/embryo
161 - !dev-libs/eobj
162 - !dev-libs/ephysics
163 - !media-libs/edje
164 - !media-libs/elementary
165 - !media-libs/emotion
166 - !media-libs/ethumb
167 - !media-libs/evas
168 - !media-plugins/emotion_generic_players
169 - !media-plugins/evas_generic_loaders
170 -"
171 -#external lz4 support currently broken because of unstable ABI/API
172 -# app-arch/lz4
173 -
174 -#soft blockers added above for binpkg users
175 -#hard blocks are needed for building
176 -CORE_EFL_CONFLICTS="
177 - !!dev-libs/ecore
178 - !!dev-libs/edbus
179 - !!dev-libs/eet
180 - !!dev-libs/eeze
181 - !!dev-libs/efreet
182 - !!dev-libs/eina
183 - !!dev-libs/eio
184 - !!dev-libs/embryo
185 - !!dev-libs/eobj
186 - !!dev-libs/ephysics
187 - !!media-libs/edje
188 - !!media-libs/emotion
189 - !!media-libs/ethumb
190 - !!media-libs/evas
191 -"
192 -
193 -DEPEND="
194 - ${CORE_EFL_CONFLICTS}
195 -
196 - ${RDEPEND}
197 - doc? ( app-doc/doxygen )
198 -"
199 -
200 -S=${WORKDIR}/${MY_P}
201 -
202 -src_prepare() {
203 - enlightenment_src_prepare
204 -
205 - # Remove stupid sleep command.
206 - # Also back out gnu make hack that causes regen of Makefiles.
207 - # Delete var setting that causes the build to abort.
208 - sed -i \
209 - -e '/sleep 10/d' \
210 - -e '/^#### Work around bug in automake check macro$/,/^#### Info$/d' \
211 - -e '/BARF_OK=/s:=.*:=:' \
212 - configure || die
213 -
214 - # Upstream doesn't offer a configure flag. #611108
215 - if ! use unwind ; then
216 - sed -i \
217 - -e 's:libunwind libunwind-generic:xxxxxxxxxxxxxxxx:' \
218 - configure || die
219 - fi
220 -}
221 -
222 -src_configure() {
223 - if use ssl && use gnutls ; then
224 - einfo "You enabled both USE=ssl and USE=gnutls, but only one can be used;"
225 - einfo "gnutls has been selected for you."
226 - fi
227 - if use opengl && use gles ; then
228 - einfo "You enabled both USE=opengl and USE=gles, but only one can be used;"
229 - einfo "opengl has been selected for you."
230 - fi
231 -
232 - E_ECONF=(
233 - --with-profile=$(usex debug debug release)
234 - --with-crypto=$(usex gnutls gnutls $(usex ssl openssl none))
235 - --with-x11=$(usex X xlib none)
236 - $(use_with X x)
237 - --with-opengl=$(usex opengl full $(usex gles es none))
238 - --with-glib=$(usex glib)
239 - --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb
240 -
241 - $(use_enable bmp image-loader-bmp)
242 - $(use_enable bmp image-loader-wbmp)
243 - $(use_enable drm)
244 - $(use_enable doc)
245 - $(use_enable eet image-loader-eet)
246 - $(use_enable egl)
247 - $(use_enable fbcon fb)
248 - $(use_enable fontconfig)
249 - $(use_enable fribidi)
250 - $(use_enable gif image-loader-gif)
251 - $(use_enable gstreamer gstreamer1)
252 - $(use_enable harfbuzz)
253 - $(use_enable ico image-loader-ico)
254 - $(use_enable ibus)
255 - $(use_enable jpeg2k image-loader-jp2k)
256 - $(use_enable neon)
257 - $(use_enable nls)
258 - $(use_enable pdf poppler)
259 - $(use_enable oldlua lua-old)
260 - $(use_enable physics)
261 - $(use_enable pixman)
262 - $(use_enable pixman pixman-font)
263 - $(use_enable pixman pixman-rect)
264 - $(use_enable pixman pixman-line)
265 - $(use_enable pixman pixman-poly)
266 - $(use_enable pixman pixman-image)
267 - $(use_enable pixman pixman-image-scale-sample)
268 - $(use_enable png image-loader-png)
269 - $(use_enable postscript spectre)
270 - $(use_enable ppm image-loader-pmaps)
271 - $(use_enable psd image-loader-psd)
272 - $(use_enable pulseaudio)
273 - $(use_enable raw libraw)
274 - $(use_enable scim)
275 - $(use_enable sdl)
276 - $(use_enable sound audio)
277 - $(use_enable systemd)
278 - $(use_enable tga image-loader-tga)
279 - $(use_enable tiff image-loader-tiff)
280 - $(use_enable tslib)
281 - $(use_enable v4l v4l2)
282 - $(use_enable valgrind)
283 - $(use_enable wayland)
284 - $(use_enable webp image-loader-webp)
285 - $(use_enable xim)
286 - $(use_enable xine)
287 - $(use_enable xpm image-loader-xpm)
288 - --enable-cserve
289 - --enable-image-loader-generic
290 - --enable-image-loader-jpeg
291 -
292 - --disable-tizen
293 - --disable-gesture
294 - --disable-gstreamer
295 - --enable-xinput2
296 - --disable-xinput22
297 - --enable-libmount
298 -
299 - # external lz4 support currently broken because of unstable ABI/API
300 - #--enable-liblz4
301 - )
302 -
303 - enlightenment_src_configure
304 -}
305 -
306 -src_compile() {
307 - if host-is-pax && ! use oldlua ; then
308 - # We need to build the lua code first so we can pax-mark it. #547076
309 - local target='_e_built_sources_target_gogogo_'
310 - printf '%s: $(BUILT_SOURCES)\n' "${target}" >> src/Makefile || die
311 - emake -C src "${target}"
312 - emake -C src bin/elua/elua
313 - pax-mark m src/bin/elua/.libs/elua
314 - fi
315 - enlightenment_src_compile
316 -}
317 -
318 -src_install() {
319 - MAKEOPTS+=" -j1"
320 -
321 - enlightenment_src_install
322 -}
323
324 diff --git a/dev-libs/efl/metadata.xml b/dev-libs/efl/metadata.xml
325 index 221e9e37319..a50ab944fbb 100644
326 --- a/dev-libs/efl/metadata.xml
327 +++ b/dev-libs/efl/metadata.xml
328 @@ -24,7 +24,6 @@
329 <flag name="ivi">Enable ivi-shell support</flag>
330 <flag name="libuv">Enable <pkg>dev-libs/libuv</pkg> support</flag>
331 <flag name="luajit">USE <pkg>dev-lang/luajit</pkg> instead of <pkg>dev-lang/lua</pkg></flag>
332 - <flag name="oldlua">USE <pkg>dev-lang/lua</pkg> instead of <pkg>dev-lang/luajit</pkg></flag>
333 <flag name="physics">Enable Bullet physics effects and support</flag>
334 <flag name="pixman">Enable PixMan for software rendering</flag>
335 <flag name="ppm">Enable PMAPS image loader</flag>