Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Sun, 30 Aug 2015 00:08:53
Message-Id: 1440893546.63087648601f65522dca5b9da7ea21b3941e0646.mattst88@gentoo
1 commit: 63087648601f65522dca5b9da7ea21b3941e0646
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 00:12:26 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 00:12:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63087648
7
8 dev-libs/wayland: Delete old versions.
9
10 dev-libs/wayland/wayland-0.95.0.ebuild | 47 -----------------------
11 dev-libs/wayland/wayland-1.0.6.ebuild | 48 ------------------------
12 dev-libs/wayland/wayland-1.1.0.ebuild | 48 ------------------------
13 dev-libs/wayland/wayland-1.2.0.ebuild | 57 ----------------------------
14 dev-libs/wayland/wayland-1.2.1-r1.ebuild | 57 ----------------------------
15 dev-libs/wayland/wayland-1.2.1.ebuild | 57 ----------------------------
16 dev-libs/wayland/wayland-1.3.0.ebuild | 64 --------------------------------
17 dev-libs/wayland/wayland-1.4.0.ebuild | 57 ----------------------------
18 dev-libs/wayland/wayland-1.5.0.ebuild | 57 ----------------------------
19 dev-libs/wayland/wayland-1.6.0.ebuild | 57 ----------------------------
20 10 files changed, 549 deletions(-)
21
22 diff --git a/dev-libs/wayland/wayland-0.95.0.ebuild b/dev-libs/wayland/wayland-0.95.0.ebuild
23 deleted file mode 100644
24 index d62867a9..0000000
25 --- a/dev-libs/wayland/wayland-0.95.0.ebuild
26 +++ /dev/null
27 @@ -1,47 +0,0 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=4
33 -
34 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
35 -
36 -if [[ ${PV} = 9999* ]]; then
37 - GIT_ECLASS="git-2"
38 - EXPERIMENTAL="true"
39 -fi
40 -
41 -inherit autotools toolchain-funcs $GIT_ECLASS
42 -
43 -DESCRIPTION="Wayland protocol libraries"
44 -HOMEPAGE="http://wayland.freedesktop.org/"
45 -
46 -if [[ $PV = 9999* ]]; then
47 - SRC_URI="${SRC_PATCHES}"
48 -else
49 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
50 -fi
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
55 -IUSE="static-libs"
56 -
57 -RDEPEND="dev-libs/expat
58 - virtual/libffi"
59 -DEPEND="${RDEPEND}
60 - dev-libs/libxslt"
61 -
62 -src_prepare() {
63 - if [[ ${PV} = 9999* ]]; then
64 - eautoreconf
65 - fi
66 -}
67 -
68 -src_configure() {
69 - if tc-is-cross-compiler ; then
70 - econf $(use_enable static-libs static) --disable-scanner
71 - else
72 - econf $(use_enable static-libs static)
73 - fi
74 -}
75
76 diff --git a/dev-libs/wayland/wayland-1.0.6.ebuild b/dev-libs/wayland/wayland-1.0.6.ebuild
77 deleted file mode 100644
78 index 320d7fb..0000000
79 --- a/dev-libs/wayland/wayland-1.0.6.ebuild
80 +++ /dev/null
81 @@ -1,48 +0,0 @@
82 -# Copyright 1999-2013 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -# $Id$
85 -
86 -EAPI=5
87 -
88 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
89 -
90 -if [[ ${PV} = 9999* ]]; then
91 - GIT_ECLASS="git-2"
92 - EXPERIMENTAL="true"
93 -fi
94 -
95 -inherit autotools toolchain-funcs $GIT_ECLASS
96 -
97 -DESCRIPTION="Wayland protocol libraries"
98 -HOMEPAGE="http://wayland.freedesktop.org/"
99 -
100 -if [[ $PV = 9999* ]]; then
101 - SRC_URI="${SRC_PATCHES}"
102 -else
103 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
104 -fi
105 -
106 -LICENSE="MIT"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
109 -IUSE="doc static-libs"
110 -
111 -RDEPEND="dev-libs/expat
112 - virtual/libffi"
113 -DEPEND="${RDEPEND}
114 - doc? ( app-doc/doxygen )"
115 -
116 -src_prepare() {
117 - if [[ ${PV} = 9999* ]]; then
118 - eautoreconf
119 - fi
120 -}
121 -
122 -src_configure() {
123 - myconf="$(use_enable static-libs static) \
124 - $(use_enable doc documentation)"
125 - if tc-is-cross-compiler ; then
126 - myconf+=" --disable-scanner"
127 - fi
128 - econf ${myconf}
129 -}
130
131 diff --git a/dev-libs/wayland/wayland-1.1.0.ebuild b/dev-libs/wayland/wayland-1.1.0.ebuild
132 deleted file mode 100644
133 index 320d7fb..0000000
134 --- a/dev-libs/wayland/wayland-1.1.0.ebuild
135 +++ /dev/null
136 @@ -1,48 +0,0 @@
137 -# Copyright 1999-2013 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -# $Id$
140 -
141 -EAPI=5
142 -
143 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
144 -
145 -if [[ ${PV} = 9999* ]]; then
146 - GIT_ECLASS="git-2"
147 - EXPERIMENTAL="true"
148 -fi
149 -
150 -inherit autotools toolchain-funcs $GIT_ECLASS
151 -
152 -DESCRIPTION="Wayland protocol libraries"
153 -HOMEPAGE="http://wayland.freedesktop.org/"
154 -
155 -if [[ $PV = 9999* ]]; then
156 - SRC_URI="${SRC_PATCHES}"
157 -else
158 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
159 -fi
160 -
161 -LICENSE="MIT"
162 -SLOT="0"
163 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
164 -IUSE="doc static-libs"
165 -
166 -RDEPEND="dev-libs/expat
167 - virtual/libffi"
168 -DEPEND="${RDEPEND}
169 - doc? ( app-doc/doxygen )"
170 -
171 -src_prepare() {
172 - if [[ ${PV} = 9999* ]]; then
173 - eautoreconf
174 - fi
175 -}
176 -
177 -src_configure() {
178 - myconf="$(use_enable static-libs static) \
179 - $(use_enable doc documentation)"
180 - if tc-is-cross-compiler ; then
181 - myconf+=" --disable-scanner"
182 - fi
183 - econf ${myconf}
184 -}
185
186 diff --git a/dev-libs/wayland/wayland-1.2.0.ebuild b/dev-libs/wayland/wayland-1.2.0.ebuild
187 deleted file mode 100644
188 index 24cbcc9..0000000
189 --- a/dev-libs/wayland/wayland-1.2.0.ebuild
190 +++ /dev/null
191 @@ -1,57 +0,0 @@
192 -# Copyright 1999-2013 Gentoo Foundation
193 -# Distributed under the terms of the GNU General Public License v2
194 -# $Id$
195 -
196 -EAPI=5
197 -
198 -if [[ ${PV} = 9999* ]]; then
199 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
200 - GIT_ECLASS="git-2"
201 - EXPERIMENTAL="true"
202 -fi
203 -
204 -inherit autotools toolchain-funcs $GIT_ECLASS
205 -
206 -DESCRIPTION="Wayland protocol libraries"
207 -HOMEPAGE="http://wayland.freedesktop.org/"
208 -
209 -if [[ $PV = 9999* ]]; then
210 - SRC_URI="${SRC_PATCHES}"
211 - KEYWORDS=""
212 -else
213 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
214 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
215 -fi
216 -
217 -LICENSE="MIT"
218 -SLOT="0"
219 -IUSE="doc static-libs"
220 -
221 -RDEPEND="dev-libs/expat
222 - virtual/libffi"
223 -DEPEND="${RDEPEND}
224 - doc? ( app-doc/doxygen )
225 - virtual/pkgconfig"
226 -
227 -src_prepare() {
228 - if [[ ${PV} = 9999* ]]; then
229 - eautoreconf
230 - fi
231 -}
232 -
233 -src_configure() {
234 - myconf="$(use_enable static-libs static) \
235 - $(use_enable doc documentation)"
236 - if tc-is-cross-compiler ; then
237 - myconf+=" --disable-scanner"
238 - fi
239 - econf ${myconf}
240 -}
241 -
242 -src_test() {
243 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
244 - mkdir "${XDG_RUNTIME_DIR}" || die
245 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
246 -
247 - default
248 -}
249
250 diff --git a/dev-libs/wayland/wayland-1.2.1-r1.ebuild b/dev-libs/wayland/wayland-1.2.1-r1.ebuild
251 deleted file mode 100644
252 index f181ba0..0000000
253 --- a/dev-libs/wayland/wayland-1.2.1-r1.ebuild
254 +++ /dev/null
255 @@ -1,57 +0,0 @@
256 -# Copyright 1999-2014 Gentoo Foundation
257 -# Distributed under the terms of the GNU General Public License v2
258 -# $Id$
259 -
260 -EAPI=5
261 -
262 -if [[ ${PV} = 9999* ]]; then
263 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
264 - GIT_ECLASS="git-2"
265 - EXPERIMENTAL="true"
266 - AUTOTOOLS_AUTORECONF=1
267 -fi
268 -
269 -inherit autotools-multilib toolchain-funcs $GIT_ECLASS
270 -
271 -DESCRIPTION="Wayland protocol libraries"
272 -HOMEPAGE="http://wayland.freedesktop.org/"
273 -
274 -if [[ $PV = 9999* ]]; then
275 - SRC_URI="${SRC_PATCHES}"
276 - KEYWORDS=""
277 -else
278 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
279 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
280 -fi
281 -
282 -LICENSE="MIT"
283 -SLOT="0"
284 -IUSE="doc static-libs"
285 -
286 -RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
287 - >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]"
288 -DEPEND="${RDEPEND}
289 - doc? ( app-doc/doxygen )
290 - virtual/pkgconfig"
291 -
292 -src_configure() {
293 - local myeconfargs=(
294 - $(use_enable doc documentation)
295 - )
296 - if tc-is-cross-compiler ; then
297 - myeconfargs+=( --disable-scanner )
298 - fi
299 - if ! multilib_is_native_abi; then
300 - myeconfargs+=( --disable-documentation )
301 - fi
302 -
303 - autotools-multilib_src_configure
304 -}
305 -
306 -src_test() {
307 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
308 - mkdir "${XDG_RUNTIME_DIR}" || die
309 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
310 -
311 - autotools-multilib_src_test
312 -}
313
314 diff --git a/dev-libs/wayland/wayland-1.2.1.ebuild b/dev-libs/wayland/wayland-1.2.1.ebuild
315 deleted file mode 100644
316 index ab18f2f..0000000
317 --- a/dev-libs/wayland/wayland-1.2.1.ebuild
318 +++ /dev/null
319 @@ -1,57 +0,0 @@
320 -# Copyright 1999-2013 Gentoo Foundation
321 -# Distributed under the terms of the GNU General Public License v2
322 -# $Id$
323 -
324 -EAPI=5
325 -
326 -if [[ ${PV} = 9999* ]]; then
327 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
328 - GIT_ECLASS="git-2"
329 - EXPERIMENTAL="true"
330 -fi
331 -
332 -inherit autotools toolchain-funcs $GIT_ECLASS
333 -
334 -DESCRIPTION="Wayland protocol libraries"
335 -HOMEPAGE="http://wayland.freedesktop.org/"
336 -
337 -if [[ $PV = 9999* ]]; then
338 - SRC_URI="${SRC_PATCHES}"
339 - KEYWORDS=""
340 -else
341 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
342 - KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86"
343 -fi
344 -
345 -LICENSE="MIT"
346 -SLOT="0"
347 -IUSE="doc static-libs"
348 -
349 -RDEPEND="dev-libs/expat
350 - virtual/libffi"
351 -DEPEND="${RDEPEND}
352 - doc? ( app-doc/doxygen )
353 - virtual/pkgconfig"
354 -
355 -src_prepare() {
356 - if [[ ${PV} = 9999* ]]; then
357 - eautoreconf
358 - fi
359 -}
360 -
361 -src_configure() {
362 - myconf="$(use_enable static-libs static) \
363 - $(use_enable doc documentation)"
364 - if tc-is-cross-compiler ; then
365 - myconf+=" --disable-scanner"
366 - fi
367 - econf ${myconf}
368 -}
369 -
370 -src_test() {
371 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
372 - mkdir "${XDG_RUNTIME_DIR}" || die
373 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
374 -
375 - default
376 -}
377
378 diff --git a/dev-libs/wayland/wayland-1.3.0.ebuild b/dev-libs/wayland/wayland-1.3.0.ebuild
379 deleted file mode 100644
380 index e5fd56c..0000000
381 --- a/dev-libs/wayland/wayland-1.3.0.ebuild
382 +++ /dev/null
383 @@ -1,64 +0,0 @@
384 -# Copyright 1999-2015 Gentoo Foundation
385 -# Distributed under the terms of the GNU General Public License v2
386 -# $Id$
387 -
388 -EAPI=5
389 -
390 -if [[ ${PV} = 9999* ]]; then
391 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
392 - GIT_ECLASS="git-r3"
393 - EXPERIMENTAL="true"
394 - AUTOTOOLS_AUTORECONF=1
395 -fi
396 -
397 -inherit autotools-multilib toolchain-funcs $GIT_ECLASS
398 -
399 -DESCRIPTION="Wayland protocol libraries"
400 -HOMEPAGE="http://wayland.freedesktop.org/"
401 -
402 -if [[ $PV = 9999* ]]; then
403 - SRC_URI="${SRC_PATCHES}"
404 - KEYWORDS=""
405 -else
406 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
407 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
408 -fi
409 -
410 -LICENSE="MIT"
411 -SLOT="0"
412 -IUSE="doc static-libs"
413 -
414 -RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
415 - >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]"
416 -DEPEND="${RDEPEND}
417 - doc? ( app-doc/doxygen )
418 - virtual/pkgconfig"
419 -
420 -src_prepare() {
421 - # Remove resources-test from TESTS as it has failed since it was added.
422 - sed -i -e 's/ resources-test$(EXEEXT)/ $(NULL)/' "${S}"/tests/Makefile.in || die
423 -
424 - autotools-multilib_src_prepare
425 -}
426 -
427 -src_configure() {
428 - local myeconfargs=(
429 - $(use_enable doc documentation)
430 - )
431 - if tc-is-cross-compiler ; then
432 - myeconfargs+=( --disable-scanner )
433 - fi
434 - if ! multilib_is_native_abi; then
435 - myeconfargs+=( --disable-documentation )
436 - fi
437 -
438 - autotools-multilib_src_configure
439 -}
440 -
441 -src_test() {
442 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
443 - mkdir "${XDG_RUNTIME_DIR}" || die
444 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
445 -
446 - autotools-multilib_src_test
447 -}
448
449 diff --git a/dev-libs/wayland/wayland-1.4.0.ebuild b/dev-libs/wayland/wayland-1.4.0.ebuild
450 deleted file mode 100644
451 index a0871a0..0000000
452 --- a/dev-libs/wayland/wayland-1.4.0.ebuild
453 +++ /dev/null
454 @@ -1,57 +0,0 @@
455 -# Copyright 1999-2014 Gentoo Foundation
456 -# Distributed under the terms of the GNU General Public License v2
457 -# $Id$
458 -
459 -EAPI=5
460 -
461 -if [[ ${PV} = 9999* ]]; then
462 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
463 - GIT_ECLASS="git-r3"
464 - EXPERIMENTAL="true"
465 - AUTOTOOLS_AUTORECONF=1
466 -fi
467 -
468 -inherit autotools-multilib toolchain-funcs $GIT_ECLASS
469 -
470 -DESCRIPTION="Wayland protocol libraries"
471 -HOMEPAGE="http://wayland.freedesktop.org/"
472 -
473 -if [[ $PV = 9999* ]]; then
474 - SRC_URI="${SRC_PATCHES}"
475 - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86"
476 -else
477 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
478 - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86"
479 -fi
480 -
481 -LICENSE="MIT"
482 -SLOT="0"
483 -IUSE="doc"
484 -
485 -RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
486 - >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]"
487 -DEPEND="${RDEPEND}
488 - doc? ( app-doc/doxygen )
489 - virtual/pkgconfig"
490 -
491 -src_configure() {
492 - local myeconfargs=(
493 - $(use_enable doc documentation)
494 - )
495 - if tc-is-cross-compiler ; then
496 - myeconfargs+=( --disable-scanner )
497 - fi
498 - if ! multilib_is_native_abi; then
499 - myeconfargs+=( --disable-documentation )
500 - fi
501 -
502 - autotools-multilib_src_configure
503 -}
504 -
505 -src_test() {
506 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
507 - mkdir "${XDG_RUNTIME_DIR}" || die
508 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
509 -
510 - autotools-multilib_src_test
511 -}
512
513 diff --git a/dev-libs/wayland/wayland-1.5.0.ebuild b/dev-libs/wayland/wayland-1.5.0.ebuild
514 deleted file mode 100644
515 index b329a69..0000000
516 --- a/dev-libs/wayland/wayland-1.5.0.ebuild
517 +++ /dev/null
518 @@ -1,57 +0,0 @@
519 -# Copyright 1999-2014 Gentoo Foundation
520 -# Distributed under the terms of the GNU General Public License v2
521 -# $Id$
522 -
523 -EAPI=5
524 -
525 -if [[ ${PV} = 9999* ]]; then
526 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
527 - GIT_ECLASS="git-r3"
528 - EXPERIMENTAL="true"
529 - AUTOTOOLS_AUTORECONF=1
530 -fi
531 -
532 -inherit autotools-multilib toolchain-funcs $GIT_ECLASS
533 -
534 -DESCRIPTION="Wayland protocol libraries"
535 -HOMEPAGE="http://wayland.freedesktop.org/"
536 -
537 -if [[ $PV = 9999* ]]; then
538 - SRC_URI="${SRC_PATCHES}"
539 -else
540 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
541 -fi
542 -
543 -LICENSE="MIT"
544 -SLOT="0"
545 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
546 -IUSE="doc static-libs"
547 -
548 -RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
549 - >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]"
550 -DEPEND="${RDEPEND}
551 - doc? ( app-doc/doxygen )
552 - virtual/pkgconfig"
553 -
554 -src_configure() {
555 - local myeconfargs=(
556 - $(use_enable static-libs static)
557 - $(use_enable doc documentation)
558 - )
559 - if tc-is-cross-compiler ; then
560 - myeconfargs+=( --disable-scanner )
561 - fi
562 - if ! multilib_is_native_abi; then
563 - myeconfargs+=( --disable-documentation )
564 - fi
565 -
566 - autotools-multilib_src_configure
567 -}
568 -
569 -src_test() {
570 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
571 - mkdir "${XDG_RUNTIME_DIR}" || die
572 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
573 -
574 - autotools-multilib_src_test
575 -}
576
577 diff --git a/dev-libs/wayland/wayland-1.6.0.ebuild b/dev-libs/wayland/wayland-1.6.0.ebuild
578 deleted file mode 100644
579 index 0334d74..0000000
580 --- a/dev-libs/wayland/wayland-1.6.0.ebuild
581 +++ /dev/null
582 @@ -1,57 +0,0 @@
583 -# Copyright 1999-2014 Gentoo Foundation
584 -# Distributed under the terms of the GNU General Public License v2
585 -# $Id$
586 -
587 -EAPI=5
588 -
589 -if [[ ${PV} = 9999* ]]; then
590 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
591 - GIT_ECLASS="git-r3"
592 - EXPERIMENTAL="true"
593 - AUTOTOOLS_AUTORECONF=1
594 -fi
595 -
596 -inherit autotools-multilib toolchain-funcs $GIT_ECLASS
597 -
598 -DESCRIPTION="Wayland protocol libraries"
599 -HOMEPAGE="http://wayland.freedesktop.org/"
600 -
601 -if [[ $PV = 9999* ]]; then
602 - SRC_URI="${SRC_PATCHES}"
603 -else
604 - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
605 -fi
606 -
607 -LICENSE="MIT"
608 -SLOT="0"
609 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
610 -IUSE="doc static-libs"
611 -
612 -RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
613 - >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]"
614 -DEPEND="${RDEPEND}
615 - doc? ( app-doc/doxygen )
616 - virtual/pkgconfig"
617 -
618 -src_configure() {
619 - local myeconfargs=(
620 - $(use_enable static-libs static)
621 - $(use_enable doc documentation)
622 - )
623 - if tc-is-cross-compiler ; then
624 - myeconfargs+=( --disable-scanner )
625 - fi
626 - if ! multilib_is_native_abi; then
627 - myeconfargs+=( --disable-documentation )
628 - fi
629 -
630 - autotools-multilib_src_configure
631 -}
632 -
633 -src_test() {
634 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
635 - mkdir "${XDG_RUNTIME_DIR}" || die
636 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
637 -
638 - autotools-multilib_src_test
639 -}